@cedarjs/internal 4.0.0-canary.13784 → 4.0.0-canary.13785

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/internal",
3
- "version": "4.0.0-canary.13784+a1524c1b18",
3
+ "version": "4.0.0-canary.13785+804c70218b",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -159,12 +159,12 @@
159
159
  "@babel/plugin-transform-react-jsx": "7.28.6",
160
160
  "@babel/plugin-transform-typescript": "^7.26.8",
161
161
  "@babel/traverse": "7.29.0",
162
- "@cedarjs/babel-config": "4.0.0-canary.13784",
163
- "@cedarjs/cli-helpers": "4.0.0-canary.13784",
164
- "@cedarjs/graphql-server": "4.0.0-canary.13784",
165
- "@cedarjs/project-config": "4.0.0-canary.13784",
166
- "@cedarjs/router": "4.0.0-canary.13784",
167
- "@cedarjs/structure": "4.0.0-canary.13784",
162
+ "@cedarjs/babel-config": "4.0.0-canary.13785",
163
+ "@cedarjs/cli-helpers": "4.0.0-canary.13785",
164
+ "@cedarjs/graphql-server": "4.0.0-canary.13785",
165
+ "@cedarjs/project-config": "4.0.0-canary.13785",
166
+ "@cedarjs/router": "4.0.0-canary.13785",
167
+ "@cedarjs/structure": "4.0.0-canary.13785",
168
168
  "@graphql-codegen/add": "6.0.0",
169
169
  "@graphql-codegen/cli": "6.2.1",
170
170
  "@graphql-codegen/client-preset": "5.2.4",
@@ -197,7 +197,7 @@
197
197
  },
198
198
  "devDependencies": {
199
199
  "@arethetypeswrong/cli": "0.18.2",
200
- "@cedarjs/framework-tools": "4.0.0-canary.13784",
200
+ "@cedarjs/framework-tools": "4.0.0-canary.13785",
201
201
  "concurrently": "9.2.1",
202
202
  "graphql-tag": "2.12.6",
203
203
  "publint": "0.3.18",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": {
211
211
  "access": "public"
212
212
  },
213
- "gitHead": "a1524c1b18b1def13c0f4520aa638b13bddf630e"
213
+ "gitHead": "804c70218bec0b721df7c9f019ca3921bdde096c"
214
214
  }