@wix/benefit-programs 1.0.1 → 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 +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/package.json +7 -7
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -29,4 +29,3 @@ exports.item = __importStar(require("@wix/benefit-programs_item/context"));
|
|
|
29
29
|
exports.pool = __importStar(require("@wix/benefit-programs_pool/context"));
|
|
30
30
|
exports.poolDefinition = __importStar(require("@wix/benefit-programs_pool-definition/context"));
|
|
31
31
|
exports.transaction = __importStar(require("@wix/benefit-programs_transaction/context"));
|
|
32
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
|
@@ -29,4 +29,3 @@ exports.item = __importStar(require("@wix/benefit-programs_item"));
|
|
|
29
29
|
exports.pool = __importStar(require("@wix/benefit-programs_pool"));
|
|
30
30
|
exports.poolDefinition = __importStar(require("@wix/benefit-programs_pool-definition"));
|
|
31
31
|
exports.transaction = __importStar(require("@wix/benefit-programs_transaction"));
|
|
32
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/meta.js
CHANGED
|
@@ -29,4 +29,3 @@ exports.item = __importStar(require("@wix/benefit-programs_item/meta"));
|
|
|
29
29
|
exports.pool = __importStar(require("@wix/benefit-programs_pool/meta"));
|
|
30
30
|
exports.poolDefinition = __importStar(require("@wix/benefit-programs_pool-definition/meta"));
|
|
31
31
|
exports.transaction = __importStar(require("@wix/benefit-programs_transaction/meta"));
|
|
32
|
-
//# sourceMappingURL=meta.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/benefit-programs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/benefit-programs_balance": "1.0.
|
|
22
|
-
"@wix/benefit-programs_item": "1.0.
|
|
23
|
-
"@wix/benefit-programs_pool": "1.0.
|
|
24
|
-
"@wix/benefit-programs_pool-definition": "1.0.
|
|
25
|
-
"@wix/benefit-programs_transaction": "1.0.
|
|
21
|
+
"@wix/benefit-programs_balance": "1.0.2",
|
|
22
|
+
"@wix/benefit-programs_item": "1.0.2",
|
|
23
|
+
"@wix/benefit-programs_pool": "1.0.2",
|
|
24
|
+
"@wix/benefit-programs_pool-definition": "1.0.2",
|
|
25
|
+
"@wix/benefit-programs_transaction": "1.0.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "5e063cd65b23e608cf94ff6077d5602bb83a13e55ab04e27136972ca"
|
|
51
51
|
}
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAiE;AACjE,2EAA2D;AAC3D,2EAA2D;AAC3D,gGAAgF;AAChF,yFAAyE"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,mEAAmD;AACnD,mEAAmD;AACnD,wFAAwE;AACxE,iFAAiE"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8EAA8D;AAC9D,wEAAwD;AACxD,wEAAwD;AACxD,6FAA6E;AAC7E,sFAAsE"}
|