Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
aa46b2b
chore(deps-dev): bump tsx from 4.20.5 to 4.20.6
dependabot[bot] Sep 29, 2025
5f6f227
chore(deps): bump next from 15.5.3 to 15.5.4
dependabot[bot] Sep 29, 2025
7f7b243
chore(deps-dev): bump @types/react from 19.1.13 to 19.1.15
dependabot[bot] Sep 29, 2025
6df4ac9
Merge pull request #75 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Sep 29, 2025
f34cd4f
Merge pull request #77 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Sep 29, 2025
266a677
Merge pull request #78 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Sep 29, 2025
457f5e0
chore(deps-dev): bump @types/node from 24.4.0 to 24.5.2
dependabot[bot] Sep 29, 2025
fa44c6c
Merge branch 'canary' into dependabot/npm_and_yarn/canary/types/node-…
builtbyjonas Sep 29, 2025
69cd402
Merge pull request #74 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Sep 29, 2025
dd796d3
chore(deps): bump vue from 3.5.21 to 3.5.22
dependabot[bot] Sep 29, 2025
b89b582
Merge pull request #76 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Sep 29, 2025
9db1275
Bump version from 0.2.0 to 0.2.1
builtbyjonas Sep 29, 2025
fd69c68
chore(deps-dev): bump @types/react from 19.1.15 to 19.2.0
dependabot[bot] Oct 6, 2025
f5d84b4
chore(deps): bump globby from 14.1.0 to 15.0.0
dependabot[bot] Oct 6, 2025
2003420
chore(deps): bump typescript from 5.9.2 to 5.9.3
dependabot[bot] Oct 6, 2025
1a1a96c
Merge pull request #83 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Oct 6, 2025
d2cd91f
Merge pull request #82 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Oct 6, 2025
208efc3
Merge pull request #80 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Oct 6, 2025
5c1137a
chore(deps-dev): bump @types/node from 24.5.2 to 24.6.2
dependabot[bot] Oct 6, 2025
ced951a
chore(deps-dev): bump @types/react-dom from 19.1.9 to 19.2.0
dependabot[bot] Oct 6, 2025
d2fea28
Merge pull request #81 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Oct 6, 2025
b6ecda8
Merge pull request #79 from infinitejs/dependabot/npm_and_yarn/canary…
builtbyjonas Oct 6, 2025
67ec219
Update ContentKitConfig table to include 'Note' column
builtbyjonas Oct 6, 2025
61ba7c0
Add 'Notiz' column to ContentKitConfig table
builtbyjonas Oct 6, 2025
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
8 changes: 4 additions & 4 deletions docs/de/api/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ export default defineConfig({

### `ContentKitConfig`

| Property | Typ | Erforderlich | Beschreibung |
| Property | Typ | Erforderlich | Beschreibung | Notiz |
| ---------------- | -------------------------- | ------------ | --------------------------------------------------------------- | ---------------------------------------- |
| `contentDirPath` | `string` | ja | Root-Ordner mit deinen Content-Dateien. |
| `contentDirPath` | `string` | ja | Root-Ordner mit deinen Content-Dateien. | |
| `outputFormat` | `'cjs' | 'esm'` | ja | Modul-System für generiertes `index.js`. |
| `generateTypes` | `boolean` | nein | Deaktivieren um `d.ts` Emission zu überspringen. Standard true. |
| `documentTypes` | `DocumentTypeDefinition[]` | ja | Array der Dokumenttyp-Schemata. |
| `generateTypes` | `boolean` | nein | Deaktivieren um `d.ts` Emission zu überspringen. Standard true. | |
| `documentTypes` | `DocumentTypeDefinition[]` | ja | Array der Dokumenttyp-Schemata. | |

### `DocumentTypeDefinition`

Expand Down
10 changes: 5 additions & 5 deletions docs/en/api/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ export default defineConfig({

### `ContentKitConfig`

| Property | Type | Required | Description |
| Property | Type | Required | Description | Note |
| ---------------- | -------------------------- | -------- | -------------------------------------------------------- | --------------------------------------- |
| `contentDirPath` | `string` | yes | Root folder containing your content files. |
| `outputFormat` | `'cjs' | 'esm'` | yes | Module system for generated `index.js`. |
| `generateTypes` | `boolean` | no | Disable to skip emitting `d.ts` files. Defaults to true. |
| `documentTypes` | `DocumentTypeDefinition[]` | yes | Array of document type schemas. |
| `contentDirPath` | `string` | yes | Root folder containing your content files. | |
| `outputFormat` | `'cjs'` | `'esm'` | yes | Module system for generated `index.js`. |
| `generateTypes` | `boolean` | no | Disable to skip emitting `d.ts` files. Defaults to true. | |
| `documentTypes` | `DocumentTypeDefinition[]` | yes | Array of document type schemas. | |

### `DocumentTypeDefinition`

Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"homepage": "https://contentkit.js.org",
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^24.4.0",
"@types/node": "^24.7.0",
"prettier": "^3.6.2",
"vitepress": "2.0.0-alpha.12"
},
"dependencies": {
"vitepress-plugin-group-icons": "^1.6.3",
"vue": "^3.5.21"
"vue": "^3.5.22"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentkit-monorepo",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"description": "The monorepo for the ContentKit SDK",
"workspaces": [
Expand All @@ -25,8 +25,8 @@
"license": "BSD-3-Clause",
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^24.4.0",
"@types/node": "^24.7.0",
"prettier": "^3.6.2",
"tsx": "^4.20.5"
"tsx": "^4.20.6"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"commander": "^14.0.1"
},
"devDependencies": {
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
"@types/node": "^24.7.0",
"typescript": "^5.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/contentkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@ckjs/next": "workspace:*"
},
"devDependencies": {
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
"@types/node": "^24.7.0",
"typescript": "^5.9.3"
},
"exports": {
"./types": "./distribution/types.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"devDependencies": {
"@types/marked": "^6.0.0",
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
"@types/node": "^24.7.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@ckjs/types": "workspace:*",
"@ckjs/utils": "workspace:*",
"@ckjs/matter": "workspace:*",
"globby": "^14.1.0",
"globby": "^15.0.0",
"marked": "^16.3.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/matter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"LICENSE"
],
"devDependencies": {
"@types/node": "^24.4.0",
"typescript": "^5.9.2"
"@types/node": "^24.7.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@ckjs/utils": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@ckjs/utils": "workspace:*",
"chokidar": "^3.5.3",
"lodash": "^4.17.21",
"next": "^15.5.3"
"next": "^15.5.4"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/node": "^24.4.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2"
"@types/node": "^24.7.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"LICENSE"
],
"devDependencies": {
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/infinitejs/contentkit/issues"
},
"devDependencies": {
"@types/node": "^24.4.0"
"@types/node": "^24.7.0"
},
"files": [
"assets",
Expand All @@ -35,6 +35,6 @@
},
"dependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
Loading