@cedarjs/auth 4.0.0-canary.13654 → 4.0.0-canary.13656

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,15 +16,15 @@ 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 src_exports = {};
20
- __export(src_exports, {
19
+ var index_exports = {};
20
+ __export(index_exports, {
21
21
  createAuthentication: () => import_authFactory.createAuthentication,
22
22
  getCurrentUserFromMiddleware: () => import_getCurrentUserFromMiddleware.getCurrentUserFromMiddleware,
23
23
  middlewareDefaultAuthProviderState: () => import_AuthProviderState.middlewareDefaultAuthProviderState,
24
24
  spaDefaultAuthProviderState: () => import_AuthProviderState.spaDefaultAuthProviderState,
25
25
  useNoAuth: () => import_useAuth.useNoAuth
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
  var import_useAuth = require("./useAuth.js");
29
29
  var import_authFactory = require("./authFactory.js");
30
30
  var import_AuthProviderState = require("./AuthProvider/AuthProviderState.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/auth",
3
- "version": "4.0.0-canary.13654+205e1b98a",
3
+ "version": "4.0.0-canary.13656+8a19315ca",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "devDependencies": {
93
93
  "@arethetypeswrong/cli": "0.18.2",
94
- "@cedarjs/framework-tools": "4.0.0-canary.13654",
94
+ "@cedarjs/framework-tools": "4.0.0-canary.13656",
95
95
  "@testing-library/jest-dom": "6.9.1",
96
96
  "@testing-library/react": "14.3.1",
97
97
  "concurrently": "9.2.1",
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "205e1b98ac8c93c81a7bf6307a5cedb1e1c45ed9"
108
+ "gitHead": "8a19315ca33a674f71575730b73169c48b6a48dd"
109
109
  }