@cedarjs/web 6.0.0-canary.2673 → 6.0.0-canary.2676

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.
@@ -23,6 +23,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
23
23
  mod
24
24
  ));
25
25
  var import_module = require("module");
26
- const requireFromMSW = (0, import_module.createRequire)(require.resolve("msw"));
27
- const bins = requireFromMSW("../package.json")["bin"];
28
- requireFromMSW(`../${bins["msw"]}`);
26
+ const requireFromMSW = (0, import_module.createRequire)(require.resolve("msw/package.json"));
27
+ const bins = requireFromMSW("./package.json")["bin"];
28
+ requireFromMSW(`./${bins["msw"]}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "6.0.0-canary.2673",
3
+ "version": "6.0.0-canary.2676",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -150,7 +150,7 @@
150
150
  },
151
151
  "dependencies": {
152
152
  "@apollo/client": "4.2.7",
153
- "@cedarjs/server-store": "6.0.0-canary.2673",
153
+ "@cedarjs/server-store": "6.0.0-canary.2676",
154
154
  "@dr.pogodin/react-helmet": "2.0.4",
155
155
  "@whatwg-node/fetch": "0.10.13",
156
156
  "apollo-upload-client": "19.0.0",
@@ -170,9 +170,9 @@
170
170
  "@babel/core": "^7.26.10",
171
171
  "@babel/plugin-transform-runtime": "7.29.7",
172
172
  "@babel/runtime": "7.29.7",
173
- "@cedarjs/auth": "6.0.0-canary.2673",
174
- "@cedarjs/framework-tools": "6.0.0-canary.2673",
175
- "@cedarjs/internal": "6.0.0-canary.2673",
173
+ "@cedarjs/auth": "6.0.0-canary.2676",
174
+ "@cedarjs/framework-tools": "6.0.0-canary.2676",
175
+ "@cedarjs/internal": "6.0.0-canary.2676",
176
176
  "@rollup/plugin-babel": "6.1.0",
177
177
  "@testing-library/dom": "10.4.1",
178
178
  "@testing-library/jest-dom": "6.9.1",