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

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atproto/oauth-client
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ - 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)]:
12
+ - @atproto/oauth-types@0.1.2
13
+ - @atproto-labs/handle-resolver@0.1.2
14
+ - @atproto/did@0.1.1
15
+ - @atproto/xrpc@0.6.0
16
+ - @atproto/api@0.13.0
17
+ - @atproto-labs/identity-resolver@0.1.2
18
+ - @atproto-labs/did-resolver@0.1.2
19
+
3
20
  ## 0.1.1
4
21
 
5
22
  ### 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.2",
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.0",
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"}