@carlonicora/nextjs-jsonapi 3.3.3 → 3.3.4
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/{BlockNoteEditor-4LBUVIW6.js → BlockNoteEditor-J4TQJSHZ.js} +19 -19
- package/dist/{BlockNoteEditor-4LBUVIW6.js.map → BlockNoteEditor-J4TQJSHZ.js.map} +1 -1
- package/dist/{BlockNoteEditor-CSPPZOZQ.mjs → BlockNoteEditor-ZNEXXORX.mjs} +4 -4
- package/dist/billing/index.js +398 -398
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-S2C5V2XZ.js → chunk-6T6QB6K2.js} +6 -2
- package/dist/chunk-6T6QB6K2.js.map +1 -0
- package/dist/{chunk-KW6LYVFJ.mjs → chunk-G6B7RZWJ.mjs} +5 -1
- package/dist/chunk-G6B7RZWJ.mjs.map +1 -0
- package/dist/{chunk-SVCOFVQF.mjs → chunk-GCE4C7FG.mjs} +7 -8
- package/dist/chunk-GCE4C7FG.mjs.map +1 -0
- package/dist/{chunk-2PEPIH26.js → chunk-KCZ6SPUQ.js} +820 -821
- package/dist/chunk-KCZ6SPUQ.js.map +1 -0
- package/dist/{chunk-RUEY6XSS.mjs → chunk-RZDY4CIF.mjs} +2 -2
- package/dist/{chunk-OHG2YWNA.js → chunk-X2MQ3WHX.js} +7 -7
- package/dist/{chunk-OHG2YWNA.js.map → chunk-X2MQ3WHX.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +11 -1
- package/dist/core/index.d.ts +11 -1
- package/dist/core/index.js +4 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +3 -1
- package/dist/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/features/tokenusage/index.js +101 -101
- package/dist/features/tokenusage/index.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/auth/components/forms/Logout.tsx +11 -3
- package/src/features/auth/components/forms/__tests__/Logout.spec.tsx +13 -9
- package/src/features/user/contexts/CurrentUserContext.tsx +2 -1
- package/src/features/user/data/index.ts +1 -0
- package/src/features/user/data/user.storage.ts +9 -0
- package/dist/chunk-2PEPIH26.js.map +0 -1
- package/dist/chunk-KW6LYVFJ.mjs.map +0 -1
- package/dist/chunk-S2C5V2XZ.js.map +0 -1
- package/dist/chunk-SVCOFVQF.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-CSPPZOZQ.mjs.map → BlockNoteEditor-ZNEXXORX.mjs.map} +0 -0
- /package/dist/{chunk-RUEY6XSS.mjs.map → chunk-RZDY4CIF.mjs.map} +0 -0
|
@@ -7411,6 +7411,9 @@ var UserService = class extends AbstractService {
|
|
|
7411
7411
|
}
|
|
7412
7412
|
};
|
|
7413
7413
|
|
|
7414
|
+
// src/features/user/data/user.storage.ts
|
|
7415
|
+
var CURRENT_USER_STORAGE_KEY = "user";
|
|
7416
|
+
|
|
7414
7417
|
// src/features/user/author.module.ts
|
|
7415
7418
|
var AuthorModule = /* @__PURE__ */ __name((factory) => factory({
|
|
7416
7419
|
pageUrl: "/authors",
|
|
@@ -8930,6 +8933,7 @@ export {
|
|
|
8930
8933
|
User,
|
|
8931
8934
|
UserFields,
|
|
8932
8935
|
UserService,
|
|
8936
|
+
CURRENT_USER_STORAGE_KEY,
|
|
8933
8937
|
AuthorModule,
|
|
8934
8938
|
UserModule,
|
|
8935
8939
|
OAuthClient,
|
|
@@ -8969,4 +8973,4 @@ export {
|
|
|
8969
8973
|
AuditLogService,
|
|
8970
8974
|
AuditLogModule
|
|
8971
8975
|
};
|
|
8972
|
-
//# sourceMappingURL=chunk-
|
|
8976
|
+
//# sourceMappingURL=chunk-G6B7RZWJ.mjs.map
|