@wix/table-reservations 1.0.136 → 1.0.137
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/package.json +5 -5
- package/type-bundles/context.bundle.d.ts +1278 -56
- package/type-bundles/index.bundle.d.ts +1278 -56
package/build/cjs/context.js
CHANGED
|
@@ -27,3 +27,4 @@ exports.timeSlots = exports.reservationLocations = exports.reservations = void 0
|
|
|
27
27
|
exports.reservations = __importStar(require("@wix/table-reservations_reservations/context"));
|
|
28
28
|
exports.reservationLocations = __importStar(require("@wix/table-reservations_reservation-locations/context"));
|
|
29
29
|
exports.timeSlots = __importStar(require("@wix/table-reservations_time-slots/context"));
|
|
30
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,8GAA8F;AAC9F,wFAAwE"}
|
package/build/cjs/index.js
CHANGED
|
@@ -30,3 +30,4 @@ const reservationLocations = __importStar(require("@wix/table-reservations_reser
|
|
|
30
30
|
exports.reservationLocations = reservationLocations;
|
|
31
31
|
const timeSlots = __importStar(require("@wix/table-reservations_time-slots"));
|
|
32
32
|
exports.timeSlots = timeSlots;
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAqE;AAI5D,oCAAY;AAHrB,oGAAsF;AAG/D,oDAAoB;AAF3C,8EAAgE;AAEnB,8BAAS"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -27,3 +27,4 @@ exports.timeSlots = exports.reservationLocations = exports.reservations = void 0
|
|
|
27
27
|
exports.reservations = __importStar(require("@wix/table-reservations_reservations/meta"));
|
|
28
28
|
exports.reservationLocations = __importStar(require("@wix/table-reservations_reservation-locations/meta"));
|
|
29
29
|
exports.timeSlots = __importStar(require("@wix/table-reservations_time-slots/meta"));
|
|
30
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0FAA0E;AAC1E,2GAA2F;AAC3F,qFAAqE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.137",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
22
|
-
"@wix/table-reservations_reservations": "1.0.
|
|
23
|
-
"@wix/table-reservations_time-slots": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.53",
|
|
22
|
+
"@wix/table-reservations_reservations": "1.0.48",
|
|
23
|
+
"@wix/table-reservations_time-slots": "1.0.44"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "069de9953b21ccfcd335abf80126de71698745c78e0ab0d80f13f9ed"
|
|
49
49
|
}
|