@wix/seatings 1.0.46 → 1.0.48

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.
@@ -1,3 +1,6 @@
1
- import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
- import * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
3
- export { seatingPlan, seatingReservation };
1
+ import * as auto_sdk_seatings_seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
+ export { auto_sdk_seatings_seatingPlan as seatingPlan };
3
+ import * as auto_sdk_seatings_seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
4
+ export { auto_sdk_seatings_seatingReservation as seatingReservation };
5
+ import '@wix/auto_sdk_seatings_seating-plan/meta';
6
+ import '@wix/auto_sdk_seatings_seating-reservation/meta';
@@ -1,31 +1,44 @@
1
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.seatingReservation = exports.seatingPlan = void 0;
27
- const seatingPlan = __importStar(require("@wix/auto_sdk_seatings_seating-plan"));
28
- exports.seatingPlan = seatingPlan;
29
- const seatingReservation = __importStar(require("@wix/auto_sdk_seatings_seating-reservation"));
30
- exports.seatingReservation = seatingReservation;
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ seatingPlan: () => seatingPlan,
34
+ seatingReservation: () => seatingReservation
35
+ });
36
+ module.exports = __toCommonJS(index_exports);
37
+ var seatingPlan = __toESM(require("@wix/auto_sdk_seatings_seating-plan"));
38
+ var seatingReservation = __toESM(require("@wix/auto_sdk_seatings_seating-reservation"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ seatingPlan,
42
+ seatingReservation
43
+ });
31
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAmE;AAG1D,kCAAW;AAFpB,+FAAiF;AAE3D,gDAAkB"}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';\nimport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';\n\nexport { seatingPlan, seatingReservation };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,yBAAoC;","names":[]}
@@ -1,2 +1,4 @@
1
- export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';
2
- export * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';
1
+ import * as meta from '@wix/auto_sdk_seatings_seating-plan/meta';
2
+ export { meta as seatingPlan };
3
+ import * as meta$1 from '@wix/auto_sdk_seatings_seating-reservation/meta';
4
+ export { meta$1 as seatingReservation };
package/build/cjs/meta.js CHANGED
@@ -1,29 +1,44 @@
1
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.seatingReservation = exports.seatingPlan = void 0;
27
- exports.seatingPlan = __importStar(require("@wix/auto_sdk_seatings_seating-plan/meta"));
28
- exports.seatingReservation = __importStar(require("@wix/auto_sdk_seatings_seating-reservation/meta"));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ seatingPlan: () => seatingPlan,
34
+ seatingReservation: () => seatingReservation
35
+ });
36
+ module.exports = __toCommonJS(meta_exports);
37
+ var seatingPlan = __toESM(require("@wix/auto_sdk_seatings_seating-plan/meta"));
38
+ var seatingReservation = __toESM(require("@wix/auto_sdk_seatings_seating-reservation/meta"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ seatingPlan,
42
+ seatingReservation
43
+ });
29
44
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,sGAAsF"}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';\nexport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,yBAAoC;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_seatings_seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
+ export { auto_sdk_seatings_seatingPlan as seatingPlan };
3
+ import * as auto_sdk_seatings_seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
4
+ export { auto_sdk_seatings_seatingReservation as seatingReservation };
5
+ import '@wix/auto_sdk_seatings_seating-plan/meta';
6
+ import '@wix/auto_sdk_seatings_seating-reservation/meta';
@@ -0,0 +1,8 @@
1
+ // index.ts
2
+ import * as seatingPlan from "@wix/auto_sdk_seatings_seating-plan";
3
+ import * as seatingReservation from "@wix/auto_sdk_seatings_seating-reservation";
4
+ export {
5
+ seatingPlan,
6
+ seatingReservation
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';\nimport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';\n\nexport { seatingPlan, seatingReservation };\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,wBAAwB;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_seatings_seating-plan/meta';
2
+ export { meta as seatingPlan };
3
+ import * as meta$1 from '@wix/auto_sdk_seatings_seating-reservation/meta';
4
+ export { meta$1 as seatingReservation };
@@ -0,0 +1,8 @@
1
+ // meta.ts
2
+ import * as seatingPlan from "@wix/auto_sdk_seatings_seating-plan/meta";
3
+ import * as seatingReservation from "@wix/auto_sdk_seatings_seating-reservation/meta";
4
+ export {
5
+ seatingPlan,
6
+ seatingReservation
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';\nexport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,wBAAwB;","names":[]}
@@ -1,3 +1,6 @@
1
- import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
- import * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
3
- export { seatingPlan, seatingReservation };
1
+ import * as auto_sdk_seatings_seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
+ export { auto_sdk_seatings_seatingPlan as seatingPlan };
3
+ import * as auto_sdk_seatings_seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
4
+ export { auto_sdk_seatings_seatingReservation as seatingReservation };
5
+ import '@wix/auto_sdk_seatings_seating-plan/meta';
6
+ import '@wix/auto_sdk_seatings_seating-reservation/meta';
@@ -1,31 +1,44 @@
1
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.seatingReservation = exports.seatingPlan = void 0;
27
- const seatingPlan = __importStar(require("@wix/auto_sdk_seatings_seating-plan"));
28
- exports.seatingPlan = seatingPlan;
29
- const seatingReservation = __importStar(require("@wix/auto_sdk_seatings_seating-reservation"));
30
- exports.seatingReservation = seatingReservation;
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ seatingPlan: () => seatingPlan,
34
+ seatingReservation: () => seatingReservation
35
+ });
36
+ module.exports = __toCommonJS(index_exports);
37
+ var seatingPlan = __toESM(require("@wix/auto_sdk_seatings_seating-plan"));
38
+ var seatingReservation = __toESM(require("@wix/auto_sdk_seatings_seating-reservation"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ seatingPlan,
42
+ seatingReservation
43
+ });
31
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAmE;AAG1D,kCAAW;AAFpB,+FAAiF;AAE3D,gDAAkB"}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';\nimport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';\n\nexport { seatingPlan, seatingReservation };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,yBAAoC;","names":[]}
@@ -1,2 +1,4 @@
1
- export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';
2
- export * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';
1
+ import * as meta from '@wix/auto_sdk_seatings_seating-plan/meta';
2
+ export { meta as seatingPlan };
3
+ import * as meta$1 from '@wix/auto_sdk_seatings_seating-reservation/meta';
4
+ export { meta$1 as seatingReservation };
@@ -1,29 +1,44 @@
1
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.seatingReservation = exports.seatingPlan = void 0;
27
- exports.seatingPlan = __importStar(require("@wix/auto_sdk_seatings_seating-plan/meta"));
28
- exports.seatingReservation = __importStar(require("@wix/auto_sdk_seatings_seating-reservation/meta"));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ seatingPlan: () => seatingPlan,
34
+ seatingReservation: () => seatingReservation
35
+ });
36
+ module.exports = __toCommonJS(meta_exports);
37
+ var seatingPlan = __toESM(require("@wix/auto_sdk_seatings_seating-plan/meta"));
38
+ var seatingReservation = __toESM(require("@wix/auto_sdk_seatings_seating-reservation/meta"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ seatingPlan,
42
+ seatingReservation
43
+ });
29
44
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,sGAAsF"}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';\nexport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,yBAAoC;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_seatings_seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
+ export { auto_sdk_seatings_seatingPlan as seatingPlan };
3
+ import * as auto_sdk_seatings_seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
4
+ export { auto_sdk_seatings_seatingReservation as seatingReservation };
5
+ import '@wix/auto_sdk_seatings_seating-plan/meta';
6
+ import '@wix/auto_sdk_seatings_seating-reservation/meta';
@@ -0,0 +1,8 @@
1
+ // index.ts
2
+ import * as seatingPlan from "@wix/auto_sdk_seatings_seating-plan";
3
+ import * as seatingReservation from "@wix/auto_sdk_seatings_seating-reservation";
4
+ export {
5
+ seatingPlan,
6
+ seatingReservation
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';\nimport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';\n\nexport { seatingPlan, seatingReservation };\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,wBAAwB;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_seatings_seating-plan/meta';
2
+ export { meta as seatingPlan };
3
+ import * as meta$1 from '@wix/auto_sdk_seatings_seating-reservation/meta';
4
+ export { meta$1 as seatingReservation };
@@ -0,0 +1,8 @@
1
+ // meta.ts
2
+ import * as seatingPlan from "@wix/auto_sdk_seatings_seating-plan/meta";
3
+ import * as seatingReservation from "@wix/auto_sdk_seatings_seating-reservation/meta";
4
+ export {
5
+ seatingPlan,
6
+ seatingReservation
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';\nexport * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,wBAAwB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/seatings",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -12,18 +12,18 @@
12
12
  ],
13
13
  "sideEffects": false,
14
14
  "main": "./build/cjs/index.js",
15
- "types": "./build/es/index.d.ts",
15
+ "types": "./build/cjs/index.d.ts",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./build/es/index.js",
18
+ "import": "./build/es/index.mjs",
19
19
  "require": "./build/cjs/index.js",
20
- "types": "./build/es/index.d.ts"
20
+ "types": "./build/es/index.d.mts"
21
21
  },
22
22
  "./package.json": "./package.json",
23
23
  "./meta": {
24
- "import": "./build/es/meta.js",
24
+ "import": "./build/es/meta.mjs",
25
25
  "require": "./build/cjs/meta.js",
26
- "types": "./build/es/meta.d.ts"
26
+ "types": "./build/es/meta.d.mts"
27
27
  }
28
28
  },
29
29
  "files": [
@@ -32,14 +32,15 @@
32
32
  "service-plugins"
33
33
  ],
34
34
  "dependencies": {
35
- "@wix/auto_sdk_seatings_seating-plan": "1.0.5",
36
- "@wix/auto_sdk_seatings_seating-reservation": "1.0.4"
35
+ "@wix/auto_sdk_seatings_seating-plan": "1.0.7",
36
+ "@wix/auto_sdk_seatings_seating-reservation": "1.0.5"
37
37
  },
38
38
  "devDependencies": {
39
+ "tsup": "^8.4.0",
39
40
  "typescript": "^5.3.2"
40
41
  },
41
42
  "scripts": {
42
- "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
43
+ "build": "tsup",
43
44
  "test": ":"
44
45
  },
45
46
  "wix": {
@@ -53,5 +54,5 @@
53
54
  "fqdn": ""
54
55
  }
55
56
  },
56
- "falconPackageHash": "a7929ab6d5da82c2691539c6acba9b5285f6ee11d46d7f5ef5110b65"
57
+ "falconPackageHash": "9a1e7d0f2112c308cc677feb07ee4d5bfb4b9bdbb1dc0b11e8f91c34"
57
58
  }
@@ -1,3 +0,0 @@
1
- import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
- import * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
3
- export { seatingPlan, seatingReservation };
package/build/es/index.js DELETED
@@ -1,4 +0,0 @@
1
- import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
- import * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
3
- export { seatingPlan, seatingReservation };
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qCAAqC,CAAC;AACnE,OAAO,KAAK,kBAAkB,MAAM,4CAA4C,CAAC;AAEjF,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';
2
- export * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';
package/build/es/meta.js DELETED
@@ -1,3 +0,0 @@
1
- export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';
2
- export * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';
3
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,kBAAkB,MAAM,iDAAiD,CAAC"}
@@ -1,3 +0,0 @@
1
- import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
- import * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
3
- export { seatingPlan, seatingReservation };
@@ -1,4 +0,0 @@
1
- import * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan';
2
- import * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation';
3
- export { seatingPlan, seatingReservation };
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qCAAqC,CAAC;AACnE,OAAO,KAAK,kBAAkB,MAAM,4CAA4C,CAAC;AAEjF,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';
2
- export * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';
@@ -1,3 +0,0 @@
1
- export * as seatingPlan from '@wix/auto_sdk_seatings_seating-plan/meta';
2
- export * as seatingReservation from '@wix/auto_sdk_seatings_seating-reservation/meta';
3
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,kBAAkB,MAAM,iDAAiD,CAAC"}