@web3-storage/access
Advanced tools
Comparing version 15.2.1 to 15.3.0
@@ -29,6 +29,4 @@ export const MessageType: z.ZodEnum<["awake/init", "awake/res", "awake/msg"]>; | ||
}>; | ||
export const InitResponse: z.ZodObject<z.extendShape<{ | ||
export const InitResponse: z.ZodObject<{ | ||
awv: z.ZodLiteral<"0.1.0">; | ||
type: z.ZodEnum<["awake/init", "awake/res", "awake/msg"]>; | ||
}, { | ||
type: z.ZodLiteral<"awake/init">; | ||
@@ -46,3 +44,3 @@ did: z.ZodString; | ||
}>, "atleastone">; | ||
}>, "strict", z.ZodTypeAny, { | ||
}, "strict", z.ZodTypeAny, { | ||
did: string; | ||
@@ -71,6 +69,4 @@ awv: "0.1.0"; | ||
export const DID: z.ZodString; | ||
export const ResResponse: z.ZodObject<z.extendShape<{ | ||
export const ResResponse: z.ZodObject<{ | ||
awv: z.ZodLiteral<"0.1.0">; | ||
type: z.ZodEnum<["awake/init", "awake/res", "awake/msg"]>; | ||
}, { | ||
type: z.ZodLiteral<"awake/res">; | ||
@@ -80,3 +76,3 @@ iss: z.ZodString; | ||
msg: z.ZodString; | ||
}>, "strict", z.ZodTypeAny, { | ||
}, "strict", z.ZodTypeAny, { | ||
iss: string; | ||
@@ -83,0 +79,0 @@ aud: string; |
{ | ||
"name": "@web3-storage/access", | ||
"version": "15.2.1", | ||
"version": "15.3.0", | ||
"description": "w3access client", | ||
@@ -53,9 +53,9 @@ "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", | ||
"@ipld/car": "^5.1.1", | ||
"@ipld/dag-ucan": "^3.3.2", | ||
"@ucanto/client": "^8.0.0", | ||
"@ucanto/core": "^8.0.0", | ||
"@ucanto/interface": "^8.0.0", | ||
"@ucanto/principal": "^8.0.0", | ||
"@ucanto/transport": "^8.0.0", | ||
"@ucanto/validator": "^8.0.0", | ||
"@ipld/dag-ucan": "^3.4.0", | ||
"@ucanto/client": "^9.0.0", | ||
"@ucanto/core": "^9.0.0", | ||
"@ucanto/interface": "^9.0.0", | ||
"@ucanto/principal": "^9.0.0", | ||
"@ucanto/transport": "^9.0.0", | ||
"@ucanto/validator": "^9.0.0", | ||
"bigint-mod-arith": "^3.1.2", | ||
@@ -66,3 +66,3 @@ "conf": "10.2.0", | ||
"kysely": "^0.23.4", | ||
"multiformats": "^11.0.2", | ||
"multiformats": "^12.1.2", | ||
"one-webcrypto": "^1.0.3", | ||
@@ -73,7 +73,7 @@ "ora": "^6.1.2", | ||
"type-fest": "^3.3.0", | ||
"uint8arrays": "^4.0.3", | ||
"uint8arrays": "^4.0.6", | ||
"ws": "^8.12.0", | ||
"zod": "^3.20.2", | ||
"@web3-storage/capabilities": "^9.3.0", | ||
"@web3-storage/did-mailto": "^2.0.0" | ||
"@web3-storage/did-mailto": "^2.0.1" | ||
}, | ||
@@ -88,7 +88,7 @@ "devDependencies": { | ||
"@types/ws": "^8.5.4", | ||
"@ucanto/server": "^8.0.1", | ||
"@ucanto/server": "^9.0.1", | ||
"assert": "^2.0.0", | ||
"hd-scripts": "^4.0.0", | ||
"mocha": "^10.2.0", | ||
"playwright-test": "^8.1.2", | ||
"playwright-test": "^12.3.4", | ||
"sade": "^1.8.1", | ||
@@ -95,0 +95,0 @@ "sinon": "^15.0.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191754
5157
+ Added@ucanto/client@9.0.1(transitive)
- Removed@ucanto/client@8.0.1(transitive)
- Removed@ucanto/core@8.2.0(transitive)
- Removed@ucanto/interface@8.1.0(transitive)
- Removed@ucanto/principal@8.1.0(transitive)
- Removed@ucanto/transport@8.0.0(transitive)
- Removed@ucanto/validator@8.0.0(transitive)
Updated@ipld/dag-ucan@^3.4.0
Updated@ucanto/client@^9.0.0
Updated@ucanto/core@^9.0.0
Updated@ucanto/interface@^9.0.0
Updated@ucanto/principal@^9.0.0
Updated@ucanto/transport@^9.0.0
Updated@ucanto/validator@^9.0.0
Updatedmultiformats@^12.1.2
Updateduint8arrays@^4.0.6