@seatlayer/js 0.52.0 → 0.53.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/LICENSE +16 -17
- package/README.md +2 -2
- package/dist/channelsMode-BX7s9bUl.d.cts +2241 -0
- package/dist/channelsMode-BX7s9bUl.d.ts +2241 -0
- package/dist/channelsMode-RUNPEHKD.js +1 -0
- package/dist/chunk-7F6RSJRL.js +695 -0
- package/dist/chunk-OSZ7DOEH.js +1 -0
- package/dist/hostedCheckout-3NTOVIZG.js +35 -0
- package/dist/index.cjs +19 -7750
- package/dist/index.d.cts +162 -106
- package/dist/index.d.ts +162 -106
- package/dist/index.js +18 -7375
- package/dist/manager.cjs +298 -5656
- package/dist/manager.d.cts +8 -2261
- package/dist/manager.d.ts +8 -2261
- package/dist/manager.js +71 -2418
- package/package.json +3 -8
- package/dist/channelsMode-S4GEWCWS.js +0 -12
- package/dist/channelsMode-S4GEWCWS.js.map +0 -1
- package/dist/chunk-5URCWBHM.js +0 -3683
- package/dist/chunk-5URCWBHM.js.map +0 -1
- package/dist/chunk-HMLY7DHA.js +0 -16
- package/dist/chunk-HMLY7DHA.js.map +0 -1
- package/dist/hostedCheckout-GVS6UKYA.js +0 -370
- package/dist/hostedCheckout-GVS6UKYA.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/manager.cjs.map +0 -1
- package/dist/manager.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
SeatLayer Runtime License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026 SeatLayer
|
|
3
|
+
Copyright (c) 2026 SeatLayer. All rights reserved.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
to
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
5
|
+
This package is proprietary SeatLayer runtime software. Subject to an active
|
|
6
|
+
SeatLayer agreement or subscription, SeatLayer grants you a limited,
|
|
7
|
+
non-exclusive, non-transferable right to install and execute this package only
|
|
8
|
+
to integrate with the SeatLayer service.
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
You may not copy, modify, adapt, translate, create derivative works from,
|
|
11
|
+
redistribute, sublicense, sell, publish, disclose, or make the package available
|
|
12
|
+
as a standalone product. You may not reverse engineer, decompile, or attempt to
|
|
13
|
+
derive its source code except to the limited extent that applicable law does not
|
|
14
|
+
permit that restriction.
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
16
|
+
Third-party components retain their own licenses. This package is provided
|
|
17
|
+
without warranties except as expressly stated in your SeatLayer agreement.
|
|
18
|
+
|
|
19
|
+
These terms apply to version 0.53.0 and later. Earlier versions remain governed
|
|
20
|
+
by the license included with those versions.
|
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@seatlayer/js)
|
|
4
4
|
[](https://www.npmjs.com/package/@seatlayer/js)
|
|
5
|
-
[](../../LICENSE)
|
|
6
5
|
|
|
7
6
|
The framework-agnostic SeatLayer embed SDK. Render the complete buyer picker or
|
|
8
7
|
a headless interactive chart, let buyers select and **hold** inventory in the
|
|
@@ -277,4 +276,5 @@ Two limits worth knowing before switching it on:
|
|
|
277
276
|
|
|
278
277
|
## License
|
|
279
278
|
|
|
280
|
-
|
|
279
|
+
SeatLayer Runtime License. See the `LICENSE` file included with this package.
|
|
280
|
+
Versions before 0.53.0 retain the license shipped with those versions.
|