@wix/headless-bookings 0.0.98 → 0.0.100
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.
|
@@ -223,6 +223,7 @@ export const ServiceListService = implementService.withConfig()(ServiceListServi
|
|
|
223
223
|
const currentPaging = pagingMetadataSignal.peek();
|
|
224
224
|
try {
|
|
225
225
|
isLoadingSignal.set(true);
|
|
226
|
+
servicesSignal.set([]);
|
|
226
227
|
errorSignal.set(null);
|
|
227
228
|
const result = await queryServices({
|
|
228
229
|
appId: queryOptions.appId,
|
|
@@ -223,6 +223,7 @@ export const ServiceListService = implementService.withConfig()(ServiceListServi
|
|
|
223
223
|
const currentPaging = pagingMetadataSignal.peek();
|
|
224
224
|
try {
|
|
225
225
|
isLoadingSignal.set(true);
|
|
226
|
+
servicesSignal.set([]);
|
|
226
227
|
errorSignal.set(null);
|
|
227
228
|
const result = await queryServices({
|
|
228
229
|
appId: queryOptions.appId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/headless-bookings",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.100",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@wix/auto_sdk_bookings_event-time-slots": "^1.0.64",
|
|
38
38
|
"@wix/auto_sdk_ecom_checkout": "^1.0.104",
|
|
39
39
|
"@wix/form-public": "^0.104.0",
|
|
40
|
-
"@wix/headless-forms": "0.0.
|
|
40
|
+
"@wix/headless-forms": "0.0.29",
|
|
41
41
|
"@wix/headless-media": "0.0.20",
|
|
42
42
|
"@wix/headless-utils": "0.0.8",
|
|
43
43
|
"@wix/services-definitions": "^1.0.1",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"groupId": "com.wixpress.headless-components"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
|
-
"falconPackageHash": "
|
|
75
|
+
"falconPackageHash": "8ff2eeaecc949aadbd08bf9ec140decfa96ff651cc459f11d25db308"
|
|
76
76
|
}
|