@cedarjs/cli 5.0.0-canary.2594 → 5.0.0-canary.2596
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/package.json +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2596",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
22
|
"scripts": {
|
|
23
|
-
"build": "
|
|
23
|
+
"build": "node ./build.mts",
|
|
24
24
|
"build:pack": "yarn pack -o cedarjs-cli.tgz",
|
|
25
25
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
26
26
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build && yarn fix:permissions\"",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/parser": "7.29.7",
|
|
35
35
|
"@babel/preset-typescript": "7.29.7",
|
|
36
|
-
"@cedarjs/api-server": "5.0.0-canary.
|
|
37
|
-
"@cedarjs/cli-helpers": "5.0.0-canary.
|
|
38
|
-
"@cedarjs/fastify-web": "5.0.0-canary.
|
|
39
|
-
"@cedarjs/internal": "5.0.0-canary.
|
|
40
|
-
"@cedarjs/prerender": "5.0.0-canary.
|
|
41
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
42
|
-
"@cedarjs/structure": "5.0.0-canary.
|
|
43
|
-
"@cedarjs/telemetry": "5.0.0-canary.
|
|
44
|
-
"@cedarjs/utils": "5.0.0-canary.
|
|
45
|
-
"@cedarjs/vite": "5.0.0-canary.
|
|
46
|
-
"@cedarjs/web-server": "5.0.0-canary.
|
|
36
|
+
"@cedarjs/api-server": "5.0.0-canary.2596",
|
|
37
|
+
"@cedarjs/cli-helpers": "5.0.0-canary.2596",
|
|
38
|
+
"@cedarjs/fastify-web": "5.0.0-canary.2596",
|
|
39
|
+
"@cedarjs/internal": "5.0.0-canary.2596",
|
|
40
|
+
"@cedarjs/prerender": "5.0.0-canary.2596",
|
|
41
|
+
"@cedarjs/project-config": "5.0.0-canary.2596",
|
|
42
|
+
"@cedarjs/structure": "5.0.0-canary.2596",
|
|
43
|
+
"@cedarjs/telemetry": "5.0.0-canary.2596",
|
|
44
|
+
"@cedarjs/utils": "5.0.0-canary.2596",
|
|
45
|
+
"@cedarjs/vite": "5.0.0-canary.2596",
|
|
46
|
+
"@cedarjs/web-server": "5.0.0-canary.2596",
|
|
47
47
|
"@listr2/prompt-adapter-enquirer": "4.2.1",
|
|
48
48
|
"@opentelemetry/api": "1.9.1",
|
|
49
49
|
"@opentelemetry/core": "1.30.1",
|
|
@@ -101,7 +101,6 @@
|
|
|
101
101
|
"memfs": "4.57.7",
|
|
102
102
|
"node-ssh": "13.2.1",
|
|
103
103
|
"ts-dedent": "2.3.0",
|
|
104
|
-
"tsx": "4.22.4",
|
|
105
104
|
"typescript": "5.9.3",
|
|
106
105
|
"vitest": "3.2.6"
|
|
107
106
|
},
|