@wix/pricing-plans 1.0.78 → 1.0.80
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/index.d.ts +3 -2
- package/build/cjs/index.js +4 -2
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.ts +3 -2
- package/build/es/index.js +3 -2
- package/build/es/index.js.map +1 -1
- package/package.json +4 -4
- package/type-bundles/context.bundle.d.ts +1003 -117
- package/type-bundles/index.bundle.d.ts +1003 -117
- package/type-bundles/meta.bundle.d.ts +0 -2
package/build/cjs/index.d.ts
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import * as orders from '@wix/pricing-plans_orders';
|
2
|
+
import * as plans from '@wix/pricing-plans_plans';
|
3
|
+
export { orders, plans };
|
package/build/cjs/index.js
CHANGED
@@ -24,6 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
26
|
exports.plans = exports.orders = void 0;
|
27
|
-
|
28
|
-
exports.
|
27
|
+
const orders = __importStar(require("@wix/pricing-plans_orders"));
|
28
|
+
exports.orders = orders;
|
29
|
+
const plans = __importStar(require("@wix/pricing-plans_plans"));
|
30
|
+
exports.plans = plans;
|
29
31
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAoD;AAG3C,wBAAM;AAFf,gEAAkD;AAEjC,sBAAK"}
|
package/build/es/index.d.ts
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import * as orders from '@wix/pricing-plans_orders';
|
2
|
+
import * as plans from '@wix/pricing-plans_plans';
|
3
|
+
export { orders, plans };
|
package/build/es/index.js
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import * as orders from '@wix/pricing-plans_orders';
|
2
|
+
import * as plans from '@wix/pricing-plans_plans';
|
3
|
+
export { orders, plans };
|
3
4
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAElD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/pricing-plans",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.80",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -18,8 +18,8 @@
|
|
18
18
|
"type-bundles"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@wix/pricing-plans_orders": "1.0.
|
22
|
-
"@wix/pricing-plans_plans": "1.0.
|
21
|
+
"@wix/pricing-plans_orders": "1.0.30",
|
22
|
+
"@wix/pricing-plans_plans": "1.0.35"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"glob": "^10.4.1",
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"fqdn": ""
|
45
45
|
}
|
46
46
|
},
|
47
|
-
"falconPackageHash": "
|
47
|
+
"falconPackageHash": "e43325a84f07d0d2a60c9a59ec57f68ee170691b78905924aefb8191"
|
48
48
|
}
|