@atproto/oauth-client 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atproto/oauth-client
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`622654672`](https://github.com/bluesky-social/atproto/commit/6226546725d1bb0375e3c9e0d71af173e8253c4f)]:
8
+ - @atproto-labs/fetch@0.1.2
9
+ - @atproto-labs/did-resolver@0.1.6
10
+ - @atproto-labs/identity-resolver@0.1.7
11
+
3
12
  ## 0.3.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "license": "MIT",
5
5
  "description": "OAuth client for ATPROTO PDS. This package serves as common base for environment-specific implementations (NodeJS, Browser, React-Native).",
6
6
  "keywords": [
@@ -27,10 +27,10 @@
27
27
  "dependencies": {
28
28
  "multiformats": "^9.9.0",
29
29
  "zod": "^3.23.8",
30
- "@atproto-labs/did-resolver": "0.1.5",
31
- "@atproto-labs/fetch": "0.1.1",
30
+ "@atproto-labs/did-resolver": "0.1.6",
31
+ "@atproto-labs/fetch": "0.1.2",
32
32
  "@atproto-labs/handle-resolver": "0.1.4",
33
- "@atproto-labs/identity-resolver": "0.1.6",
33
+ "@atproto-labs/identity-resolver": "0.1.7",
34
34
  "@atproto-labs/simple-store": "0.1.1",
35
35
  "@atproto-labs/simple-store-memory": "0.1.1",
36
36
  "@atproto/did": "0.1.3",