@cedarjs/internal 5.0.0-canary.2589 → 5.0.0-canary.2591
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2591",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
147
147
|
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
|
|
148
148
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
|
|
149
|
-
"check:attw": "yarn attw
|
|
149
|
+
"check:attw": "yarn cedar-fwtools-attw",
|
|
150
150
|
"check:package": "concurrently npm:check:attw yarn:publint",
|
|
151
151
|
"fix:permissions": "chmod +x dist/generate/generate.js dist/generate/watch.js",
|
|
152
152
|
"prepublishOnly": "NODE_ENV=production yarn build",
|
|
@@ -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-canary.
|
|
163
|
-
"@cedarjs/cli-helpers": "5.0.0-canary.
|
|
164
|
-
"@cedarjs/graphql-server": "5.0.0-canary.
|
|
165
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
166
|
-
"@cedarjs/router": "5.0.0-canary.
|
|
167
|
-
"@cedarjs/structure": "5.0.0-canary.
|
|
168
|
-
"@cedarjs/utils": "5.0.0-canary.
|
|
162
|
+
"@cedarjs/babel-config": "5.0.0-canary.2591",
|
|
163
|
+
"@cedarjs/cli-helpers": "5.0.0-canary.2591",
|
|
164
|
+
"@cedarjs/graphql-server": "5.0.0-canary.2591",
|
|
165
|
+
"@cedarjs/project-config": "5.0.0-canary.2591",
|
|
166
|
+
"@cedarjs/router": "5.0.0-canary.2591",
|
|
167
|
+
"@cedarjs/structure": "5.0.0-canary.2591",
|
|
168
|
+
"@cedarjs/utils": "5.0.0-canary.2591",
|
|
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,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
"devDependencies": {
|
|
208
208
|
"@arethetypeswrong/cli": "0.18.4",
|
|
209
|
-
"@cedarjs/framework-tools": "5.0.0-canary.
|
|
209
|
+
"@cedarjs/framework-tools": "5.0.0-canary.2591",
|
|
210
210
|
"concurrently": "9.2.1",
|
|
211
211
|
"graphql-tag": "2.12.6",
|
|
212
212
|
"publint": "0.3.21",
|