@cedarjs/web 2.0.4-next.31 → 2.0.4-next.32

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "2.0.4-next.31+f475eb026",
3
+ "version": "2.0.4-next.32+d4942a296",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -145,8 +145,8 @@
145
145
  "dependencies": {
146
146
  "@apollo/client": "3.13.9",
147
147
  "@babel/runtime-corejs3": "7.28.4",
148
- "@cedarjs/auth": "2.0.4-next.31+f475eb026",
149
- "@cedarjs/server-store": "2.0.4-next.31+f475eb026",
148
+ "@cedarjs/auth": "2.0.4-next.32+d4942a296",
149
+ "@cedarjs/server-store": "2.0.4-next.32+d4942a296",
150
150
  "@dr.pogodin/react-helmet": "2.0.4",
151
151
  "@whatwg-node/fetch": "0.9.21",
152
152
  "apollo-upload-client": "18.0.1",
@@ -166,8 +166,8 @@
166
166
  "@babel/core": "^7.26.10",
167
167
  "@babel/plugin-transform-runtime": "7.28.5",
168
168
  "@babel/runtime": "7.28.4",
169
- "@cedarjs/framework-tools": "2.0.4-next.31",
170
- "@cedarjs/internal": "2.0.4-next.31+f475eb026",
169
+ "@cedarjs/framework-tools": "2.0.4-next.32",
170
+ "@cedarjs/internal": "2.0.4-next.32+d4942a296",
171
171
  "@rollup/plugin-babel": "6.1.0",
172
172
  "@testing-library/jest-dom": "6.5.0",
173
173
  "@testing-library/react": "14.3.1",
@@ -191,5 +191,5 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitHead": "f475eb02649d89f53194e8d011b3232ebc331bd8"
194
+ "gitHead": "d4942a296acbff7204735e507d3dc4f2cd18acd2"
195
195
  }