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
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.3",
"version": "0.1.4",
"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": "^22.14.1",
"@types/node": "^22.15.32",
"prettier": "^3.6.0",
"tsx": "^4.20.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/cli",
"version": "0.1.2",
"version": "0.1.4",
"description": "Command line interface for ContentKit",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentkit",
"version": "0.1.2",
"version": "0.1.4",
"description": "ContentKit is a powerful SDK for converting Markdown (or MDX) content into structured JSON data",
"keywords": [
"contentkit",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/core",
"version": "0.1.2",
"version": "0.1.4",
"description": "Core library for ContentKit",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/matter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/matter",
"version": "0.1.2",
"version": "0.1.4",
"description": "Frontmatter parser for ContentKit",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.1.4",
"description": "Next.js client for ContentKit",
"license": "BSD-3-Clause",
"main": "./distribution/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"next": "^15.3.1"
},
"devDependencies": {
"@types/lodash": "^4.17.17",
"@types/lodash": "^4.17.18",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/types",
"version": "0.1.2",
"version": "0.1.4",
"description": "Type definitions for ContentKit",
"license": "BSD-3-Clause",
"main": "./distribution/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckjs/utils",
"version": "0.1.2",
"version": "0.1.4",
"description": "Utility functions for ContentKit",
"publishConfig": {
"access": "public"
Expand Down
73 changes: 49 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.