@cedarjs/gqlorm 2.8.0 → 2.8.1-next.109
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 +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/gqlorm",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1-next.109+be993981d",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -128,11 +128,9 @@
|
|
|
128
128
|
"test:watch": "vitest watch"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@
|
|
132
|
-
"@cedarjs/
|
|
133
|
-
"@cedarjs/
|
|
134
|
-
"@cedarjs/web": "2.8.0",
|
|
135
|
-
"core-js": "3.48.0",
|
|
131
|
+
"@cedarjs/auth": "2.8.1-next.109+be993981d",
|
|
132
|
+
"@cedarjs/server-store": "2.8.1-next.109+be993981d",
|
|
133
|
+
"@cedarjs/web": "2.8.1-next.109+be993981d",
|
|
136
134
|
"graphql": "16.13.1",
|
|
137
135
|
"react": "18.3.1",
|
|
138
136
|
"react-dom": "18.3.1"
|
|
@@ -141,7 +139,7 @@
|
|
|
141
139
|
"@arethetypeswrong/cli": "0.18.2",
|
|
142
140
|
"@babel/cli": "7.28.6",
|
|
143
141
|
"@babel/core": "^7.26.10",
|
|
144
|
-
"@cedarjs/framework-tools": "
|
|
142
|
+
"@cedarjs/framework-tools": "2.8.1-next.109",
|
|
145
143
|
"@testing-library/jest-dom": "6.9.1",
|
|
146
144
|
"@types/react": "^18.2.55",
|
|
147
145
|
"@types/react-dom": "^18.2.19",
|
|
@@ -159,5 +157,5 @@
|
|
|
159
157
|
"publishConfig": {
|
|
160
158
|
"access": "public"
|
|
161
159
|
},
|
|
162
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "be993981d7e162a83244009c3f7ab9270c6773f3"
|
|
163
161
|
}
|