@wix/pricing-plans 1.0.116 → 1.0.117
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.
|
3
|
+
"version": "1.0.117",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -21,11 +21,6 @@
|
|
21
21
|
"import": "./build/es/meta.js",
|
22
22
|
"require": "./build/cjs/meta.js",
|
23
23
|
"types": "./build/es/meta.d.ts"
|
24
|
-
},
|
25
|
-
"./context": {
|
26
|
-
"import": "./build/es/context.js",
|
27
|
-
"require": "./build/cjs/context.js",
|
28
|
-
"types": "./build/es/context.d.ts"
|
29
24
|
}
|
30
25
|
},
|
31
26
|
"files": [
|
@@ -34,8 +29,8 @@
|
|
34
29
|
"service-plugins"
|
35
30
|
],
|
36
31
|
"dependencies": {
|
37
|
-
"@wix/pricing-plans_orders": "1.0.
|
38
|
-
"@wix/pricing-plans_plans": "1.0.
|
32
|
+
"@wix/pricing-plans_orders": "1.0.59",
|
33
|
+
"@wix/pricing-plans_plans": "1.0.53"
|
39
34
|
},
|
40
35
|
"devDependencies": {
|
41
36
|
"typescript": "^5.3.2"
|
@@ -55,5 +50,5 @@
|
|
55
50
|
"fqdn": ""
|
56
51
|
}
|
57
52
|
},
|
58
|
-
"falconPackageHash": "
|
53
|
+
"falconPackageHash": "0b08735fb31f2b72b3b3a2e08a6f3bb95e6afee7b18554ceb1c50416"
|
59
54
|
}
|
package/build/cjs/context.d.ts
DELETED
package/build/cjs/context.js
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
-
if (k2 === undefined) k2 = k;
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
-
}
|
8
|
-
Object.defineProperty(o, k2, desc);
|
9
|
-
}) : (function(o, m, k, k2) {
|
10
|
-
if (k2 === undefined) k2 = k;
|
11
|
-
o[k2] = m[k];
|
12
|
-
}));
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
-
}) : function(o, v) {
|
16
|
-
o["default"] = v;
|
17
|
-
});
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
-
if (mod && mod.__esModule) return mod;
|
20
|
-
var result = {};
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
-
__setModuleDefault(result, mod);
|
23
|
-
return result;
|
24
|
-
};
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
-
exports.plans = exports.orders = void 0;
|
27
|
-
exports.orders = __importStar(require("@wix/pricing-plans_orders/context"));
|
28
|
-
exports.plans = __importStar(require("@wix/pricing-plans_plans/context"));
|
29
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D;AAC5D,0EAA0D"}
|
package/build/es/context.d.ts
DELETED
package/build/es/context.js
DELETED
package/build/es/context.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,mCAAmC,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,kCAAkC,CAAC"}
|