@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 CHANGED
@@ -1,21 +1,20 @@
1
- MIT License
1
+ SeatLayer Runtime License
2
2
 
3
- Copyright (c) 2026 SeatLayer
3
+ Copyright (c) 2026 SeatLayer. All rights reserved.
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
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
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
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
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
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
  [![npm](https://img.shields.io/npm/v/@seatlayer/js)](https://www.npmjs.com/package/@seatlayer/js)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/@seatlayer/js)](https://www.npmjs.com/package/@seatlayer/js)
5
- [![License: MIT](https://img.shields.io/badge/license-MIT-111827.svg)](../../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
- MIT © SeatLayer
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.