@wix/table-reservations 1.0.60 → 1.0.62
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.d.ts +3 -0
- package/build/cjs/context.js +30 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.context.d.ts +6 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.context.js +49 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.context.js.map +1 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.types.d.ts +58 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.d.ts +58 -6
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js +1 -17
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.context.d.ts +10 -0
- package/build/cjs/src/table-reservations-v1-reservation.context.js +93 -0
- package/build/cjs/src/table-reservations-v1-reservation.context.js.map +1 -0
- package/build/cjs/src/table-reservations-v1-reservation.universal.d.ts +0 -6
- package/build/cjs/src/table-reservations-v1-reservation.universal.js +1 -21
- package/build/cjs/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.context.d.ts +3 -0
- package/build/cjs/src/table-reservations-v1-time-slot.context.js +16 -0
- package/build/cjs/src/table-reservations-v1-time-slot.context.js.map +1 -0
- package/build/cjs/src/table-reservations-v1-time-slot.universal.d.ts +0 -6
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js +1 -15
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js.map +1 -1
- package/build/es/context.d.ts +3 -0
- package/build/es/context.js +4 -0
- package/build/es/context.js.map +1 -0
- package/build/es/src/table-reservations-v1-reservation-location.context.d.ts +6 -0
- package/build/es/src/table-reservations-v1-reservation-location.context.js +42 -0
- package/build/es/src/table-reservations-v1-reservation-location.context.js.map +1 -0
- package/build/es/src/table-reservations-v1-reservation-location.types.d.ts +58 -0
- package/build/es/src/table-reservations-v1-reservation-location.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.universal.d.ts +58 -6
- package/build/es/src/table-reservations-v1-reservation-location.universal.js +0 -16
- package/build/es/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.context.d.ts +10 -0
- package/build/es/src/table-reservations-v1-reservation.context.js +82 -0
- package/build/es/src/table-reservations-v1-reservation.context.js.map +1 -0
- package/build/es/src/table-reservations-v1-reservation.universal.d.ts +0 -6
- package/build/es/src/table-reservations-v1-reservation.universal.js +0 -20
- package/build/es/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.context.d.ts +3 -0
- package/build/es/src/table-reservations-v1-time-slot.context.js +12 -0
- package/build/es/src/table-reservations-v1-time-slot.context.js.map +1 -0
- package/build/es/src/table-reservations-v1-time-slot.universal.d.ts +0 -6
- package/build/es/src/table-reservations-v1-time-slot.universal.js +0 -14
- package/build/es/src/table-reservations-v1-time-slot.universal.js.map +1 -1
- package/context/package.json +6 -0
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.62",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"build",
|
|
14
14
|
"frontend/package.json",
|
|
15
|
-
"meta"
|
|
15
|
+
"meta",
|
|
16
|
+
"context"
|
|
16
17
|
],
|
|
17
18
|
"dependencies": {
|
|
18
19
|
"@wix/metro-runtime": "^1.1528.0",
|
|
@@ -21,7 +22,8 @@
|
|
|
21
22
|
"@wix/motion-edm-autogen-query-wrapper": "^1.0.37"
|
|
22
23
|
},
|
|
23
24
|
"devDependencies": {
|
|
24
|
-
"typescript": "^5.3.2"
|
|
25
|
+
"typescript": "^5.3.2",
|
|
26
|
+
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz"
|
|
25
27
|
},
|
|
26
28
|
"scripts": {
|
|
27
29
|
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
@@ -33,5 +35,5 @@
|
|
|
33
35
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
36
|
}
|
|
35
37
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
38
|
+
"falconPackageHash": "c25ac30ec99296c32a474cbd5380638c43c2d3f54fb8a34b6a1317dc"
|
|
37
39
|
}
|