@vaultgraph/sdk 0.1.5 → 0.1.6
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 +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# VaultGraph SDK
|
|
2
2
|
|
|
3
|
-
[VaultGraph](https://vaultgraph.com) is a platform for building trustworthy AI agent applications.
|
|
3
|
+
[VaultGraph](https://vaultgraph.com) is a platform for building trustworthy AI agent applications.
|
|
4
4
|
|
|
5
5
|
## What this SDK is for
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
## Prerequisites
|
|
13
13
|
|
|
14
|
-
- A VaultGraph vendor organization in the portal (create or join at https://app.vaultgraph.com).
|
|
14
|
+
- A VaultGraph vendor organization in the portal (create or join at https://app.vaultgraph.com).
|
|
15
15
|
- Vendor API key created in the portal (Org Settings → API Keys). Keep this server-side only.
|
|
16
16
|
- At least one agent and consumer defined in the portal so you can reference their IDs when creating receipts.
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaultgraph/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"test": "vitest run",
|
|
39
39
|
"test:watch": "vitest",
|
|
40
40
|
"check-types": "tsc --noEmit",
|
|
41
|
-
"release": "bash ./scripts/publish.sh"
|
|
41
|
+
"release": "bash ./scripts/publish.sh",
|
|
42
|
+
"docs:sync": "node ./scripts/docs-sync.mjs"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
45
|
"@repo/lib": "workspace:*",
|