@wix/table-reservations 1.0.76 → 1.0.78
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/src/table-reservations-v1-reservation-location.universal.js +20 -2
- 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 +2 -1
- package/build/cjs/src/table-reservations-v1-reservation.context.js +18 -1
- package/build/cjs/src/table-reservations-v1-reservation.context.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.http.d.ts +1 -0
- package/build/cjs/src/table-reservations-v1-reservation.http.js +73 -1
- package/build/cjs/src/table-reservations-v1-reservation.http.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.meta.d.ts +1 -0
- package/build/cjs/src/table-reservations-v1-reservation.meta.js +20 -1
- package/build/cjs/src/table-reservations-v1-reservation.meta.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.public.d.ts +7 -3
- package/build/cjs/src/table-reservations-v1-reservation.public.js +8 -1
- package/build/cjs/src/table-reservations-v1-reservation.public.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.types.d.ts +113 -2
- package/build/cjs/src/table-reservations-v1-reservation.types.js +19 -1
- package/build/cjs/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.universal.d.ts +123 -2
- package/build/cjs/src/table-reservations-v1-reservation.universal.js +93 -3
- package/build/cjs/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.universal.js +20 -2
- 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 +2 -1
- package/build/es/src/table-reservations-v1-reservation.context.js +17 -1
- package/build/es/src/table-reservations-v1-reservation.context.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.http.d.ts +1 -0
- package/build/es/src/table-reservations-v1-reservation.http.js +71 -0
- package/build/es/src/table-reservations-v1-reservation.http.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.meta.d.ts +1 -0
- package/build/es/src/table-reservations-v1-reservation.meta.js +18 -0
- package/build/es/src/table-reservations-v1-reservation.meta.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.public.d.ts +7 -3
- package/build/es/src/table-reservations-v1-reservation.public.js +7 -2
- package/build/es/src/table-reservations-v1-reservation.public.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.types.d.ts +113 -2
- package/build/es/src/table-reservations-v1-reservation.types.js +18 -0
- package/build/es/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.universal.d.ts +123 -2
- package/build/es/src/table-reservations-v1-reservation.universal.js +91 -2
- package/build/es/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@wix/metro-runtime": "^1.1528.0",
|
|
20
|
-
"@wix/sdk-types": "^1.5.
|
|
20
|
+
"@wix/sdk-types": "^1.5.11",
|
|
21
21
|
"@wix/sdk-runtime": "^0.2.7",
|
|
22
22
|
"@wix/motion-edm-autogen-query-wrapper": "^1.0.37"
|
|
23
23
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"falconPackageHash": "
|
|
38
|
+
"falconPackageHash": "b44822f6c2816d6b958d613a5ae42a67c3f94887d430583b501beb37"
|
|
39
39
|
}
|