@carlonicora/nextjs-jsonapi 1.64.0 → 1.65.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.
- package/dist/{BlockNoteEditor-ZO3ZAPXU.mjs → BlockNoteEditor-CZOW7J5K.mjs} +4 -4
- package/dist/{BlockNoteEditor-JF757BHH.js → BlockNoteEditor-QGNV6E4X.js} +14 -14
- package/dist/{BlockNoteEditor-JF757BHH.js.map → BlockNoteEditor-QGNV6E4X.js.map} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-PBD6ZH46.mjs → chunk-5KMKI23S.mjs} +2 -2
- package/dist/{chunk-5LZGQXBD.js → chunk-CDCGQFIA.js} +620 -620
- package/dist/{chunk-5LZGQXBD.js.map → chunk-CDCGQFIA.js.map} +1 -1
- package/dist/{chunk-55FJ5WKS.mjs → chunk-ESGUCYJS.mjs} +8 -8
- package/dist/{chunk-55FJ5WKS.mjs.map → chunk-ESGUCYJS.mjs.map} +1 -1
- package/dist/{chunk-REWN5GZP.mjs → chunk-G7PGWMFO.mjs} +88 -2
- package/dist/chunk-G7PGWMFO.mjs.map +1 -0
- package/dist/{chunk-6YKYRKVU.js → chunk-LRXJT656.js} +89 -3
- package/dist/chunk-LRXJT656.js.map +1 -0
- package/dist/{chunk-2DFE325P.js → chunk-RA4RYKYB.js} +11 -11
- package/dist/{chunk-2DFE325P.js.map → chunk-RA4RYKYB.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- 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 +44 -1
- package/dist/core/index.d.ts +44 -1
- package/dist/core/index.js +8 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +7 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/navigations/Breadcrumb.tsx +4 -4
- package/src/core/index.ts +1 -0
- package/src/core/registry/ModuleRegistry.ts +2 -0
- package/src/features/audit-log/audit-log.module.ts +10 -0
- package/src/features/audit-log/data/audit-log.interface.ts +12 -0
- package/src/features/audit-log/data/audit-log.service.ts +24 -0
- package/src/features/audit-log/data/audit-log.ts +65 -0
- package/src/features/audit-log/data/index.ts +3 -0
- package/src/features/audit-log/index.ts +2 -0
- package/dist/chunk-6YKYRKVU.js.map +0 -1
- package/dist/chunk-REWN5GZP.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-ZO3ZAPXU.mjs.map → BlockNoteEditor-CZOW7J5K.mjs.map} +0 -0
- /package/dist/{chunk-PBD6ZH46.mjs.map → chunk-5KMKI23S.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -47,11 +47,11 @@ import {
|
|
|
47
47
|
TabsList,
|
|
48
48
|
TabsTrigger,
|
|
49
49
|
useCurrentUserContext
|
|
50
|
-
} from "../chunk-
|
|
50
|
+
} from "../chunk-ESGUCYJS.mjs";
|
|
51
51
|
import {
|
|
52
52
|
getRoleId,
|
|
53
53
|
getStripePublishableKey
|
|
54
|
-
} from "../chunk-
|
|
54
|
+
} from "../chunk-5KMKI23S.mjs";
|
|
55
55
|
import {
|
|
56
56
|
FeatureService,
|
|
57
57
|
StripeCustomerService,
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
StripeSubscriptionService,
|
|
63
63
|
StripeUsageService,
|
|
64
64
|
cn
|
|
65
|
-
} from "../chunk-
|
|
65
|
+
} from "../chunk-G7PGWMFO.mjs";
|
|
66
66
|
import "../chunk-AUXK7QSA.mjs";
|
|
67
67
|
import "../chunk-C7C7VY4F.mjs";
|
|
68
68
|
import "../chunk-BTKJFMFL.mjs";
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-G7PGWMFO.mjs";
|
|
6
6
|
import {
|
|
7
7
|
setBootstrapper
|
|
8
8
|
} from "./chunk-BTKJFMFL.mjs";
|
|
@@ -259,4 +259,4 @@ export {
|
|
|
259
259
|
ACTION_TYPES,
|
|
260
260
|
RbacService
|
|
261
261
|
};
|
|
262
|
-
//# sourceMappingURL=chunk-
|
|
262
|
+
//# sourceMappingURL=chunk-5KMKI23S.mjs.map
|