@atproto/oauth-client-browser 0.3.16 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +5 -5
package/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Dual MIT/Apache-2.0 License
2
2
 
3
- Copyright (c) 2022-2025 Bluesky PBC, and Contributors
3
+ Copyright (c) 2022-2025 Bluesky Social PBC, and Contributors
4
4
 
5
5
  Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client-browser",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "license": "MIT",
5
5
  "description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
6
6
  "keywords": [
@@ -31,14 +31,14 @@
31
31
  "dist"
32
32
  ],
33
33
  "dependencies": {
34
- "@atproto-labs/did-resolver": "0.1.12",
34
+ "@atproto-labs/did-resolver": "0.1.13",
35
35
  "@atproto-labs/handle-resolver": "0.1.8",
36
36
  "@atproto-labs/simple-store": "0.2.0",
37
+ "@atproto/did": "0.1.5",
37
38
  "@atproto/jwk": "0.1.5",
38
39
  "@atproto/jwk-webcrypto": "0.1.6",
39
- "@atproto/oauth-client": "0.3.16",
40
- "@atproto/oauth-types": "0.2.7",
41
- "@atproto/did": "0.1.5"
40
+ "@atproto/oauth-client": "0.3.17",
41
+ "@atproto/oauth-types": "0.2.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "^5.6.3"