@strands.gg/accui 2.1.0 → 2.1.1

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.
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./nuxt-v4/module.cjs.js"),t=require("./nuxt-v4/runtime/composables/useStrandsAuth.cjs.js"),s=require("./nuxt-v4/runtime/composables/useAuthenticatedFetch.cjs.js");exports.default=e,exports.useAuthState=t.useAuthState,exports.useAuthUser=t.useAuthUser,exports.useStrandsAuth=t.useStrandsAuth,exports.$authFetch=s.$authFetch,exports.useAuthenticatedFetch=s.useAuthenticatedFetch;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nuxt-v4.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { default as default2 } from "./nuxt-v4/module.es.js";
2
+ import { useAuthState, useAuthUser, useStrandsAuth } from "./nuxt-v4/runtime/composables/useStrandsAuth.es.js";
3
+ import { $authFetch, useAuthenticatedFetch } from "./nuxt-v4/runtime/composables/useAuthenticatedFetch.es.js";
4
+ export {
5
+ $authFetch,
6
+ default2 as default,
7
+ useAuthState,
8
+ useAuthUser,
9
+ useAuthenticatedFetch,
10
+ useStrandsAuth
11
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nuxt-v4.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./nuxt/module.cjs.js"),t=require("./nuxt/runtime/composables/useStrandsAuth.cjs.js"),s=require("./nuxt/runtime/composables/useAuthenticatedFetch.cjs.js");exports.default=e,exports.useAuthState=t.useAuthState,exports.useAuthUser=t.useAuthUser,exports.useStrandsAuth=t.useStrandsAuth,exports.$authFetch=s.$authFetch,exports.useAuthenticatedFetch=s.useAuthenticatedFetch;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nuxt.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { default as default2 } from "./nuxt/module.es.js";
2
+ import { useAuthState, useAuthUser, useStrandsAuth } from "./nuxt/runtime/composables/useStrandsAuth.es.js";
3
+ import { $authFetch, useAuthenticatedFetch } from "./nuxt/runtime/composables/useAuthenticatedFetch.es.js";
4
+ export {
5
+ $authFetch,
6
+ default2 as default,
7
+ useAuthState,
8
+ useAuthUser,
9
+ useAuthenticatedFetch,
10
+ useStrandsAuth
11
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nuxt.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/strands-auth-ui.cjs.js",