@cedarjs/cli 0.0.5 → 0.0.6-next.8
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6-next.8+9de697bab",
|
|
4
4
|
"description": "The Redwood Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "tsx ./build.mts",
|
|
22
|
-
"build:pack": "yarn pack -o
|
|
22
|
+
"build:pack": "yarn pack -o cedarjs-cli.tgz",
|
|
23
23
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build && yarn fix:permissions\"",
|
|
24
24
|
"dev": "RWJS_CWD=../../__fixtures__/example-todo-main node dist/index.js",
|
|
25
25
|
"fix:permissions": "chmod +x dist/index.js dist/rwfw.js",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"test:watch": "vitest watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime-corejs3": "7.
|
|
32
|
-
"@cedarjs/api-server": "0.0.
|
|
33
|
-
"@cedarjs/cli-helpers": "0.0.
|
|
34
|
-
"@cedarjs/fastify-web": "0.0.
|
|
35
|
-
"@cedarjs/internal": "0.0.
|
|
36
|
-
"@cedarjs/prerender": "0.0.
|
|
37
|
-
"@cedarjs/project-config": "0.0.
|
|
38
|
-
"@cedarjs/structure": "0.0.
|
|
39
|
-
"@cedarjs/telemetry": "0.0.
|
|
40
|
-
"@cedarjs/web-server": "0.0.
|
|
31
|
+
"@babel/runtime-corejs3": "7.27.1",
|
|
32
|
+
"@cedarjs/api-server": "0.0.6-next.8+9de697bab",
|
|
33
|
+
"@cedarjs/cli-helpers": "0.0.6-next.8+9de697bab",
|
|
34
|
+
"@cedarjs/fastify-web": "0.0.6-next.8+9de697bab",
|
|
35
|
+
"@cedarjs/internal": "0.0.6-next.8+9de697bab",
|
|
36
|
+
"@cedarjs/prerender": "0.0.6-next.8+9de697bab",
|
|
37
|
+
"@cedarjs/project-config": "0.0.6-next.8+9de697bab",
|
|
38
|
+
"@cedarjs/structure": "0.0.6-next.8+9de697bab",
|
|
39
|
+
"@cedarjs/telemetry": "0.0.6-next.8+9de697bab",
|
|
40
|
+
"@cedarjs/web-server": "0.0.6-next.8+9de697bab",
|
|
41
41
|
"@listr2/prompt-adapter-enquirer": "2.0.12",
|
|
42
42
|
"@opentelemetry/api": "1.8.0",
|
|
43
43
|
"@opentelemetry/core": "1.22.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"yargs": "17.7.2"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@babel/cli": "7.
|
|
89
|
+
"@babel/cli": "7.27.2",
|
|
90
90
|
"@babel/core": "^7.26.10",
|
|
91
91
|
"@types/archiver": "^6",
|
|
92
92
|
"memfs": "4.17.1",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"publishConfig": {
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "9de697babd04bed2cf8c7ee5965c8209f761f04b"
|
|
102
102
|
}
|