@wix/pricing-plans 1.0.379 → 1.0.381

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pricing-plans",
3
- "version": "1.0.379",
3
+ "version": "1.0.381",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,11 +51,11 @@
51
51
  "services"
52
52
  ],
53
53
  "dependencies": {
54
- "@wix/auto_sdk_pricing-plans_orders": "1.0.123",
55
- "@wix/auto_sdk_pricing-plans_plan-benefits": "1.0.12",
56
- "@wix/auto_sdk_pricing-plans_plans": "1.0.114",
57
- "@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.109",
58
- "@wix/auto_sdk_pricing-plans_pricing-plans-settings": "1.0.50",
54
+ "@wix/auto_sdk_pricing-plans_orders": "1.0.124",
55
+ "@wix/auto_sdk_pricing-plans_plan-benefits": "1.0.13",
56
+ "@wix/auto_sdk_pricing-plans_plans": "1.0.115",
57
+ "@wix/auto_sdk_pricing-plans_plans-v-3": "1.0.110",
58
+ "@wix/auto_sdk_pricing-plans_pricing-plans-settings": "1.0.52",
59
59
  "@wix/headless-pricing-plans": "^0.0.22"
60
60
  },
61
61
  "devDependencies": {
@@ -78,5 +78,5 @@
78
78
  "fqdn": ""
79
79
  }
80
80
  },
81
- "falconPackageHash": "b760cbe50b0faa2d8677a47456d1899366245977b4fdd29181086ccb"
81
+ "falconPackageHash": "acb6e7de6f193324f4c238deadd2b3d3daf9ebe3eac74ab1547077fc"
82
82
  }
@@ -1,25 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // components.ts
18
- var components_exports = {};
19
- module.exports = __toCommonJS(components_exports);
20
- __reExport(components_exports, require("@wix/headless-pricing-plans/react"), module.exports);
21
- // Annotate the CommonJS export names for ESM import in node:
22
- 0 && (module.exports = {
23
- ...require("@wix/headless-pricing-plans/react")
24
- });
25
- //# sourceMappingURL=components.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-pricing-plans/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,8CAAd;","names":[]}
@@ -1,53 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
-
30
- // index.ts
31
- var index_exports = {};
32
- __export(index_exports, {
33
- orders: () => orders,
34
- planBenefits: () => planBenefits,
35
- plans: () => plans,
36
- plansV3: () => plansV3,
37
- pricingPlansSettings: () => pricingPlansSettings
38
- });
39
- module.exports = __toCommonJS(index_exports);
40
- var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings"));
41
- var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders"));
42
- var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans"));
43
- var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3"));
44
- var planBenefits = __toESM(require("@wix/auto_sdk_pricing-plans_plan-benefits"));
45
- // Annotate the CommonJS export names for ESM import in node:
46
- 0 && (module.exports = {
47
- orders,
48
- planBenefits,
49
- plans,
50
- plansV3,
51
- pricingPlansSettings
52
- });
53
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
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';\nimport * as planBenefits from '@wix/auto_sdk_pricing-plans_plan-benefits';\n\nexport { pricingPlansSettings, orders, plans, plansV3, planBenefits };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;AACzB,mBAA8B;","names":[]}
@@ -1,53 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
-
30
- // meta.ts
31
- var meta_exports = {};
32
- __export(meta_exports, {
33
- orders: () => orders,
34
- planBenefits: () => planBenefits,
35
- plans: () => plans,
36
- plansV3: () => plansV3,
37
- pricingPlansSettings: () => pricingPlansSettings
38
- });
39
- module.exports = __toCommonJS(meta_exports);
40
- var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta"));
41
- var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders/meta"));
42
- var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/meta"));
43
- var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/meta"));
44
- var planBenefits = __toESM(require("@wix/auto_sdk_pricing-plans_plan-benefits/meta"));
45
- // Annotate the CommonJS export names for ESM import in node:
46
- 0 && (module.exports = {
47
- orders,
48
- planBenefits,
49
- plans,
50
- plansV3,
51
- pricingPlansSettings
52
- });
53
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
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';\nexport * as planBenefits from '@wix/auto_sdk_pricing-plans_plan-benefits/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;AACzB,mBAA8B;","names":[]}
@@ -1,53 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
-
30
- // schemas.ts
31
- var schemas_exports = {};
32
- __export(schemas_exports, {
33
- orders: () => orders,
34
- planBenefits: () => planBenefits,
35
- plans: () => plans,
36
- plansV3: () => plansV3,
37
- pricingPlansSettings: () => pricingPlansSettings
38
- });
39
- module.exports = __toCommonJS(schemas_exports);
40
- var pricingPlansSettings = __toESM(require("@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas"));
41
- var orders = __toESM(require("@wix/auto_sdk_pricing-plans_orders/schemas"));
42
- var plans = __toESM(require("@wix/auto_sdk_pricing-plans_plans/schemas"));
43
- var plansV3 = __toESM(require("@wix/auto_sdk_pricing-plans_plans-v-3/schemas"));
44
- var planBenefits = __toESM(require("@wix/auto_sdk_pricing-plans_plan-benefits/schemas"));
45
- // Annotate the CommonJS export names for ESM import in node:
46
- 0 && (module.exports = {
47
- orders,
48
- planBenefits,
49
- plans,
50
- plansV3,
51
- pricingPlansSettings
52
- });
53
- //# sourceMappingURL=schemas.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\nexport * as planBenefits from '@wix/auto_sdk_pricing-plans_plan-benefits/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAsC;AACtC,aAAwB;AACxB,YAAuB;AACvB,cAAyB;AACzB,mBAA8B;","names":[]}
@@ -1,25 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // services.ts
18
- var services_exports = {};
19
- module.exports = __toCommonJS(services_exports);
20
- __reExport(services_exports, require("@wix/headless-pricing-plans/services"), module.exports);
21
- // Annotate the CommonJS export names for ESM import in node:
22
- 0 && (module.exports = {
23
- ...require("@wix/headless-pricing-plans/services")
24
- });
25
- //# sourceMappingURL=services.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-pricing-plans/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,iDAAd;","names":[]}
@@ -1,3 +0,0 @@
1
- // components.ts
2
- export * from "@wix/headless-pricing-plans/react";
3
- //# sourceMappingURL=components.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-pricing-plans/react';"],"mappings":";AAAA,cAAc;","names":[]}
@@ -1,14 +0,0 @@
1
- // index.ts
2
- import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings";
3
- import * as orders from "@wix/auto_sdk_pricing-plans_orders";
4
- import * as plans from "@wix/auto_sdk_pricing-plans_plans";
5
- import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3";
6
- import * as planBenefits from "@wix/auto_sdk_pricing-plans_plan-benefits";
7
- export {
8
- orders,
9
- planBenefits,
10
- plans,
11
- plansV3,
12
- pricingPlansSettings
13
- };
14
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
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';\nimport * as planBenefits from '@wix/auto_sdk_pricing-plans_plan-benefits';\n\nexport { pricingPlansSettings, orders, plans, plansV3, planBenefits };\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;AACzB,YAAY,kBAAkB;","names":[]}
@@ -1,14 +0,0 @@
1
- // meta.ts
2
- import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings/meta";
3
- import * as orders from "@wix/auto_sdk_pricing-plans_orders/meta";
4
- import * as plans from "@wix/auto_sdk_pricing-plans_plans/meta";
5
- import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/meta";
6
- import * as planBenefits from "@wix/auto_sdk_pricing-plans_plan-benefits/meta";
7
- export {
8
- orders,
9
- planBenefits,
10
- plans,
11
- plansV3,
12
- pricingPlansSettings
13
- };
14
- //# sourceMappingURL=meta.mjs.map
@@ -1 +0,0 @@
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';\nexport * as planBenefits from '@wix/auto_sdk_pricing-plans_plan-benefits/meta';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;AACzB,YAAY,kBAAkB;","names":[]}
@@ -1,14 +0,0 @@
1
- // schemas.ts
2
- import * as pricingPlansSettings from "@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas";
3
- import * as orders from "@wix/auto_sdk_pricing-plans_orders/schemas";
4
- import * as plans from "@wix/auto_sdk_pricing-plans_plans/schemas";
5
- import * as plansV3 from "@wix/auto_sdk_pricing-plans_plans-v-3/schemas";
6
- import * as planBenefits from "@wix/auto_sdk_pricing-plans_plan-benefits/schemas";
7
- export {
8
- orders,
9
- planBenefits,
10
- plans,
11
- plansV3,
12
- pricingPlansSettings
13
- };
14
- //# sourceMappingURL=schemas.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as pricingPlansSettings from '@wix/auto_sdk_pricing-plans_pricing-plans-settings/schemas';\nexport * as orders from '@wix/auto_sdk_pricing-plans_orders/schemas';\nexport * as plans from '@wix/auto_sdk_pricing-plans_plans/schemas';\nexport * as plansV3 from '@wix/auto_sdk_pricing-plans_plans-v-3/schemas';\nexport * as planBenefits from '@wix/auto_sdk_pricing-plans_plan-benefits/schemas';\n"],"mappings":";AAAA,YAAY,0BAA0B;AACtC,YAAY,YAAY;AACxB,YAAY,WAAW;AACvB,YAAY,aAAa;AACzB,YAAY,kBAAkB;","names":[]}
@@ -1,3 +0,0 @@
1
- // services.ts
2
- export * from "@wix/headless-pricing-plans/services";
3
- //# sourceMappingURL=services.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-pricing-plans/services';"],"mappings":";AAAA,cAAc;","names":[]}