@cedarjs/internal 4.0.0-canary.13674 → 4.0.0-canary.13675

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.
Files changed (1) hide show
  1. package/package.json +11 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "4.0.0-canary.13674+8d59bb207",
3
+ "version": "4.0.0-canary.13675+8262a8b2b",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -149,11 +149,11 @@
149
149
  "@babel/plugin-transform-react-jsx": "7.28.6",
150
150
  "@babel/plugin-transform-typescript": "^7.26.8",
151
151
  "@babel/traverse": "7.29.0",
152
- "@cedarjs/babel-config": "4.0.0-canary.13674",
153
- "@cedarjs/graphql-server": "4.0.0-canary.13674",
154
- "@cedarjs/project-config": "4.0.0-canary.13674",
155
- "@cedarjs/router": "4.0.0-canary.13674",
156
- "@cedarjs/structure": "4.0.0-canary.13674",
152
+ "@cedarjs/babel-config": "4.0.0-canary.13675",
153
+ "@cedarjs/graphql-server": "4.0.0-canary.13675",
154
+ "@cedarjs/project-config": "4.0.0-canary.13675",
155
+ "@cedarjs/router": "4.0.0-canary.13675",
156
+ "@cedarjs/structure": "4.0.0-canary.13675",
157
157
  "@graphql-codegen/add": "6.0.0",
158
158
  "@graphql-codegen/cli": "6.2.1",
159
159
  "@graphql-codegen/client-preset": "5.2.4",
@@ -184,15 +184,18 @@
184
184
  },
185
185
  "devDependencies": {
186
186
  "@arethetypeswrong/cli": "0.18.2",
187
- "@cedarjs/framework-tools": "4.0.0-canary.13674",
187
+ "@cedarjs/framework-tools": "4.0.0-canary.13675",
188
188
  "concurrently": "9.2.1",
189
189
  "graphql-tag": "2.12.6",
190
190
  "publint": "0.3.18",
191
191
  "tsx": "4.21.0",
192
192
  "vitest": "3.2.4"
193
193
  },
194
+ "engines": {
195
+ "node": ">=24"
196
+ },
194
197
  "publishConfig": {
195
198
  "access": "public"
196
199
  },
197
- "gitHead": "8d59bb207fd42eadb55948d083efacaa89f7f1b3"
200
+ "gitHead": "8262a8b2baf0be63592cde7f6198d234cfd5698b"
198
201
  }