@agenticprimitives/connect 0.1.0-alpha.3 → 1.0.0-alpha.4
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticprimitives/connect",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0-alpha.4",
|
|
4
4
|
"description": "Agentic Connect — the SSO broker (spec 224 / ADR-0014). Mints CAIP-10-subject, no-owner AgentSessions (asymmetric + JWKS); drives entry-flow convergence (connect-auth verify → identity-directory resolve → issue/bootstrap/disambiguate) with assurance floor, non-EVM gate, and code-exchange redirect security.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@agenticprimitives/connect-auth": "
|
|
35
|
-
"@agenticprimitives/identity-directory": "
|
|
36
|
-
"@agenticprimitives/types": "
|
|
34
|
+
"@agenticprimitives/connect-auth": "1.0.0-alpha.4",
|
|
35
|
+
"@agenticprimitives/identity-directory": "1.0.0-alpha.4",
|
|
36
|
+
"@agenticprimitives/types": "1.0.0-alpha.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"vitest": "^2.1.0"
|