@wix/bookings 1.0.566 → 1.0.568
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/dashboard-plugins.d.ts +1 -0
- package/build/cjs/dashboard-plugins.js +18 -0
- package/build/cjs/dashboard-plugins.js.map +1 -0
- package/build/es/dashboard-plugins.d.ts +1 -0
- package/build/es/dashboard-plugins.js +2 -0
- package/build/es/dashboard-plugins.js.map +1 -0
- package/dashboard-plugins/package.json +3 -0
- package/package.json +28 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/bookings_app-extensions/dashboard-plugins';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("@wix/bookings_app-extensions/dashboard-plugins"), exports);
|
|
18
|
+
//# sourceMappingURL=dashboard-plugins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iFAA+D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/bookings_app-extensions/dashboard-plugins';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-plugins.js","sourceRoot":"","sources":["../../dashboard-plugins.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.568",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,32 +21,39 @@
|
|
|
21
21
|
"import": "./build/es/meta.js",
|
|
22
22
|
"require": "./build/cjs/meta.js",
|
|
23
23
|
"types": "./build/es/meta.d.ts"
|
|
24
|
+
},
|
|
25
|
+
"./dashboard-plugins": {
|
|
26
|
+
"import": "./build/es/dashboard-plugins.js",
|
|
27
|
+
"require": "./build/cjs/dashboard-plugins.js",
|
|
28
|
+
"types": "./build/es/dashboard-plugins.d.ts"
|
|
24
29
|
}
|
|
25
30
|
},
|
|
26
31
|
"files": [
|
|
27
32
|
"build",
|
|
28
33
|
"meta",
|
|
29
|
-
"service-plugins"
|
|
34
|
+
"service-plugins",
|
|
35
|
+
"dashboard-plugins"
|
|
30
36
|
],
|
|
31
37
|
"dependencies": {
|
|
32
|
-
"@wix/
|
|
33
|
-
"@wix/
|
|
34
|
-
"@wix/bookings_availability-
|
|
35
|
-
"@wix/
|
|
36
|
-
"@wix/bookings_booking-
|
|
37
|
-
"@wix/bookings_booking-
|
|
38
|
-
"@wix/
|
|
39
|
-
"@wix/
|
|
40
|
-
"@wix/
|
|
41
|
-
"@wix/
|
|
42
|
-
"@wix/
|
|
43
|
-
"@wix/
|
|
44
|
-
"@wix/
|
|
45
|
-
"@wix/
|
|
46
|
-
"@wix/
|
|
47
|
-
"@wix/bookings_service-
|
|
48
|
-
"@wix/
|
|
49
|
-
"@wix/
|
|
38
|
+
"@wix/bookings_app-extensions": "1.0.1",
|
|
39
|
+
"@wix/bookings_attendance": "1.0.66",
|
|
40
|
+
"@wix/bookings_availability-calendar": "1.0.62",
|
|
41
|
+
"@wix/bookings_availability-time-slots": "1.0.53",
|
|
42
|
+
"@wix/bookings_booking-fees": "1.0.20",
|
|
43
|
+
"@wix/bookings_booking-policies": "1.0.25",
|
|
44
|
+
"@wix/bookings_booking-policy-snapshots": "1.0.15",
|
|
45
|
+
"@wix/bookings_bookings": "1.0.96",
|
|
46
|
+
"@wix/bookings_categories": "1.0.52",
|
|
47
|
+
"@wix/bookings_extended-bookings": "1.0.73",
|
|
48
|
+
"@wix/bookings_external-calendars": "1.0.49",
|
|
49
|
+
"@wix/bookings_multi-service-availability-time-slots": "1.0.52",
|
|
50
|
+
"@wix/bookings_pricing": "1.0.57",
|
|
51
|
+
"@wix/bookings_resource-types": "1.0.31",
|
|
52
|
+
"@wix/bookings_resources": "1.0.74",
|
|
53
|
+
"@wix/bookings_service-categories": "1.0.13",
|
|
54
|
+
"@wix/bookings_service-options-and-variants": "1.0.71",
|
|
55
|
+
"@wix/bookings_services": "1.0.110",
|
|
56
|
+
"@wix/bookings_staff-members": "1.0.34"
|
|
50
57
|
},
|
|
51
58
|
"devDependencies": {
|
|
52
59
|
"typescript": "^5.3.2"
|
|
@@ -66,5 +73,5 @@
|
|
|
66
73
|
"fqdn": ""
|
|
67
74
|
}
|
|
68
75
|
},
|
|
69
|
-
"falconPackageHash": "
|
|
76
|
+
"falconPackageHash": "ad2d8c2030a4aed47c9ae85c5238c2fb45dc2201780716a1dad7aa65"
|
|
70
77
|
}
|