@cedarjs/internal 5.0.0-canary.2595 → 5.0.0-rc.261
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-rc.261",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"dist"
|
|
141
141
|
],
|
|
142
142
|
"scripts": {
|
|
143
|
-
"build": "
|
|
143
|
+
"build": "tsx ./build.mts",
|
|
144
144
|
"build:clean-dist": "rimraf 'dist/**/*/__tests__' --glob",
|
|
145
145
|
"build:pack": "yarn pack -o cedarjs-internal.tgz",
|
|
146
146
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
@@ -159,13 +159,13 @@
|
|
|
159
159
|
"@babel/plugin-transform-react-jsx": "7.29.7",
|
|
160
160
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
161
161
|
"@babel/traverse": "7.29.7",
|
|
162
|
-
"@cedarjs/babel-config": "5.0.0-
|
|
163
|
-
"@cedarjs/cli-helpers": "5.0.0-
|
|
164
|
-
"@cedarjs/graphql-server": "5.0.0-
|
|
165
|
-
"@cedarjs/project-config": "5.0.0-
|
|
166
|
-
"@cedarjs/router": "5.0.0-
|
|
167
|
-
"@cedarjs/structure": "5.0.0-
|
|
168
|
-
"@cedarjs/utils": "5.0.0-
|
|
162
|
+
"@cedarjs/babel-config": "5.0.0-rc.261",
|
|
163
|
+
"@cedarjs/cli-helpers": "5.0.0-rc.261",
|
|
164
|
+
"@cedarjs/graphql-server": "5.0.0-rc.261",
|
|
165
|
+
"@cedarjs/project-config": "5.0.0-rc.261",
|
|
166
|
+
"@cedarjs/router": "5.0.0-rc.261",
|
|
167
|
+
"@cedarjs/structure": "5.0.0-rc.261",
|
|
168
|
+
"@cedarjs/utils": "5.0.0-rc.261",
|
|
169
169
|
"@graphql-codegen/add": "6.0.1",
|
|
170
170
|
"@graphql-codegen/cli": "6.3.1",
|
|
171
171
|
"@graphql-codegen/client-preset": "5.3.0",
|
|
@@ -206,10 +206,11 @@
|
|
|
206
206
|
},
|
|
207
207
|
"devDependencies": {
|
|
208
208
|
"@arethetypeswrong/cli": "0.18.4",
|
|
209
|
-
"@cedarjs/framework-tools": "5.0.0-
|
|
209
|
+
"@cedarjs/framework-tools": "5.0.0-rc.261",
|
|
210
210
|
"concurrently": "9.2.1",
|
|
211
211
|
"graphql-tag": "2.12.6",
|
|
212
212
|
"publint": "0.3.21",
|
|
213
|
+
"tsx": "4.22.4",
|
|
213
214
|
"vitest": "3.2.6"
|
|
214
215
|
},
|
|
215
216
|
"engines": {
|