@vexblocks/cli 2.0.3 → 2.0.4
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.js +2 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -524,6 +524,7 @@ async function installBackendPackage(targetPath, sourcePath, spinner) {
|
|
|
524
524
|
const cmsIndividualFiles = [
|
|
525
525
|
"convex/auth.ts",
|
|
526
526
|
"convex/auth.config.ts",
|
|
527
|
+
"convex/authJwks.ts",
|
|
527
528
|
"convex/http.ts",
|
|
528
529
|
"convex/convex.config.ts"
|
|
529
530
|
];
|
|
@@ -1221,6 +1222,7 @@ async function upgradePackage(cwd, pkg, version, manifest, options) {
|
|
|
1221
1222
|
const cmsIndividualFiles = [
|
|
1222
1223
|
"convex/auth.ts",
|
|
1223
1224
|
"convex/auth.config.ts",
|
|
1225
|
+
"convex/authJwks.ts",
|
|
1224
1226
|
"convex/http.ts",
|
|
1225
1227
|
"convex/convex.config.ts"
|
|
1226
1228
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vexblocks/cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "CLI for adding VexBlocks Headless CMS to your Turborepo project",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/diff": "^8.0.0",
|
|
56
56
|
"@types/fs-extra": "^11.0.4",
|
|
57
|
-
"@types/node": "^25.3.
|
|
57
|
+
"@types/node": "^25.3.1",
|
|
58
58
|
"tsup": "^8.5.1",
|
|
59
59
|
"typescript": "^5.9.3"
|
|
60
60
|
},
|