@vorionsys/basis 1.0.4 → 1.0.5
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/README.md +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -446,7 +446,7 @@ import { KYA, IdentityVerifier } from '@vorionsys/basis/kya';
|
|
|
446
446
|
|
|
447
447
|
## Repository
|
|
448
448
|
|
|
449
|
-
This package is part of the [Vorion monorepo](https://github.com/
|
|
449
|
+
This package is part of the [Vorion monorepo](https://github.com/vorionsys/vorion) at `packages/basis`.
|
|
450
450
|
|
|
451
451
|
## License
|
|
452
452
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vorionsys/basis",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Baseline Authority for Safe & Interoperable Systems (BASIS) - Open standard for AI agent governance with trust tiers, capabilities, validation gate, and KYA verification",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"build": "tsc",
|
|
31
31
|
"test": "vitest run",
|
|
32
32
|
"test:trust": "vitest run src/trust-1000-agents.test.ts",
|
|
33
|
-
"test:trust:watch": "vitest src/trust-1000-agents.test.ts"
|
|
33
|
+
"test:trust:watch": "vitest src/trust-1000-agents.test.ts",
|
|
34
|
+
"test:coverage": "vitest run --coverage"
|
|
34
35
|
},
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"@noble/ed25519": "^2.0.0",
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
"author": "Vorion <team@vorion.org>",
|
|
64
65
|
"repository": {
|
|
65
66
|
"type": "git",
|
|
66
|
-
"url": "git+https://github.com/
|
|
67
|
+
"url": "git+https://github.com/vorionsys/vorion.git",
|
|
67
68
|
"directory": "packages/basis"
|
|
68
69
|
},
|
|
69
70
|
"homepage": "https://vorion.org",
|