@otonoma/paranet-client 2.13.0 → 2.13.1-rc.2
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 +20 -0
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
The Paranet Client License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Grokit Data dba Otonoma. All rights reserved.
|
|
4
|
+
|
|
5
|
+
1. Governing Agreement
|
|
6
|
+
The use of this software package is strictly governed by the Paranet End User License Agreement / Terms of Service, available at: https://www.otonoma.com/terms-of-use. By downloading, installing, or using this package, you agree to be bound by those terms.
|
|
7
|
+
|
|
8
|
+
2. Permitted Use
|
|
9
|
+
You are granted a limited, non-exclusive, non-transferable license to download and use this package solely for the purpose of integrating with and connecting to the Paranet platform.
|
|
10
|
+
|
|
11
|
+
3. Restrictions
|
|
12
|
+
You may not:
|
|
13
|
+
|
|
14
|
+
Modify, alter, translate, or create derivative works of this software.
|
|
15
|
+
|
|
16
|
+
Reverse-engineer, decompile, or disassemble this software.
|
|
17
|
+
|
|
18
|
+
Use this software to interact with any service other than the Paranet.
|
|
19
|
+
|
|
20
|
+
Distribute or use this software in any way that violates the Paranet governing agreement (including current restrictions on commercial use).
|
package/package.json
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/otonoma/paranet-broker.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.13.
|
|
7
|
+
"version": "2.13.1-rc.2",
|
|
8
8
|
"description": "",
|
|
9
|
-
"license": "
|
|
9
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
10
10
|
"author": "otonoma",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"main": "dist/index.js",
|