@camox/cli 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1077,7 +1077,6 @@ const parser$1 = command("pages", or(list, get, command("create", object({
|
|
|
1077
1077
|
pathSegment: option("--path-segment", string({ metavar: "SEGMENT" })),
|
|
1078
1078
|
layoutId: option("--layout-id", integer({ metavar: "ID" })),
|
|
1079
1079
|
parentPageId: optional(option("--parent-page-id", integer({ metavar: "ID" }))),
|
|
1080
|
-
contentDescription: optional(option("--content-description", string({ metavar: "TEXT" }))),
|
|
1081
1080
|
project: projectFlag,
|
|
1082
1081
|
production: productionFlag,
|
|
1083
1082
|
json: jsonFlag
|
|
@@ -1140,8 +1139,7 @@ async function handler$1(args) {
|
|
|
1140
1139
|
nickname: args.nickname,
|
|
1141
1140
|
pathSegment: args.pathSegment,
|
|
1142
1141
|
layoutId: args.layoutId,
|
|
1143
|
-
parentPageId: args.parentPageId
|
|
1144
|
-
contentDescription: args.contentDescription
|
|
1142
|
+
parentPageId: args.parentPageId
|
|
1145
1143
|
},
|
|
1146
1144
|
projectFlag,
|
|
1147
1145
|
production,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camox/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"bin": {
|
|
5
5
|
"camox": "./dist/index.mjs"
|
|
6
6
|
},
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/node": "^24.12.4",
|
|
27
27
|
"@typescript/native-preview": "7.0.0-dev.20260412.1",
|
|
28
28
|
"vite-plus": "^0.1.21",
|
|
29
|
-
"@camox/api-contract": "0.
|
|
29
|
+
"@camox/api-contract": "0.31.0"
|
|
30
30
|
},
|
|
31
31
|
"nx": {
|
|
32
32
|
"tags": [
|