@wix/gift-vouchers 1.0.2 → 1.0.3
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/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/es/context.js +1 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.js +1 -0
- package/build/es/index.js.map +1 -0
- package/build/es/meta.js +1 -0
- package/build/es/meta.js.map +1 -0
- package/package.json +3 -6
package/build/cjs/context.js
CHANGED
|
@@ -25,3 +25,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.giftVoucherProducts = void 0;
|
|
27
27
|
exports.giftVoucherProducts = __importStar(require("@wix/gift-vouchers_gift-voucher-products/context"));
|
|
28
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wGAAwF"}
|
package/build/cjs/index.js
CHANGED
|
@@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.giftVoucherProducts = void 0;
|
|
27
27
|
const giftVoucherProducts = __importStar(require("@wix/gift-vouchers_gift-voucher-products"));
|
|
28
28
|
exports.giftVoucherProducts = giftVoucherProducts;
|
|
29
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAAgF;AAEvE,kDAAmB"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -25,3 +25,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.giftVoucherProducts = void 0;
|
|
27
27
|
exports.giftVoucherProducts = __importStar(require("@wix/gift-vouchers_gift-voucher-products/meta"));
|
|
28
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF"}
|
package/build/es/context.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,kDAAkD,CAAC"}
|
package/build/es/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAEhF,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
package/build/es/meta.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,+CAA+C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/gift-vouchers",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"keywords": [
|
|
9
|
-
"wix-sdk-module=backend,page,public"
|
|
10
|
-
],
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"module": "build/es/index.js",
|
|
13
10
|
"main": "build/cjs/index.js",
|
|
@@ -21,7 +18,7 @@
|
|
|
21
18
|
"type-bundles"
|
|
22
19
|
],
|
|
23
20
|
"dependencies": {
|
|
24
|
-
"@wix/gift-vouchers_gift-voucher-products": "1.0.
|
|
21
|
+
"@wix/gift-vouchers_gift-voucher-products": "1.0.2"
|
|
25
22
|
},
|
|
26
23
|
"devDependencies": {
|
|
27
24
|
"glob": "^10.4.1",
|
|
@@ -46,5 +43,5 @@
|
|
|
46
43
|
"fqdn": ""
|
|
47
44
|
}
|
|
48
45
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "3ca1426be8b80e16f7c4a5fc64e5f489a952513463561186ce2d8f77"
|
|
50
47
|
}
|