@cedarjs/auth-netlify-web 2.2.2-next.0 → 2.3.0-rc.34

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/dist/cjs/index.js CHANGED
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var index_exports = {};
20
- __export(index_exports, {
19
+ var src_exports = {};
20
+ __export(src_exports, {
21
21
  createAuth: () => import_netlify.createAuth
22
22
  });
23
- module.exports = __toCommonJS(index_exports);
23
+ module.exports = __toCommonJS(src_exports);
24
24
  var import_netlify = require("./netlify.js");
25
25
  // Annotate the CommonJS export names for ESM import in node:
26
26
  0 && (module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth-netlify-web",
3
- "version": "2.2.2-next.0+50c9164d3",
3
+ "version": "2.3.0-rc.34",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -49,10 +49,10 @@
49
49
  "test:watch": "vitest watch"
50
50
  },
51
51
  "dependencies": {
52
- "@cedarjs/auth": "2.2.2-next.0+50c9164d3"
52
+ "@cedarjs/auth": "2.3.0-rc.34"
53
53
  },
54
54
  "devDependencies": {
55
- "@cedarjs/framework-tools": "2.2.2-next.1",
55
+ "@cedarjs/framework-tools": "2.3.0-rc.34",
56
56
  "@types/netlify-identity-widget": "1.9.7",
57
57
  "@types/react": "^18.2.55",
58
58
  "concurrently": "9.2.1",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "50c9164d38f49178f060177be747dd7c484d1e36"
71
+ "gitHead": "5e54987a7f0b11f713a37ab49ca5abd7339f9411"
72
72
  }