@atproto/oauth-client 0.1.2-rc.3 → 0.1.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @atproto/oauth-client
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`22af354a5`](https://github.com/bluesky-social/atproto/commit/22af354a5db595d7cbc0e65f02601de3565337e1)]:
8
+ - @atproto/api@0.13.1
9
+
10
+ ## 0.1.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Misc fixes for confidential client usage
15
+
16
+ - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Better implement aptroto OAuth spec
17
+
18
+ - Updated dependencies [[`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd)]:
19
+ - @atproto/oauth-types@0.1.2
20
+ - @atproto-labs/handle-resolver@0.1.2
21
+ - @atproto/did@0.1.1
22
+ - @atproto/xrpc@0.6.0
23
+ - @atproto/api@0.13.0
24
+ - @atproto-labs/identity-resolver@0.1.2
25
+ - @atproto-labs/did-resolver@0.1.2
26
+
3
27
  ## 0.1.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-client",
3
- "version": "0.1.2-rc.3",
3
+ "version": "0.1.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,17 +27,17 @@
27
27
  "dependencies": {
28
28
  "multiformats": "^9.9.0",
29
29
  "zod": "^3.23.8",
30
- "@atproto-labs/did-resolver": "0.1.2-rc.1",
30
+ "@atproto-labs/did-resolver": "0.1.2",
31
31
  "@atproto-labs/fetch": "0.1.0",
32
- "@atproto-labs/handle-resolver": "0.1.2-rc.1",
33
- "@atproto-labs/identity-resolver": "0.1.2-rc.1",
32
+ "@atproto-labs/handle-resolver": "0.1.2",
33
+ "@atproto-labs/identity-resolver": "0.1.2",
34
34
  "@atproto-labs/simple-store": "0.1.1",
35
35
  "@atproto-labs/simple-store-memory": "0.1.1",
36
- "@atproto/did": "0.1.1-rc.1",
37
- "@atproto/api": "0.13.0-rc.2",
36
+ "@atproto/api": "0.13.1",
37
+ "@atproto/did": "0.1.1",
38
38
  "@atproto/jwk": "0.1.1",
39
- "@atproto/oauth-types": "0.1.2-rc.1",
40
- "@atproto/xrpc": "0.5.1-rc.0"
39
+ "@atproto/oauth-types": "0.1.2",
40
+ "@atproto/xrpc": "0.6.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "typescript": "^5.3.3"
@@ -1,7 +0,0 @@
1
- export declare class RefreshError extends Error {
2
- readonly sub: string;
3
- constructor(sub: string, message: string, options?: {
4
- cause?: unknown;
5
- });
6
- }
7
- //# sourceMappingURL=refresh-error.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"refresh-error.d.ts","sourceRoot":"","sources":["../src/refresh-error.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAa,SAAQ,KAAK;aAEnB,GAAG,EAAE,MAAM;gBAAX,GAAG,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE;CAIhC"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RefreshError = void 0;
4
- class RefreshError extends Error {
5
- constructor(sub, message, options) {
6
- super(message, options);
7
- Object.defineProperty(this, "sub", {
8
- enumerable: true,
9
- configurable: true,
10
- writable: true,
11
- value: sub
12
- });
13
- }
14
- }
15
- exports.RefreshError = RefreshError;
16
- //# sourceMappingURL=refresh-error.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"refresh-error.js","sourceRoot":"","sources":["../src/refresh-error.ts"],"names":[],"mappings":";;;AAAA,MAAa,YAAa,SAAQ,KAAK;IACrC,YACkB,GAAW,EAC3B,OAAe,EACf,OAA6B;QAE7B,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;QAJvB;;;;mBAAgB,GAAG;WAAQ;IAK7B,CAAC;CACF;AARD,oCAQC"}