@seatlayer/js 0.72.0 → 0.73.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.
- package/README.md +11 -14
- package/dist/index.cjs +14 -14
- package/dist/index.d.cts +26 -4
- package/dist/index.d.ts +26 -4
- package/dist/index.js +13 -13
- 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
|
|
92
|
+
## Fixed Renewable Season
|
|
93
93
|
|
|
94
|
-
`SeasonPicker` is
|
|
95
|
-
integration
|
|
96
|
-
|
|
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.
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
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
|
|