@cedarjs/internal 2.0.4-next.0 → 2.0.4-next.15
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/internal",
|
|
3
|
-
"version": "2.0.4-next.
|
|
3
|
+
"version": "2.0.4-next.15+05ea43b83",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
141
141
|
"@babel/runtime-corejs3": "7.27.6",
|
|
142
142
|
"@babel/traverse": "7.27.4",
|
|
143
|
-
"@cedarjs/babel-config": "2.0.4-next.
|
|
144
|
-
"@cedarjs/graphql-server": "2.0.4-next.
|
|
145
|
-
"@cedarjs/project-config": "2.0.4-next.
|
|
146
|
-
"@cedarjs/router": "2.0.4-next.
|
|
143
|
+
"@cedarjs/babel-config": "2.0.4-next.15+05ea43b83",
|
|
144
|
+
"@cedarjs/graphql-server": "2.0.4-next.15+05ea43b83",
|
|
145
|
+
"@cedarjs/project-config": "2.0.4-next.15+05ea43b83",
|
|
146
|
+
"@cedarjs/router": "2.0.4-next.15+05ea43b83",
|
|
147
147
|
"@graphql-codegen/add": "4.0.1",
|
|
148
148
|
"@graphql-codegen/cli": "3.3.1",
|
|
149
149
|
"@graphql-codegen/client-preset": "4.3.3",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
178
|
"@arethetypeswrong/cli": "0.18.2",
|
|
179
|
-
"@cedarjs/framework-tools": "2.0.4-next.
|
|
179
|
+
"@cedarjs/framework-tools": "2.0.4-next.15",
|
|
180
180
|
"@types/fs-extra": "11.0.4",
|
|
181
181
|
"concurrently": "8.2.2",
|
|
182
182
|
"graphql-tag": "2.12.6",
|
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
"publishConfig": {
|
|
188
188
|
"access": "public"
|
|
189
189
|
},
|
|
190
|
-
"gitHead": "
|
|
190
|
+
"gitHead": "05ea43b833e022c6325591eae6331dba3a8cf445"
|
|
191
191
|
}
|