@wix/pricing-plans 1.0.222 → 1.0.224
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/build/cjs/components.d.ts +2 -0
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +5 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +8 -6
- package/build/cjs/meta.js +5 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/components.d.mts +2 -0
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +8 -6
- package/build/es/meta.mjs +3 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +2 -0
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +5 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +8 -6
- package/build/internal/cjs/meta.js +5 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/components.d.mts +2 -0
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +8 -6
- package/build/internal/es/meta.mjs +3 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +6 -5
@@ -1,7 +1,9 @@
|
|
1
1
|
export * from '@wix/headless-pricing-plans/react';
|
2
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
3
|
import '@wix/auto_sdk_pricing-plans_orders';
|
3
4
|
import '@wix/auto_sdk_pricing-plans_plans';
|
4
5
|
import '@wix/auto_sdk_pricing-plans_plans-v-3';
|
6
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
5
7
|
import '@wix/auto_sdk_pricing-plans_orders/meta';
|
6
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
7
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
package/build/cjs/index.d.ts
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
import * as auto_sdk_pricingPlans_pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
|
+
export { auto_sdk_pricingPlans_pricingPlansSettings as pricingPlansSettings };
|
1
3
|
import * as auto_sdk_pricingPlans_orders from '@wix/auto_sdk_pricing-plans_orders';
|
2
4
|
export { auto_sdk_pricingPlans_orders as orders };
|
3
5
|
import * as auto_sdk_pricingPlans_plans from '@wix/auto_sdk_pricing-plans_plans';
|
package/build/cjs/index.js
CHANGED
@@ -32,9 +32,11 @@ var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
33
33
|
orders: () => orders,
|
34
34
|
plans: () => plans,
|
35
|
-
plansV3: () => plansV3
|
35
|
+
plansV3: () => plansV3,
|
36
|
+
pricingPlansSettings: () => pricingPlansSettings
|
36
37
|
});
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
39
|
+
var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings"));
|
38
40
|
var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders"));
|
39
41
|
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans"));
|
40
42
|
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3"));
|
@@ -42,6 +44,7 @@ var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3"));
|
|
42
44
|
0 && (module.exports = {
|
43
45
|
orders,
|
44
46
|
plans,
|
45
|
-
plansV3
|
47
|
+
plansV3,
|
48
|
+
pricingPlansSettings
|
46
49
|
});
|
47
50
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { orders, plans, plansV3 };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';\nimport * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { pricingPlansSettings, orders, plans, plansV3 };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
import * as meta from '@wix/auto_sdk_pricing-
|
2
|
-
export { meta as
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_pricing-
|
4
|
-
export { meta$1 as
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans
|
6
|
-
export { meta$2 as
|
1
|
+
import * as meta from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
2
|
+
export { meta as pricingPlansSettings };
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_pricing-plans_orders/meta';
|
4
|
+
export { meta$1 as orders };
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans/meta';
|
6
|
+
export { meta$2 as plans };
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
8
|
+
export { meta$3 as plansV3 };
|
package/build/cjs/meta.js
CHANGED
@@ -32,9 +32,11 @@ var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
33
33
|
orders: () => orders,
|
34
34
|
plans: () => plans,
|
35
|
-
plansV3: () => plansV3
|
35
|
+
plansV3: () => plansV3,
|
36
|
+
pricingPlansSettings: () => pricingPlansSettings
|
36
37
|
});
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
39
|
+
var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta"));
|
38
40
|
var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders/meta"));
|
39
41
|
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/meta"));
|
40
42
|
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/meta"));
|
@@ -42,6 +44,7 @@ var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/meta"));
|
|
42
44
|
0 && (module.exports = {
|
43
45
|
orders,
|
44
46
|
plans,
|
45
|
-
plansV3
|
47
|
+
plansV3,
|
48
|
+
pricingPlansSettings
|
46
49
|
});
|
47
50
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
export * from '@wix/headless-pricing-plans/react';
|
2
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
3
|
import '@wix/auto_sdk_pricing-plans_orders';
|
3
4
|
import '@wix/auto_sdk_pricing-plans_plans';
|
4
5
|
import '@wix/auto_sdk_pricing-plans_plans-v-3';
|
6
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
5
7
|
import '@wix/auto_sdk_pricing-plans_orders/meta';
|
6
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
7
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
package/build/es/index.d.mts
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
import * as auto_sdk_pricingPlans_pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
|
+
export { auto_sdk_pricingPlans_pricingPlansSettings as pricingPlansSettings };
|
1
3
|
import * as auto_sdk_pricingPlans_orders from '@wix/auto_sdk_pricing-plans_orders';
|
2
4
|
export { auto_sdk_pricingPlans_orders as orders };
|
3
5
|
import * as auto_sdk_pricingPlans_plans from '@wix/auto_sdk_pricing-plans_plans';
|
package/build/es/index.mjs
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
// index.ts
|
2
|
+
import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings";
|
2
3
|
import * as orders from "@wix/auto_sdk_pricing-plans_orders";
|
3
4
|
import * as plans from "@wix/auto_sdk_pricing-plans_plans";
|
4
5
|
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3";
|
5
6
|
export {
|
6
7
|
orders,
|
7
8
|
plans,
|
8
|
-
plansV3
|
9
|
+
plansV3,
|
10
|
+
pricingPlansSettings
|
9
11
|
};
|
10
12
|
//# sourceMappingURL=index.mjs.map
|
package/build/es/index.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { orders, plans, plansV3 };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';\nimport * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { pricingPlansSettings, orders, plans, plansV3 };\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
import * as meta from '@wix/auto_sdk_pricing-
|
2
|
-
export { meta as
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_pricing-
|
4
|
-
export { meta$1 as
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans
|
6
|
-
export { meta$2 as
|
1
|
+
import * as meta from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
2
|
+
export { meta as pricingPlansSettings };
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_pricing-plans_orders/meta';
|
4
|
+
export { meta$1 as orders };
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans/meta';
|
6
|
+
export { meta$2 as plans };
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
8
|
+
export { meta$3 as plansV3 };
|
package/build/es/meta.mjs
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
// meta.ts
|
2
|
+
import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta";
|
2
3
|
import * as orders from "@wix/auto_sdk_pricing-plans_orders/meta";
|
3
4
|
import * as plans from "@wix/auto_sdk_pricing-plans_plans/meta";
|
4
5
|
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/meta";
|
5
6
|
export {
|
6
7
|
orders,
|
7
8
|
plans,
|
8
|
-
plansV3
|
9
|
+
plansV3,
|
10
|
+
pricingPlansSettings
|
9
11
|
};
|
10
12
|
//# sourceMappingURL=meta.mjs.map
|
package/build/es/meta.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
export * from '@wix/headless-pricing-plans/react';
|
2
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
3
|
import '@wix/auto_sdk_pricing-plans_orders';
|
3
4
|
import '@wix/auto_sdk_pricing-plans_plans';
|
4
5
|
import '@wix/auto_sdk_pricing-plans_plans-v-3';
|
6
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
5
7
|
import '@wix/auto_sdk_pricing-plans_orders/meta';
|
6
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
7
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
@@ -1,3 +1,5 @@
|
|
1
|
+
import * as auto_sdk_pricingPlans_pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
|
+
export { auto_sdk_pricingPlans_pricingPlansSettings as pricingPlansSettings };
|
1
3
|
import * as auto_sdk_pricingPlans_orders from '@wix/auto_sdk_pricing-plans_orders';
|
2
4
|
export { auto_sdk_pricingPlans_orders as orders };
|
3
5
|
import * as auto_sdk_pricingPlans_plans from '@wix/auto_sdk_pricing-plans_plans';
|
@@ -32,9 +32,11 @@ var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
33
33
|
orders: () => orders,
|
34
34
|
plans: () => plans,
|
35
|
-
plansV3: () => plansV3
|
35
|
+
plansV3: () => plansV3,
|
36
|
+
pricingPlansSettings: () => pricingPlansSettings
|
36
37
|
});
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
39
|
+
var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings"));
|
38
40
|
var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders"));
|
39
41
|
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans"));
|
40
42
|
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3"));
|
@@ -42,6 +44,7 @@ var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3"));
|
|
42
44
|
0 && (module.exports = {
|
43
45
|
orders,
|
44
46
|
plans,
|
45
|
-
plansV3
|
47
|
+
plansV3,
|
48
|
+
pricingPlansSettings
|
46
49
|
});
|
47
50
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { orders, plans, plansV3 };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';\nimport * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { pricingPlansSettings, orders, plans, plansV3 };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
@@ -1,6 +1,8 @@
|
|
1
|
-
import * as meta from '@wix/auto_sdk_pricing-
|
2
|
-
export { meta as
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_pricing-
|
4
|
-
export { meta$1 as
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans
|
6
|
-
export { meta$2 as
|
1
|
+
import * as meta from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
2
|
+
export { meta as pricingPlansSettings };
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_pricing-plans_orders/meta';
|
4
|
+
export { meta$1 as orders };
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans/meta';
|
6
|
+
export { meta$2 as plans };
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
8
|
+
export { meta$3 as plansV3 };
|
@@ -32,9 +32,11 @@ var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
33
33
|
orders: () => orders,
|
34
34
|
plans: () => plans,
|
35
|
-
plansV3: () => plansV3
|
35
|
+
plansV3: () => plansV3,
|
36
|
+
pricingPlansSettings: () => pricingPlansSettings
|
36
37
|
});
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
39
|
+
var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta"));
|
38
40
|
var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders/meta"));
|
39
41
|
var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/meta"));
|
40
42
|
var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/meta"));
|
@@ -42,6 +44,7 @@ var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/meta"));
|
|
42
44
|
0 && (module.exports = {
|
43
45
|
orders,
|
44
46
|
plans,
|
45
|
-
plansV3
|
47
|
+
plansV3,
|
48
|
+
pricingPlansSettings
|
46
49
|
});
|
47
50
|
//# sourceMappingURL=meta.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;","names":[]}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
export * from '@wix/headless-pricing-plans/react';
|
2
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
3
|
import '@wix/auto_sdk_pricing-plans_orders';
|
3
4
|
import '@wix/auto_sdk_pricing-plans_plans';
|
4
5
|
import '@wix/auto_sdk_pricing-plans_plans-v-3';
|
6
|
+
import '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
5
7
|
import '@wix/auto_sdk_pricing-plans_orders/meta';
|
6
8
|
import '@wix/auto_sdk_pricing-plans_plans/meta';
|
7
9
|
import '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
@@ -1,3 +1,5 @@
|
|
1
|
+
import * as auto_sdk_pricingPlans_pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';
|
2
|
+
export { auto_sdk_pricingPlans_pricingPlansSettings as pricingPlansSettings };
|
1
3
|
import * as auto_sdk_pricingPlans_orders from '@wix/auto_sdk_pricing-plans_orders';
|
2
4
|
export { auto_sdk_pricingPlans_orders as orders };
|
3
5
|
import * as auto_sdk_pricingPlans_plans from '@wix/auto_sdk_pricing-plans_plans';
|
@@ -1,10 +1,12 @@
|
|
1
1
|
// index.ts
|
2
|
+
import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings";
|
2
3
|
import * as orders from "@wix/auto_sdk_pricing-plans_orders";
|
3
4
|
import * as plans from "@wix/auto_sdk_pricing-plans_plans";
|
4
5
|
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3";
|
5
6
|
export {
|
6
7
|
orders,
|
7
8
|
plans,
|
8
|
-
plansV3
|
9
|
+
plansV3,
|
10
|
+
pricingPlansSettings
|
9
11
|
};
|
10
12
|
//# sourceMappingURL=index.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { orders, plans, plansV3 };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings';\nimport * as orders from '@wix/auto_sdk_pricing-plans_orders';\nimport * as plans from '@wix/auto_sdk_pricing-plans_plans';\nimport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3';\n\nexport { pricingPlansSettings, orders, plans, plansV3 };\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
@@ -1,6 +1,8 @@
|
|
1
|
-
import * as meta from '@wix/auto_sdk_pricing-
|
2
|
-
export { meta as
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_pricing-
|
4
|
-
export { meta$1 as
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans
|
6
|
-
export { meta$2 as
|
1
|
+
import * as meta from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';
|
2
|
+
export { meta as pricingPlansSettings };
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_pricing-plans_orders/meta';
|
4
|
+
export { meta$1 as orders };
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_pricing-plans_plans/meta';
|
6
|
+
export { meta$2 as plans };
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';
|
8
|
+
export { meta$3 as plansV3 };
|
@@ -1,10 +1,12 @@
|
|
1
1
|
// meta.ts
|
2
|
+
import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta";
|
2
3
|
import * as orders from "@wix/auto_sdk_pricing-plans_orders/meta";
|
3
4
|
import * as plans from "@wix/auto_sdk_pricing-plans_plans/meta";
|
4
5
|
import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/meta";
|
5
6
|
export {
|
6
7
|
orders,
|
7
8
|
plans,
|
8
|
-
plansV3
|
9
|
+
plansV3,
|
10
|
+
pricingPlansSettings
|
9
11
|
};
|
10
12
|
//# sourceMappingURL=meta.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/meta';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/meta';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/meta';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;","names":[]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/pricing-plans",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.224",
|
4
4
|
"license": "MIT",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
@@ -45,9 +45,10 @@
|
|
45
45
|
"services"
|
46
46
|
],
|
47
47
|
"dependencies": {
|
48
|
-
"@wix/auto_sdk_pricing-plans_orders": "1.0.
|
49
|
-
"@wix/auto_sdk_pricing-plans_plans": "1.0.
|
50
|
-
"@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.
|
48
|
+
"@wix/auto_sdk_pricing-plans_orders": "1.0.77",
|
49
|
+
"@wix/auto_sdk_pricing-plans_plans": "1.0.80",
|
50
|
+
"@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.22",
|
51
|
+
"@wix/auto_sdk_pricing-plans_pricing-plans-settings": "1.0.0",
|
51
52
|
"@wix/headless-pricing-plans": "0.0.8"
|
52
53
|
},
|
53
54
|
"devDependencies": {
|
@@ -70,5 +71,5 @@
|
|
70
71
|
"fqdn": ""
|
71
72
|
}
|
72
73
|
},
|
73
|
-
"falconPackageHash": "
|
74
|
+
"falconPackageHash": "5f4f50b746cace43885cb7e3f7e26576b49c043d113a27516a2ce06c"
|
74
75
|
}
|