@agentvault/agentvault 0.9.2 → 0.9.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentvault/agentvault",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=crypto-helpers.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"crypto-helpers.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/crypto-helpers.test.ts"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- /**
2
- * Functional QA Test Suite — Agent Setup & Connection
3
- *
4
- * Tests the full agent lifecycle against the production API:
5
- * 1. Package installation & CLI
6
- * 2. Crypto operations (key gen, proof, fingerprint)
7
- * 3. API connectivity & error handling
8
- * 4. Full enrollment flow (create invite → enroll → approve → activate → connect)
9
- *
10
- * Requires env vars:
11
- * CLERK_SECRET_KEY — Clerk backend secret for session token creation
12
- * CLERK_SESSION_ID — Active Clerk session ID (for Eric's account)
13
- * API_URL — Backend API URL (default: https://api.agentvault.chat)
14
- *
15
- * Rate limit note: enrollment is limited to 5 requests/IP/10min.
16
- * This suite uses 2 enrollment calls (4.2 + 4.9). Error-case enrollment
17
- * tests (3.3, 3.4) are removed to conserve rate limit budget.
18
- * Test 4.2 will retry with backoff if rate-limited (up to 3 retries, 30s apart).
19
- */
20
- export {};
21
- //# sourceMappingURL=functional.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"functional.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/functional.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=install-plugin.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"install-plugin.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/install-plugin.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=multi-session.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"multi-session.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/multi-session.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=state.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"state.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/state.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=transport.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transport.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/transport.test.ts"],"names":[],"mappings":""}