@seatlayer/js 0.44.0 → 0.46.0

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.
@@ -0,0 +1,2 @@
1
+ export { u as ControlRoomActivityEntry, v as ControlRoomSectionMetric, w as ControlRoomSnapshot, L as LogEntry, M as ManageApi, y as ManageApiError, F as ReportResult, S as SeatManager, G as SeatManagerActionResult, H as SeatManagerActivity, J as SeatManagerCapability, K as SeatManagerConnection, N as SeatManagerMode, O as SeatManagerOptions, Q as SeatManagerTallies } from './manager-CAIPkUYl.cjs';
2
+ export { ExpandedSeat, SeatHoverDetails } from '@seatlayer/core';
@@ -0,0 +1,2 @@
1
+ export { u as ControlRoomActivityEntry, v as ControlRoomSectionMetric, w as ControlRoomSnapshot, L as LogEntry, M as ManageApi, y as ManageApiError, F as ReportResult, S as SeatManager, G as SeatManagerActionResult, H as SeatManagerActivity, J as SeatManagerCapability, K as SeatManagerConnection, N as SeatManagerMode, O as SeatManagerOptions, Q as SeatManagerTallies } from './manager-CAIPkUYl.js';
2
+ export { ExpandedSeat, SeatHoverDetails } from '@seatlayer/core';
@@ -0,0 +1,14 @@
1
+ import {
2
+ SeatManager
3
+ } from "./chunk-CF5MS7UR.js";
4
+ import {
5
+ ManageApi,
6
+ ManageApiError
7
+ } from "./chunk-X2R4AQSZ.js";
8
+ import "./chunk-HMLY7DHA.js";
9
+ export {
10
+ ManageApi,
11
+ ManageApiError,
12
+ SeatManager
13
+ };
14
+ //# sourceMappingURL=manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seatlayer/js",
3
- "version": "0.44.0",
3
+ "version": "0.46.0",
4
4
  "description": "The SeatLayer embed SDK — render an interactive seat picker and hold seats from the browser. Works in any JS framework.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://docs.seatlayer.io/buyer-sdk/seating-chart/",
@@ -16,6 +16,14 @@
16
16
  "main": "./dist/index.cjs",
17
17
  "module": "./dist/index.js",
18
18
  "types": "./dist/index.d.ts",
19
+ "//typesVersions": "Legacy (pre-`exports`) TypeScript resolution for the ./manager subpath, mirroring what @seatlayer/core does for ./view3d. `exports` alone leaves node10 consumers unable to see the types at all, which attw fails the release on.",
20
+ "typesVersions": {
21
+ "*": {
22
+ "manager": [
23
+ "./dist/manager.d.ts"
24
+ ]
25
+ }
26
+ },
19
27
  "exports": {
20
28
  ".": {
21
29
  "import": {
@@ -26,6 +34,16 @@
26
34
  "types": "./dist/index.d.cts",
27
35
  "default": "./dist/index.cjs"
28
36
  }
37
+ },
38
+ "./manager": {
39
+ "import": {
40
+ "types": "./dist/manager.d.ts",
41
+ "default": "./dist/manager.js"
42
+ },
43
+ "require": {
44
+ "types": "./dist/manager.d.cts",
45
+ "default": "./dist/manager.cjs"
46
+ }
29
47
  }
30
48
  },
31
49
  "files": [
@@ -42,7 +60,7 @@
42
60
  "reserved-seating"
43
61
  ],
44
62
  "dependencies": {
45
- "@seatlayer/core": "0.44.0"
63
+ "@seatlayer/core": "0.46.0"
46
64
  },
47
65
  "devDependencies": {
48
66
  "tsup": "^8.5.1",