@atproto/oauth-client 0.3.5 → 0.3.7

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @atproto/oauth-client
2
2
 
3
+ ## 0.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`5ece8c6ae`](https://github.com/bluesky-social/atproto/commit/5ece8c6aeab9c5c3f51295d93ed6e27c3c6095c2)]:
8
+ - @atproto/jwk@0.1.2
9
+ - @atproto-labs/fetch@0.2.0
10
+ - @atproto/oauth-types@0.2.2
11
+ - @atproto-labs/did-resolver@0.1.8
12
+ - @atproto-labs/identity-resolver@0.1.10
13
+
14
+ ## 0.3.6
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
19
+ - @atproto-labs/did-resolver@0.1.7
20
+ - @atproto-labs/identity-resolver@0.1.9
21
+ - @atproto/xrpc@0.6.6
22
+
3
23
  ## 0.3.5
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
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,16 +27,16 @@
27
27
  "dependencies": {
28
28
  "multiformats": "^9.9.0",
29
29
  "zod": "^3.23.8",
30
- "@atproto-labs/did-resolver": "0.1.6",
31
- "@atproto-labs/fetch": "0.1.2",
30
+ "@atproto-labs/did-resolver": "0.1.8",
31
+ "@atproto-labs/fetch": "0.2.0",
32
32
  "@atproto-labs/handle-resolver": "0.1.5",
33
- "@atproto-labs/identity-resolver": "0.1.8",
33
+ "@atproto-labs/identity-resolver": "0.1.10",
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",
37
- "@atproto/jwk": "0.1.1",
38
- "@atproto/oauth-types": "0.2.1",
39
- "@atproto/xrpc": "0.6.5"
37
+ "@atproto/jwk": "0.1.2",
38
+ "@atproto/oauth-types": "0.2.2",
39
+ "@atproto/xrpc": "0.6.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "^5.6.3"