@seatlayer/js 0.72.0 → 0.72.1

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.
Files changed (2) hide show
  1. package/README.md +11 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -89,12 +89,11 @@ together. Login, presale, partner, and channel inventory instead use
89
89
  backend; either explicit credential takes precedence over `publicKey`. Managed
90
90
  public/unlisted events retain anonymous event-key access and omit `publicKey`.
91
91
 
92
- ## Fixed Renewable Season (not in the current npm release)
92
+ ## Fixed Renewable Season
93
93
 
94
- `SeasonPicker` is exported by the current JavaScript package for gated Season
95
- integration. That export does not make the production dashboard/API available
96
- or prove a supported Season release; those remain separate release gates. The
97
- earlier isolated candidate was `0.67.0-season-s08.0`.
94
+ `SeasonPicker` is supported in `@seatlayer/js` `0.72.0` and newer. It is an SDK
95
+ integration surface; the organizer dashboard remains a separately controlled
96
+ product rollout.
98
97
 
99
98
  `SeasonPicker` is a distinct fixed-inclusion surface. Your server mints a
100
99
  short-lived `bss_` session for the browser's exact Origin; keep that token in
@@ -128,15 +127,13 @@ sendIntentToYourBackend(intent);
128
127
 
129
128
  Supply `initialOperationId` to restore a lost create response. Pending operations
130
129
  are polled through their retained operation URL; `partial_terminal` stays visible
131
- and must be reconciled rather than replaced with a blind new action. This is
132
- release-gated source for the next package, not the currently registered npm package.
133
-
134
- This release-gated surface remains the framework-agnostic JavaScript
135
- `SeasonPicker` only. React, Vue, and Angular source candidates exist but remain
136
- unpublished until their immutable artifact/install gates pass. React Native,
137
- Flutter, iOS, and Android do not expose a Season bridge surface and remain
138
- explicitly unsupported. A vendored bundle containing `SeasonPicker` is not
139
- native parity.
130
+ and must be reconciled rather than replaced with a blind new action.
131
+
132
+ The framework-agnostic JavaScript `SeasonPicker` is also wrapped by
133
+ `@seatlayer/react`, `@seatlayer/vue`, and `@seatlayer/angular` `0.72.0` and
134
+ newer. React Native, Flutter, iOS, and Android do not expose a Season bridge
135
+ surface and remain explicitly unsupported. A vendored bundle containing
136
+ `SeasonPicker` is not native parity.
140
137
 
141
138
  ## Use in any framework
142
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seatlayer/js",
3
- "version": "0.72.0",
3
+ "version": "0.72.1",
4
4
  "description": "SeatLayer's official JavaScript seating chart and seat map SDK — live availability, seat selection, temporary holds, and a typed API for any web ticketing app.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": {
@@ -68,7 +68,7 @@
68
68
  "typescript"
69
69
  ],
70
70
  "dependencies": {
71
- "@seatlayer/core": "0.72.0"
71
+ "@seatlayer/core": "0.72.1"
72
72
  },
73
73
  "devDependencies": {
74
74
  "tsup": "^8.5.1",