@cedarjs/internal 3.0.0-canary.13607 → 3.0.0-canary.13608
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.13608+91990fa77",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -150,11 +150,11 @@
|
|
|
150
150
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
151
151
|
"@babel/runtime-corejs3": "7.29.0",
|
|
152
152
|
"@babel/traverse": "7.29.0",
|
|
153
|
-
"@cedarjs/babel-config": "3.0.0-canary.
|
|
154
|
-
"@cedarjs/graphql-server": "3.0.0-canary.
|
|
155
|
-
"@cedarjs/project-config": "3.0.0-canary.
|
|
156
|
-
"@cedarjs/router": "3.0.0-canary.
|
|
157
|
-
"@cedarjs/structure": "3.0.0-canary.
|
|
153
|
+
"@cedarjs/babel-config": "3.0.0-canary.13608",
|
|
154
|
+
"@cedarjs/graphql-server": "3.0.0-canary.13608",
|
|
155
|
+
"@cedarjs/project-config": "3.0.0-canary.13608",
|
|
156
|
+
"@cedarjs/router": "3.0.0-canary.13608",
|
|
157
|
+
"@cedarjs/structure": "3.0.0-canary.13608",
|
|
158
158
|
"@graphql-codegen/add": "6.0.0",
|
|
159
159
|
"@graphql-codegen/cli": "6.2.1",
|
|
160
160
|
"@graphql-codegen/client-preset": "5.2.4",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
},
|
|
187
187
|
"devDependencies": {
|
|
188
188
|
"@arethetypeswrong/cli": "0.18.2",
|
|
189
|
-
"@cedarjs/framework-tools": "3.0.0-canary.
|
|
189
|
+
"@cedarjs/framework-tools": "3.0.0-canary.13608",
|
|
190
190
|
"concurrently": "9.2.1",
|
|
191
191
|
"graphql-tag": "2.12.6",
|
|
192
192
|
"publint": "0.3.18",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"publishConfig": {
|
|
197
197
|
"access": "public"
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "91990fa7779833a4c8575e79fe761caf71f63145"
|
|
200
200
|
}
|