@glyphteck/veyl 0.61.12 → 0.63.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 +1 -1
- package/dist/account.js +16301 -15686
- package/dist/auth.js +30 -9
- package/dist/cli.js +39718 -38564
- package/dist/index.js +39748 -38609
- package/dist/kdf-worker-thread.js +219 -289
- package/docs/agents.md +1 -1
- package/docs/api.md +3 -3
- package/docs/cli.md +1 -1
- package/examples/bot-fleet/policy.js +52 -3
- package/package.json +1 -1
- package/readme.md +1 -1
package/LICENSE
CHANGED
|
@@ -19,4 +19,4 @@ Third-party components remain governed by their respective licenses and
|
|
|
19
19
|
notices. Rights that applicable law does not permit to be restricted remain
|
|
20
20
|
unaffected.
|
|
21
21
|
|
|
22
|
-
The Veyl Terms of Service are available at https://veyl.glyphteck.com/
|
|
22
|
+
The Veyl Terms of Service are available at https://veyl.glyphteck.com/terms#terms.
|