@atproto/oauth-client 0.3.3 → 0.3.4

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atproto/oauth-client
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/xrpc@0.6.5
9
+
3
10
  ## 0.3.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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": [
@@ -36,7 +36,7 @@
36
36
  "@atproto/did": "0.1.3",
37
37
  "@atproto/jwk": "0.1.1",
38
38
  "@atproto/oauth-types": "0.2.1",
39
- "@atproto/xrpc": "0.6.4"
39
+ "@atproto/xrpc": "0.6.5"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "^5.6.3"