@carlonicora/nextjs-jsonapi 1.120.0 → 1.121.0
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-MQWCI6TX.js → BlockNoteEditor-OVL376NQ.js} +19 -19
- package/dist/{BlockNoteEditor-MQWCI6TX.js.map → BlockNoteEditor-OVL376NQ.js.map} +1 -1
- package/dist/{BlockNoteEditor-NW7SS2YJ.mjs → BlockNoteEditor-ZDSKVOWD.mjs} +4 -4
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-JL3X3LQR.mjs → chunk-6VNRUTZR.mjs} +2 -2
- package/dist/{chunk-MJ2TMIK3.js → chunk-BOECS3K2.js} +699 -699
- package/dist/{chunk-MJ2TMIK3.js.map → chunk-BOECS3K2.js.map} +1 -1
- package/dist/{chunk-S4BL7L3J.mjs → chunk-DMG6R3Y4.mjs} +4 -4
- package/dist/{chunk-5NNJYJSI.js → chunk-JO5BLONK.js} +7 -7
- package/dist/{chunk-5NNJYJSI.js.map → chunk-JO5BLONK.js.map} +1 -1
- package/dist/{chunk-YCMYYYBP.js → chunk-PQBKPWBY.js} +4 -1
- package/dist/chunk-PQBKPWBY.js.map +1 -0
- package/dist/{chunk-IUKSHJPS.mjs → chunk-T2FFT7JT.mjs} +4 -1
- package/dist/chunk-T2FFT7JT.mjs.map +1 -0
- 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.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.js +36 -36
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/core/abstracts/AbstractService.ts +3 -0
- package/dist/chunk-IUKSHJPS.mjs.map +0 -1
- package/dist/chunk-YCMYYYBP.js.map +0 -1
- /package/dist/{BlockNoteEditor-NW7SS2YJ.mjs.map → BlockNoteEditor-ZDSKVOWD.mjs.map} +0 -0
- /package/dist/{chunk-JL3X3LQR.mjs.map → chunk-6VNRUTZR.mjs.map} +0 -0
- /package/dist/{chunk-S4BL7L3J.mjs.map → chunk-DMG6R3Y4.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-DMG6R3Y4.mjs";
|
|
51
51
|
import {
|
|
52
52
|
getRoleId,
|
|
53
53
|
getStripePublishableKey
|
|
54
|
-
} from "../chunk-
|
|
54
|
+
} from "../chunk-6VNRUTZR.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-T2FFT7JT.mjs";
|
|
66
66
|
import "../chunk-AUXK7QSA.mjs";
|
|
67
67
|
import "../chunk-C7C7VY4F.mjs";
|
|
68
68
|
import "../chunk-DKFXGCG2.mjs";
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-T2FFT7JT.mjs";
|
|
6
6
|
import {
|
|
7
7
|
setBootstrapper
|
|
8
8
|
} from "./chunk-DKFXGCG2.mjs";
|
|
@@ -296,4 +296,4 @@ export {
|
|
|
296
296
|
ACTION_TYPES,
|
|
297
297
|
RbacService
|
|
298
298
|
};
|
|
299
|
-
//# sourceMappingURL=chunk-
|
|
299
|
+
//# sourceMappingURL=chunk-6VNRUTZR.mjs.map
|