@mutagent/sdk 0.2.13 → 0.2.14

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/LICENSE +25 -0
  2. package/package.json +2 -1
package/LICENSE ADDED
@@ -0,0 +1,25 @@
1
+ Copyright (c) 2024-2026 MutagenT. All Rights Reserved.
2
+
3
+ PROPRIETARY SOFTWARE LICENSE
4
+
5
+ This software and associated documentation files (the "Software") are the
6
+ proprietary and confidential property of MutagenT.
7
+
8
+ RESTRICTIONS:
9
+ 1. You may NOT copy, modify, merge, publish, distribute, sublicense, or
10
+ sell copies of the Software.
11
+ 2. You may NOT reverse engineer, decompile, or disassemble the Software.
12
+ 3. You may NOT create derivative works based on the Software.
13
+ 4. You may only use the Software in accordance with a valid license
14
+ agreement obtained directly from MutagenT.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+
20
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
21
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
22
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
23
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
24
+
25
+ For licensing inquiries, contact: licensing@mutagent.ai
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutagent/sdk",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "author": "Speakeasy",
5
5
  "tshy": {
6
6
  "sourceDialects": [
@@ -43,6 +43,7 @@
43
43
  "dependencies": {
44
44
  "zod": "^3.25.65 || ^4.0.0"
45
45
  },
46
+ "license": "UNLICENSED",
46
47
  "exports": {
47
48
  ".": {
48
49
  "import": {