@wix/seatings 1.0.10 → 1.0.12

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,2 +1,3 @@
1
- export * as seatingPlan from '@wix/seatings_seating-plan';
2
- export * as seatingReservation from '@wix/seatings_seating-reservation';
1
+ import * as seatingPlan from '@wix/seatings_seating-plan';
2
+ import * as seatingReservation from '@wix/seatings_seating-reservation';
3
+ export { seatingPlan, seatingReservation };
@@ -24,6 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.seatingReservation = exports.seatingPlan = void 0;
27
- exports.seatingPlan = __importStar(require("@wix/seatings_seating-plan"));
28
- exports.seatingReservation = __importStar(require("@wix/seatings_seating-reservation"));
27
+ const seatingPlan = __importStar(require("@wix/seatings_seating-plan"));
28
+ exports.seatingPlan = seatingPlan;
29
+ const seatingReservation = __importStar(require("@wix/seatings_seating-reservation"));
30
+ exports.seatingReservation = seatingReservation;
29
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,wFAAwE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAGjD,kCAAW;AAFpB,sFAAwE;AAElD,gDAAkB"}
@@ -1,2 +1,3 @@
1
- export * as seatingPlan from '@wix/seatings_seating-plan';
2
- export * as seatingReservation from '@wix/seatings_seating-reservation';
1
+ import * as seatingPlan from '@wix/seatings_seating-plan';
2
+ import * as seatingReservation from '@wix/seatings_seating-reservation';
3
+ export { seatingPlan, seatingReservation };
package/build/es/index.js CHANGED
@@ -1,3 +1,4 @@
1
- export * as seatingPlan from '@wix/seatings_seating-plan';
2
- export * as seatingReservation from '@wix/seatings_seating-reservation';
1
+ import * as seatingPlan from '@wix/seatings_seating-plan';
2
+ import * as seatingReservation from '@wix/seatings_seating-reservation';
3
+ export { seatingPlan, seatingReservation };
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,kBAAkB,MAAM,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,kBAAkB,MAAM,mCAAmC,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/seatings",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/seatings_seating-plan": "1.0.9",
22
- "@wix/seatings_seating-reservation": "1.0.7"
21
+ "@wix/seatings_seating-plan": "1.0.11",
22
+ "@wix/seatings_seating-reservation": "1.0.9"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -28,8 +28,9 @@
28
28
  "typescript": "^5.3.2"
29
29
  },
30
30
  "scripts": {
31
- "build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
32
- "build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
31
+ "build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles && npm run build:validate-dts",
32
+ "build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
33
+ "build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
33
34
  "test": ":"
34
35
  },
35
36
  "wix": {
@@ -43,5 +44,5 @@
43
44
  "fqdn": ""
44
45
  }
45
46
  },
46
- "falconPackageHash": "5e645360935666ee3db09c41d5232496490096a19d86ce282c679eae"
47
+ "falconPackageHash": "11fd36b2179086617f3df025b1bfc302889a39c105674852ded2d75a"
47
48
  }