@aura-stack/auth 0.4.0-rc.2 → 0.4.0-rc.3

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.
@@ -1 +1,18 @@
1
1
  "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/@types/router.d.ts
17
+ var router_d_exports = {};
18
+ module.exports = __toCommonJS(router_d_exports);
@@ -0,0 +1 @@
1
+ import "../chunk-DIVDFNAP.js";
@@ -7,12 +7,12 @@ import {
7
7
  } from "../chunk-KSWLO5ZU.js";
8
8
  import "../chunk-GA2SMTJO.js";
9
9
  import "../chunk-IVET23KF.js";
10
- import {
11
- sessionAction
12
- } from "../chunk-JVFTCTTE.js";
13
10
  import {
14
11
  csrfTokenAction
15
12
  } from "../chunk-HT4YLL7N.js";
13
+ import {
14
+ sessionAction
15
+ } from "../chunk-JVFTCTTE.js";
16
16
  import {
17
17
  signInAction
18
18
  } from "../chunk-3EUWD5BB.js";
File without changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import { d as AuthConfig, e as AuthInstance, f as JoseInstance } from './index-DkaLJFn8.js';
2
2
  export { C as CookieConfig, E as ErrorType, O as OAuthProvider, g as OAuthProviderConfig, h as OAuthProviderCredentials, S as Session, U as User } from './index-DkaLJFn8.js';
3
3
  export { createClient } from '@aura-stack/router';
4
+ import './@types/router.d.js';
4
5
  import 'zod';
5
6
  import './schemas.js';
6
7
  import '@aura-stack/router/cookie';
package/dist/index.js CHANGED
@@ -9,6 +9,7 @@ import "./chunk-B737EUJV.js";
9
9
  import "./chunk-HP34YGGJ.js";
10
10
  import "./chunk-E3OXBRYF.js";
11
11
  import "./chunk-6R2YZ4AC.js";
12
+ import "./chunk-DIVDFNAP.js";
12
13
  import "./chunk-ITQ7352M.js";
13
14
  import {
14
15
  signOutAction
@@ -18,12 +19,12 @@ import {
18
19
  } from "./chunk-KSWLO5ZU.js";
19
20
  import "./chunk-GA2SMTJO.js";
20
21
  import "./chunk-IVET23KF.js";
21
- import {
22
- sessionAction
23
- } from "./chunk-JVFTCTTE.js";
24
22
  import {
25
23
  csrfTokenAction
26
24
  } from "./chunk-HT4YLL7N.js";
25
+ import {
26
+ sessionAction
27
+ } from "./chunk-JVFTCTTE.js";
27
28
  import {
28
29
  signInAction
29
30
  } from "./chunk-3EUWD5BB.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aura-stack/auth",
3
- "version": "0.4.0-rc.2",
3
+ "version": "0.4.0-rc.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Core auth for @aura-stack/auth",