@carlonicora/nextjs-jsonapi 1.102.0 → 1.104.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-PRJ3RX4E.js → BlockNoteEditor-GKROOUT5.js} +17 -17
- package/dist/{BlockNoteEditor-PRJ3RX4E.js.map → BlockNoteEditor-GKROOUT5.js.map} +1 -1
- package/dist/{BlockNoteEditor-YTSZZ27G.mjs → BlockNoteEditor-IE2G55U6.mjs} +4 -4
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-CK3BMQWY.mjs → chunk-CFECWLHH.mjs} +2 -2
- package/dist/{chunk-3LWDZZYF.js → chunk-HFLERFFJ.js} +736 -732
- package/dist/chunk-HFLERFFJ.js.map +1 -0
- package/dist/{chunk-C2RBYYRW.mjs → chunk-MPGZADJR.mjs} +54 -50
- package/dist/chunk-MPGZADJR.mjs.map +1 -0
- package/dist/{chunk-3KDGODJ7.mjs → chunk-N3NVIPSU.mjs} +8 -1
- package/dist/chunk-N3NVIPSU.mjs.map +1 -0
- package/dist/{chunk-XAWKRNYM.js → chunk-RXXZGPC3.js} +9 -2
- package/dist/chunk-RXXZGPC3.js.map +1 -0
- package/dist/{chunk-SE5HIHJS.js → chunk-VLDLERJN.js} +7 -7
- package/dist/{chunk-SE5HIHJS.js.map → chunk-VLDLERJN.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +2 -1
- package/dist/components/index.d.ts +2 -1
- 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 +13 -1
- package/dist/core/index.d.ts +13 -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/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/components/containers/RoundPageContainer.tsx +3 -0
- package/src/utils/date-formatter.ts +18 -0
- package/src/utils/index.ts +1 -1
- package/dist/chunk-3KDGODJ7.mjs.map +0 -1
- package/dist/chunk-3LWDZZYF.js.map +0 -1
- package/dist/chunk-C2RBYYRW.mjs.map +0 -1
- package/dist/chunk-XAWKRNYM.js.map +0 -1
- /package/dist/{BlockNoteEditor-YTSZZ27G.mjs.map → BlockNoteEditor-IE2G55U6.mjs.map} +0 -0
- /package/dist/{chunk-CK3BMQWY.mjs.map → chunk-CFECWLHH.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-MPGZADJR.mjs";
|
|
51
51
|
import {
|
|
52
52
|
getRoleId,
|
|
53
53
|
getStripePublishableKey
|
|
54
|
-
} from "../chunk-
|
|
54
|
+
} from "../chunk-CFECWLHH.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-N3NVIPSU.mjs";
|
|
66
66
|
import "../chunk-AUXK7QSA.mjs";
|
|
67
67
|
import "../chunk-C7C7VY4F.mjs";
|
|
68
68
|
import "../chunk-KK7PYKVI.mjs";
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-N3NVIPSU.mjs";
|
|
6
6
|
import {
|
|
7
7
|
setBootstrapper
|
|
8
8
|
} from "./chunk-KK7PYKVI.mjs";
|
|
@@ -276,4 +276,4 @@ export {
|
|
|
276
276
|
ACTION_TYPES,
|
|
277
277
|
RbacService
|
|
278
278
|
};
|
|
279
|
-
//# sourceMappingURL=chunk-
|
|
279
|
+
//# sourceMappingURL=chunk-CFECWLHH.mjs.map
|