@foldspace-fe/casdoor-next-auth-kit 0.1.24 → 0.1.25

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.
Files changed (2) hide show
  1. package/dist/index.js +26 -26
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -40,6 +40,32 @@ import {
40
40
  createCasdoorCommerceProxyHandler,
41
41
  createCasdoorPageProxyHandler
42
42
  } from "./chunk-5W4H2IMT.js";
43
+ import {
44
+ buildBillingActionPayload,
45
+ buildBillingPaymentCallbackContext,
46
+ buildBillingPurchaseRequest,
47
+ buildCasdoorBuyProductParams,
48
+ buildCasdoorBuyProductRequest,
49
+ chooseCasdoorProviderName,
50
+ deriveBillingCreditsState,
51
+ deriveBillingEntitlements,
52
+ filterBillingPurchasableItems,
53
+ normalizeBillingCatalogConfig,
54
+ normalizeBillingPurchaseStatus,
55
+ normalizeBillingRuntimeConfig,
56
+ normalizeCasdoorBuyProductResponse,
57
+ normalizeCasdoorOrderHistoryItem,
58
+ normalizeCasdoorPaymentHistoryItem,
59
+ normalizeCasdoorProductId,
60
+ normalizeCasdoorSubscriptionDetail,
61
+ normalizeCasdoorSubscriptionHistoryItem,
62
+ readBuyProductRedirectTo,
63
+ resolveBillingInterval,
64
+ resolveBillingItem,
65
+ resolveBillingProductSnapshot,
66
+ resolveBillingPurchasable,
67
+ resolveBillingSubscriptionProduct
68
+ } from "./chunk-FL6LOXEG.js";
43
69
  import {
44
70
  createAuthorizeRouteHandler,
45
71
  createLoginRouteHandler,
@@ -88,32 +114,6 @@ import {
88
114
  verifyState,
89
115
  verifyStateToken
90
116
  } from "./chunk-IPJT66SK.js";
91
- import {
92
- buildBillingActionPayload,
93
- buildBillingPaymentCallbackContext,
94
- buildBillingPurchaseRequest,
95
- buildCasdoorBuyProductParams,
96
- buildCasdoorBuyProductRequest,
97
- chooseCasdoorProviderName,
98
- deriveBillingCreditsState,
99
- deriveBillingEntitlements,
100
- filterBillingPurchasableItems,
101
- normalizeBillingCatalogConfig,
102
- normalizeBillingPurchaseStatus,
103
- normalizeBillingRuntimeConfig,
104
- normalizeCasdoorBuyProductResponse,
105
- normalizeCasdoorOrderHistoryItem,
106
- normalizeCasdoorPaymentHistoryItem,
107
- normalizeCasdoorProductId,
108
- normalizeCasdoorSubscriptionDetail,
109
- normalizeCasdoorSubscriptionHistoryItem,
110
- readBuyProductRedirectTo,
111
- resolveBillingInterval,
112
- resolveBillingItem,
113
- resolveBillingProductSnapshot,
114
- resolveBillingPurchasable,
115
- resolveBillingSubscriptionProduct
116
- } from "./chunk-FL6LOXEG.js";
117
117
  import {
118
118
  buildAuthJumpHref,
119
119
  buildAuthUserFromProfile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foldspace-fe/casdoor-next-auth-kit",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {