@glyphteck/veyl 0.51.0 → 0.55.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 +22 -0
- package/dist/account.js +515 -562
- package/dist/auth.js +16 -9
- package/dist/cli.js +674 -694
- package/dist/index.js +674 -694
- package/docs/agents.md +1 -1
- package/docs/api.md +3 -3
- package/docs/validation.md +5 -5
- package/package.json +3 -2
- package/readme.md +28 -26
package/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
VEYL JAVASCRIPT SDK LICENSE
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Glyphteck Corp. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Subject to the Veyl Terms of Service, Glyphteck Corp grants you a limited,
|
|
6
|
+
non-exclusive, non-transferable license to install, reproduce, and use an
|
|
7
|
+
unmodified official distribution of the Veyl JavaScript SDK as reasonably
|
|
8
|
+
necessary to develop and operate software that accesses Veyl through the SDK's
|
|
9
|
+
documented interfaces.
|
|
10
|
+
|
|
11
|
+
You may include an unmodified, compiled, or bundled copy of the SDK in that
|
|
12
|
+
software solely to enable its use with Veyl. You may not modify the SDK or
|
|
13
|
+
distribute, sublicense, sell, or offer it as a standalone product or substitute
|
|
14
|
+
SDK unless Glyphteck Corp gives you separate written permission. This license
|
|
15
|
+
does not grant any right to Veyl or Glyphteck names, logos, or other trademarks.
|
|
16
|
+
|
|
17
|
+
This license ends if you materially breach it or the Veyl Terms of Service.
|
|
18
|
+
Third-party components remain governed by their respective licenses and
|
|
19
|
+
notices. Rights that applicable law does not permit to be restricted remain
|
|
20
|
+
unaffected.
|
|
21
|
+
|
|
22
|
+
The Veyl Terms of Service are available at https://veyl.glyphteck.com/legal#terms.
|