@cedarjs/cli-helpers 5.0.0-canary.2594 → 5.0.0-canary.2595
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli-helpers",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2595",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"dist"
|
|
96
96
|
],
|
|
97
97
|
"scripts": {
|
|
98
|
-
"build": "
|
|
98
|
+
"build": "node ./build.ts && yarn build:types",
|
|
99
99
|
"build:pack": "yarn pack -o cedarjs-cli-helpers.tgz",
|
|
100
100
|
"build:types": "tsc --build --verbose ./tsconfig.build.json ./tsconfig.cjs.json",
|
|
101
101
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@babel/core": "^7.26.10",
|
|
108
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
109
|
-
"@cedarjs/telemetry": "5.0.0-canary.
|
|
108
|
+
"@cedarjs/project-config": "5.0.0-canary.2595",
|
|
109
|
+
"@cedarjs/telemetry": "5.0.0-canary.2595",
|
|
110
110
|
"@listr2/prompt-adapter-enquirer": "4.2.1",
|
|
111
111
|
"@opentelemetry/api": "1.9.1",
|
|
112
112
|
"ansis": "4.2.0",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"yargs-parser": "21.1.1"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@cedarjs/framework-tools": "5.0.0-canary.
|
|
128
|
+
"@cedarjs/framework-tools": "5.0.0-canary.2595",
|
|
129
129
|
"@types/dotenv-defaults": "^5.0.0",
|
|
130
130
|
"@types/lodash": "4.17.24",
|
|
131
131
|
"@types/pascalcase": "1.0.3",
|
|
@@ -133,7 +133,6 @@
|
|
|
133
133
|
"@types/yargs": "17.0.35",
|
|
134
134
|
"@types/yargs-parser": "21.0.3",
|
|
135
135
|
"prettier-plugin-tailwindcss": "0.8.0",
|
|
136
|
-
"tsx": "4.22.4",
|
|
137
136
|
"typescript": "5.9.3",
|
|
138
137
|
"vitest": "3.2.6"
|
|
139
138
|
},
|