Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://contentkit.js.org",
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^24.4.0",
"prettier": "^3.6.2",
"vitepress": "2.0.0-alpha.12"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentkit-monorepo",
"version": "0.1.9",
"version": "0.2.0",
"type": "module",
"description": "The monorepo for the ContentKit SDK",
"workspaces": [
Expand All @@ -25,7 +25,7 @@
"license": "BSD-3-Clause",
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^24.4.0",
"prettier": "^3.6.2",
"tsx": "^4.20.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/cli",
"version": "0.1.8",
"version": "0.2.0",
"description": "Command line interface for ContentKit",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,10 +32,10 @@
"dependencies": {
"@ckjs/core": "workspace:*",
"@ckjs/utils": "workspace:*",
"commander": "^14.0.0"
"commander": "^14.0.1"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentkit",
"version": "0.1.8",
"version": "0.2.0",
"description": "ContentKit is a powerful SDK for converting Markdown (or MDX) content into structured JSON data",
"keywords": [
"contentkit",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@ckjs/next": "workspace:*"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
},
"exports": {
Expand All @@ -51,4 +51,4 @@
"./next": "./distribution/next.js",
"./next.d.ts": "./distribution/next.d.ts"
}
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/core",
"version": "0.1.8",
"version": "0.2.0",
"description": "Core library for ContentKit",
"publishConfig": {
"access": "public"
Expand All @@ -19,15 +19,15 @@
},
"devDependencies": {
"@types/marked": "^6.0.0",
"@types/node": "^24.3.0",
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@ckjs/types": "workspace:*",
"@ckjs/utils": "workspace:*",
"@ckjs/matter": "workspace:*",
"globby": "^14.1.0",
"marked": "^16.2.0"
"marked": "^16.3.0"
},
"files": [
"assets",
Expand All @@ -40,4 +40,4 @@
"./build": "./distribution/build.js",
"./build.d.ts": "./distribution/build.d.ts"
}
}
}
6 changes: 3 additions & 3 deletions packages/matter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/matter",
"version": "0.1.8",
"version": "0.2.0",
"description": "Frontmatter parser for ContentKit",
"publishConfig": {
"access": "public"
Expand All @@ -27,12 +27,12 @@
"LICENSE"
],
"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@ckjs/utils": "workspace:*",
"@iarna/toml": "^2.2.5",
"yaml": "^2.8.1"
}
}
}
10 changes: 5 additions & 5 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/next",
"version": "0.1.8",
"version": "0.2.0",
"description": "Next.js client for ContentKit",
"license": "BSD-3-Clause",
"main": "./distribution/index.js",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@ckjs/utils": "workspace:*",
"chokidar": "^3.5.3",
"lodash": "^4.17.21",
"next": "^15.5.2"
"next": "^15.5.3"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@types/react": "^19.1.12",
"@types/node": "^24.4.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/types",
"version": "0.1.8",
"version": "0.2.0",
"description": "Type definitions for ContentKit",
"license": "BSD-3-Clause",
"main": "./distribution/index.js",
Expand Down Expand Up @@ -29,4 +29,4 @@
"devDependencies": {
"typescript": "^5.9.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/utils",
"version": "0.1.8",
"version": "0.2.0",
"description": "Utility functions for ContentKit",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/infinitejs/contentkit/issues"
},
"devDependencies": {
"@types/node": "^24.3.0"
"@types/node": "^24.4.0"
},
"files": [
"assets",
Expand All @@ -37,4 +37,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}
}
Loading
Loading