@atproto-labs/identity-resolver
Advanced tools
Comparing version 0.1.2-rc.1 to 0.1.2
# @atproto-labs/identity-resolver | ||
## 0.1.2 | ||
### Patch Changes | ||
- [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Expose getDocumentFromDid and getDocumentFromHandle as public methods on IdentityResolver | ||
- Updated dependencies [[`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd)]: | ||
- @atproto-labs/handle-resolver@0.1.2 | ||
- @atproto-labs/did-resolver@0.1.2 | ||
## 0.1.1 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@atproto-labs/identity-resolver", | ||
"version": "0.1.2-rc.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -28,4 +28,4 @@ "description": "A library resolving ATPROTO identities", | ||
"dependencies": { | ||
"@atproto-labs/did-resolver": "0.1.2-rc.1", | ||
"@atproto-labs/handle-resolver": "0.1.2-rc.1", | ||
"@atproto-labs/did-resolver": "0.1.2", | ||
"@atproto-labs/handle-resolver": "0.1.2", | ||
"@atproto/syntax": "0.3.0" | ||
@@ -32,0 +32,0 @@ }, |
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
13690
+ Added@atproto-labs/did-resolver@0.1.2(transitive)
+ Added@atproto-labs/handle-resolver@0.1.2(transitive)
+ Added@atproto/did@0.1.1(transitive)
- Removed@atproto-labs/did-resolver@0.1.2-rc.1(transitive)
- Removed@atproto-labs/handle-resolver@0.1.2-rc.1(transitive)
- Removed@atproto/did@0.1.1-rc.1(transitive)