@wix/table-reservations 1.0.281 → 1.0.283
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/components.d.ts +11 -0
- package/build/cjs/components.js +25 -0
- package/build/cjs/components.js.map +1 -0
- package/build/cjs/dashboard.d.ts +0 -6
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +8 -6
- package/build/cjs/meta.js +3 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/services.d.ts +1 -0
- package/build/cjs/services.js +25 -0
- package/build/cjs/services.js.map +1 -0
- package/build/es/components.d.mts +11 -0
- package/build/es/components.mjs +3 -0
- package/build/es/components.mjs.map +1 -0
- package/build/es/dashboard.d.mts +0 -6
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +8 -6
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/services.d.mts +1 -0
- package/build/es/services.mjs +3 -0
- package/build/es/services.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +11 -0
- package/build/internal/cjs/components.js +25 -0
- package/build/internal/cjs/components.js.map +1 -0
- package/build/internal/cjs/dashboard.d.ts +0 -6
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +3 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +8 -6
- package/build/internal/cjs/meta.js +3 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/services.d.ts +1 -0
- package/build/internal/cjs/services.js +25 -0
- package/build/internal/cjs/services.js.map +1 -0
- package/build/internal/es/components.d.mts +11 -0
- package/build/internal/es/components.mjs +3 -0
- package/build/internal/es/components.mjs.map +1 -0
- package/build/internal/es/dashboard.d.mts +0 -6
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +8 -6
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/services.d.mts +1 -0
- package/build/internal/es/services.mjs +3 -0
- package/build/internal/es/services.mjs.map +1 -0
- package/components/package.json +3 -0
- package/package.json +22 -7
- package/services/package.json +3 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_experiences';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
9
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
10
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
11
|
+
import '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// components.ts
|
|
18
|
+
var components_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_exports);
|
|
20
|
+
__reExport(components_exports, require("@wix/headless-restaurants-table-reservations/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,+DAAd;","names":[]}
|
package/build/cjs/dashboard.d.ts
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as auto_sdk_tableReservations_experiences from '@wix/auto_sdk_table-reservations_experiences';
|
|
2
|
+
export { auto_sdk_tableReservations_experiences as experiences };
|
|
1
3
|
import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
|
|
2
4
|
export { auto_sdk_tableReservations_reservations as reservations };
|
|
3
5
|
import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
|
package/build/cjs/index.js
CHANGED
|
@@ -30,16 +30,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
+
experiences: () => experiences,
|
|
33
34
|
reservationLocations: () => reservationLocations,
|
|
34
35
|
reservations: () => reservations,
|
|
35
36
|
timeSlots: () => timeSlots
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
|
39
|
+
var experiences = __toESM(require("@wix/auto_sdk_table-reservations_experiences"));
|
|
38
40
|
var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations"));
|
|
39
41
|
var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations"));
|
|
40
42
|
var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
45
|
+
experiences,
|
|
43
46
|
reservationLocations,
|
|
44
47
|
reservations,
|
|
45
48
|
timeSlots
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as experiences from '@wix/auto_sdk_table-reservations_experiences';\nimport * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { experiences, reservations, reservationLocations, timeSlots };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_table-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_table-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_table-
|
|
6
|
-
export { meta$2 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
2
|
+
export { meta as experiences };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
4
|
+
export { meta$1 as reservations };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
6
|
+
export { meta$2 as reservationLocations };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
8
|
+
export { meta$3 as timeSlots };
|
package/build/cjs/meta.js
CHANGED
|
@@ -30,16 +30,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// meta.ts
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
|
+
experiences: () => experiences,
|
|
33
34
|
reservationLocations: () => reservationLocations,
|
|
34
35
|
reservations: () => reservations,
|
|
35
36
|
timeSlots: () => timeSlots
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
|
39
|
+
var experiences = __toESM(require("@wix/auto_sdk_table-reservations_experiences/meta"));
|
|
38
40
|
var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations/meta"));
|
|
39
41
|
var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations/meta"));
|
|
40
42
|
var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots/meta"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
45
|
+
experiences,
|
|
43
46
|
reservationLocations,
|
|
44
47
|
reservations,
|
|
45
48
|
timeSlots
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as experiences from '@wix/auto_sdk_table-reservations_experiences/meta';\nexport * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// services.ts
|
|
18
|
+
var services_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(services_exports);
|
|
20
|
+
__reExport(services_exports, require("@wix/headless-restaurants-table-reservations/services"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/services")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,kEAAd;","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_experiences';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
9
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
10
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
11
|
+
import '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
package/build/es/dashboard.d.mts
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as auto_sdk_tableReservations_experiences from '@wix/auto_sdk_table-reservations_experiences';
|
|
2
|
+
export { auto_sdk_tableReservations_experiences as experiences };
|
|
1
3
|
import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
|
|
2
4
|
export { auto_sdk_tableReservations_reservations as reservations };
|
|
3
5
|
import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
|
package/build/es/index.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// index.ts
|
|
2
|
+
import * as experiences from "@wix/auto_sdk_table-reservations_experiences";
|
|
2
3
|
import * as reservations from "@wix/auto_sdk_table-reservations_reservations";
|
|
3
4
|
import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations";
|
|
4
5
|
import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots";
|
|
5
6
|
export {
|
|
7
|
+
experiences,
|
|
6
8
|
reservationLocations,
|
|
7
9
|
reservations,
|
|
8
10
|
timeSlots
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as experiences from '@wix/auto_sdk_table-reservations_experiences';\nimport * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { experiences, reservations, reservationLocations, timeSlots };\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_table-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_table-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_table-
|
|
6
|
-
export { meta$2 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
2
|
+
export { meta as experiences };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
4
|
+
export { meta$1 as reservations };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
6
|
+
export { meta$2 as reservationLocations };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
8
|
+
export { meta$3 as timeSlots };
|
package/build/es/meta.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// meta.ts
|
|
2
|
+
import * as experiences from "@wix/auto_sdk_table-reservations_experiences/meta";
|
|
2
3
|
import * as reservations from "@wix/auto_sdk_table-reservations_reservations/meta";
|
|
3
4
|
import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations/meta";
|
|
4
5
|
import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots/meta";
|
|
5
6
|
export {
|
|
7
|
+
experiences,
|
|
6
8
|
reservationLocations,
|
|
7
9
|
reservations,
|
|
8
10
|
timeSlots
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as experiences from '@wix/auto_sdk_table-reservations_experiences/meta';\nexport * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_experiences';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
9
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
10
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
11
|
+
import '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// components.ts
|
|
18
|
+
var components_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_exports);
|
|
20
|
+
__reExport(components_exports, require("@wix/headless-restaurants-table-reservations/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,+DAAd;","names":[]}
|
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as auto_sdk_tableReservations_experiences from '@wix/auto_sdk_table-reservations_experiences';
|
|
2
|
+
export { auto_sdk_tableReservations_experiences as experiences };
|
|
1
3
|
import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
|
|
2
4
|
export { auto_sdk_tableReservations_reservations as reservations };
|
|
3
5
|
import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
@@ -30,16 +30,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
+
experiences: () => experiences,
|
|
33
34
|
reservationLocations: () => reservationLocations,
|
|
34
35
|
reservations: () => reservations,
|
|
35
36
|
timeSlots: () => timeSlots
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(index_exports);
|
|
39
|
+
var experiences = __toESM(require("@wix/auto_sdk_table-reservations_experiences"));
|
|
38
40
|
var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations"));
|
|
39
41
|
var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations"));
|
|
40
42
|
var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
45
|
+
experiences,
|
|
43
46
|
reservationLocations,
|
|
44
47
|
reservations,
|
|
45
48
|
timeSlots
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as experiences from '@wix/auto_sdk_table-reservations_experiences';\nimport * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { experiences, reservations, reservationLocations, timeSlots };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_table-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_table-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_table-
|
|
6
|
-
export { meta$2 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
2
|
+
export { meta as experiences };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
4
|
+
export { meta$1 as reservations };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
6
|
+
export { meta$2 as reservationLocations };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
8
|
+
export { meta$3 as timeSlots };
|
|
@@ -30,16 +30,19 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// meta.ts
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
|
+
experiences: () => experiences,
|
|
33
34
|
reservationLocations: () => reservationLocations,
|
|
34
35
|
reservations: () => reservations,
|
|
35
36
|
timeSlots: () => timeSlots
|
|
36
37
|
});
|
|
37
38
|
module.exports = __toCommonJS(meta_exports);
|
|
39
|
+
var experiences = __toESM(require("@wix/auto_sdk_table-reservations_experiences/meta"));
|
|
38
40
|
var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations/meta"));
|
|
39
41
|
var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations/meta"));
|
|
40
42
|
var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots/meta"));
|
|
41
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
42
44
|
0 && (module.exports = {
|
|
45
|
+
experiences,
|
|
43
46
|
reservationLocations,
|
|
44
47
|
reservations,
|
|
45
48
|
timeSlots
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as experiences from '@wix/auto_sdk_table-reservations_experiences/meta';\nexport * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// services.ts
|
|
18
|
+
var services_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(services_exports);
|
|
20
|
+
__reExport(services_exports, require("@wix/headless-restaurants-table-reservations/services"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-restaurants-table-reservations/services")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,kEAAd;","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/react';
|
|
2
|
+
import '@wix/table-reservations_app-extensions/dashboard';
|
|
3
|
+
import '@wix/auto_sdk_table-reservations_experiences';
|
|
4
|
+
import '@wix/auto_sdk_table-reservations_reservations';
|
|
5
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
6
|
+
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
7
|
+
import '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
8
|
+
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
9
|
+
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
10
|
+
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
11
|
+
import '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1,7 +1 @@
|
|
|
1
1
|
export * from '@wix/table-reservations_app-extensions/dashboard';
|
|
2
|
-
import '@wix/auto_sdk_table-reservations_reservations';
|
|
3
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
4
|
-
import '@wix/auto_sdk_table-reservations_time-slots';
|
|
5
|
-
import '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
6
|
-
import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
7
|
-
import '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as auto_sdk_tableReservations_experiences from '@wix/auto_sdk_table-reservations_experiences';
|
|
2
|
+
export { auto_sdk_tableReservations_experiences as experiences };
|
|
1
3
|
import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
|
|
2
4
|
export { auto_sdk_tableReservations_reservations as reservations };
|
|
3
5
|
import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// index.ts
|
|
2
|
+
import * as experiences from "@wix/auto_sdk_table-reservations_experiences";
|
|
2
3
|
import * as reservations from "@wix/auto_sdk_table-reservations_reservations";
|
|
3
4
|
import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations";
|
|
4
5
|
import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots";
|
|
5
6
|
export {
|
|
7
|
+
experiences,
|
|
6
8
|
reservationLocations,
|
|
7
9
|
reservations,
|
|
8
10
|
timeSlots
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as experiences from '@wix/auto_sdk_table-reservations_experiences';\nimport * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { experiences, reservations, reservationLocations, timeSlots };\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import * as meta from '@wix/auto_sdk_table-
|
|
2
|
-
export { meta as
|
|
3
|
-
import * as meta$1 from '@wix/auto_sdk_table-
|
|
4
|
-
export { meta$1 as
|
|
5
|
-
import * as meta$2 from '@wix/auto_sdk_table-
|
|
6
|
-
export { meta$2 as
|
|
1
|
+
import * as meta from '@wix/auto_sdk_table-reservations_experiences/meta';
|
|
2
|
+
export { meta as experiences };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_table-reservations_reservations/meta';
|
|
4
|
+
export { meta$1 as reservations };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
|
|
6
|
+
export { meta$2 as reservationLocations };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_table-reservations_time-slots/meta';
|
|
8
|
+
export { meta$3 as timeSlots };
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// meta.ts
|
|
2
|
+
import * as experiences from "@wix/auto_sdk_table-reservations_experiences/meta";
|
|
2
3
|
import * as reservations from "@wix/auto_sdk_table-reservations_reservations/meta";
|
|
3
4
|
import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations/meta";
|
|
4
5
|
import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots/meta";
|
|
5
6
|
export {
|
|
7
|
+
experiences,
|
|
6
8
|
reservationLocations,
|
|
7
9
|
reservations,
|
|
8
10
|
timeSlots
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as experiences from '@wix/auto_sdk_table-reservations_experiences/meta';\nexport * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-restaurants-table-reservations/services';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-restaurants-table-reservations/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.283",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -30,21 +30,36 @@
|
|
|
30
30
|
"import": "./build/es/dashboard.mjs",
|
|
31
31
|
"require": "./build/cjs/dashboard.js",
|
|
32
32
|
"types": "./build/es/dashboard.d.mts"
|
|
33
|
+
},
|
|
34
|
+
"./components": {
|
|
35
|
+
"import": "./build/es/components.mjs",
|
|
36
|
+
"require": "./build/cjs/components.js",
|
|
37
|
+
"types": "./build/es/components.d.mts"
|
|
38
|
+
},
|
|
39
|
+
"./services": {
|
|
40
|
+
"import": "./build/es/services.mjs",
|
|
41
|
+
"require": "./build/cjs/services.js",
|
|
42
|
+
"types": "./build/es/services.d.mts"
|
|
33
43
|
}
|
|
34
44
|
},
|
|
35
45
|
"files": [
|
|
36
46
|
"build",
|
|
37
47
|
"meta",
|
|
38
48
|
"service-plugins",
|
|
39
|
-
"dashboard"
|
|
49
|
+
"dashboard",
|
|
50
|
+
"components",
|
|
51
|
+
"services"
|
|
40
52
|
],
|
|
41
53
|
"dependencies": {
|
|
42
|
-
"@wix/auto_sdk_table-
|
|
43
|
-
"@wix/auto_sdk_table-
|
|
44
|
-
"@wix/auto_sdk_table-
|
|
45
|
-
"@wix/
|
|
54
|
+
"@wix/auto_sdk_table-reservations_experiences": "1.0.0",
|
|
55
|
+
"@wix/auto_sdk_table-reservations_reservation-locations": "1.0.51",
|
|
56
|
+
"@wix/auto_sdk_table-reservations_reservations": "1.0.35",
|
|
57
|
+
"@wix/auto_sdk_table-reservations_time-slots": "1.0.26",
|
|
58
|
+
"@wix/headless-restaurants-table-reservations": "0.0.2",
|
|
59
|
+
"@wix/table-reservations_app-extensions": "1.0.25"
|
|
46
60
|
},
|
|
47
61
|
"devDependencies": {
|
|
62
|
+
"@types/react": "^18.0.0",
|
|
48
63
|
"tsup": "^8.4.0",
|
|
49
64
|
"typescript": "^5.3.2"
|
|
50
65
|
},
|
|
@@ -63,5 +78,5 @@
|
|
|
63
78
|
"fqdn": ""
|
|
64
79
|
}
|
|
65
80
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "4f3096aeb0073c9acacaf354e37838d707c0d62c94bc44e6ddcbc0d8"
|
|
67
82
|
}
|