@atproto/oauth-provider 0.17.0-next.0 → 0.17.0

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/CHANGELOG.md +31 -26
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,38 +1,43 @@
1
1
  # @atproto/oauth-provider
2
2
 
3
- ## 0.17.0-next.0
3
+ ## 0.17.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#4929](https://github.com/bluesky-social/atproto/pull/4929) [`bb7491c`](https://github.com/bluesky-social/atproto/commit/bb7491c29e06181e1d2f8cf6eb454f9bb8ab961b) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Drop support for Node.js 18 and 20. Node.js 22 is now the minimum supported version. Docker images now use Node.js 24.
7
+ - [#4929](https://github.com/bluesky-social/atproto/pull/4929) [`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Drop support for Node.js 18 and 20. Node.js 22 is now the minimum supported version. Docker images now use Node.js 24.
8
8
 
9
- - [#4943](https://github.com/bluesky-social/atproto/pull/4943) [`07ae5d4`](https://github.com/bluesky-social/atproto/commit/07ae5d4452df51e045e0239da7a04cf0bc154028) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Convert to pure ESM. All packages now ship `"type": "module"` with ES module output and Node16 module resolution.
9
+ - [#4943](https://github.com/bluesky-social/atproto/pull/4943) [`c459153`](https://github.com/bluesky-social/atproto/commit/c459153395a30ce89e050892c8fab7dc98e019b9) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Convert to pure ESM. All packages now ship `"type": "module"` with ES module output and Node16 module resolution.
10
10
 
11
11
  Node.js 22's `require()` compatibility layer can still load these packages in CommonJS code.
12
12
 
13
- - [#4930](https://github.com/bluesky-social/atproto/pull/4930) [`042df15`](https://github.com/bluesky-social/atproto/commit/042df15087c0e62cd1e715fcbf58852fab875af9) Thanks [@devinivy](https://github.com/devinivy)! - Build with TypeScript 6.0. Emitted `.d.ts` files now use TypeScript 6's stricter `Uint8Array<ArrayBuffer>` typing in places where Web/Node APIs require buffer-backed (not shared-memory) byte arrays. Consumers compiling against these types on older TypeScript should see no runtime impact, but may need to widen or cast in spots that previously relied on `Uint8Array` defaulting to `<ArrayBufferLike>`.
14
-
15
- Internal: tsconfig `moduleResolution: "node"` is silenced via `ignoreDeprecations: "6.0"` for now; the proper migration to `node16`/`bundler` resolution is deferred.
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [[`bb7491c`](https://github.com/bluesky-social/atproto/commit/bb7491c29e06181e1d2f8cf6eb454f9bb8ab961b), [`07ae5d4`](https://github.com/bluesky-social/atproto/commit/07ae5d4452df51e045e0239da7a04cf0bc154028), [`8e40db6`](https://github.com/bluesky-social/atproto/commit/8e40db65aab7ba5f9414c26dbe1ab658e3bffeca), [`042df15`](https://github.com/bluesky-social/atproto/commit/042df15087c0e62cd1e715fcbf58852fab875af9)]:
20
- - @atproto/common@0.6.0-next.0
21
- - @atproto/did@0.4.0-next.0
22
- - @atproto/jwk@0.7.0-next.0
23
- - @atproto/jwk-jose@0.2.0-next.0
24
- - @atproto/lex-document@0.1.0-next.0
25
- - @atproto/lex-resolver@0.1.0-next.0
26
- - @atproto/oauth-provider-api@0.5.0-next.0
27
- - @atproto/oauth-provider-ui@0.6.0-next.0
28
- - @atproto/oauth-scopes@0.4.0-next.0
29
- - @atproto/oauth-types@0.7.0-next.0
30
- - @atproto/syntax@0.6.0-next.0
31
- - @atproto-labs/fetch@0.3.0-next.0
32
- - @atproto-labs/fetch-node@0.3.0-next.0
33
- - @atproto-labs/pipe@0.2.0-next.0
34
- - @atproto-labs/simple-store@0.4.0-next.0
35
- - @atproto-labs/simple-store-memory@0.2.0-next.0
13
+ - [#4930](https://github.com/bluesky-social/atproto/pull/4930) [`908bece`](https://github.com/bluesky-social/atproto/commit/908bece169258bff5ad121e5eec157d6ded6f705) Thanks [@devinivy](https://github.com/devinivy)! - Build with TypeScript 6.0.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`affb50c`](https://github.com/bluesky-social/atproto/commit/affb50c040b497a12631df99a6310f8e78cab557), [`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c), [`c459153`](https://github.com/bluesky-social/atproto/commit/c459153395a30ce89e050892c8fab7dc98e019b9), [`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c), [`908bece`](https://github.com/bluesky-social/atproto/commit/908bece169258bff5ad121e5eec157d6ded6f705)]:
18
+ - @atproto/common@0.6.0
19
+ - @atproto/did@0.4.0
20
+ - @atproto/jwk@0.7.0
21
+ - @atproto/jwk-jose@0.2.0
22
+ - @atproto/lex-document@0.1.0
23
+ - @atproto/lex-resolver@0.1.0
24
+ - @atproto/oauth-provider-api@0.5.0
25
+ - @atproto/oauth-provider-ui@0.6.0
26
+ - @atproto/oauth-scopes@0.4.0
27
+ - @atproto/oauth-types@0.7.0
28
+ - @atproto/syntax@0.6.0
29
+ - @atproto-labs/fetch@0.3.0
30
+ - @atproto-labs/fetch-node@0.3.0
31
+ - @atproto-labs/pipe@0.2.0
32
+ - @atproto-labs/simple-store@0.4.0
33
+ - @atproto-labs/simple-store-memory@0.2.0
34
+
35
+ ## 0.16.5
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies []:
40
+ - @atproto/lex-resolver@0.0.24
36
41
 
37
42
  ## 0.16.4
38
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/oauth-provider",
3
- "version": "0.17.0-next.0",
3
+ "version": "0.17.0",
4
4
  "license": "MIT",
5
5
  "description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
6
6
  "keywords": [
@@ -40,29 +40,29 @@
40
40
  "ioredis": "^5.3.2",
41
41
  "jose": "^5.2.0",
42
42
  "zod": "^3.23.8",
43
- "@atproto-labs/simple-store": "^0.4.0-next.0",
44
- "@atproto-labs/fetch": "^0.3.0-next.0",
45
- "@atproto-labs/fetch-node": "^0.3.0-next.0",
46
- "@atproto-labs/simple-store-memory": "^0.2.0-next.0",
47
- "@atproto/jwk": "^0.7.0-next.0",
48
- "@atproto/jwk-jose": "^0.2.0-next.0",
49
- "@atproto/lex-resolver": "^0.1.0-next.0",
50
- "@atproto/oauth-types": "^0.7.0-next.0",
51
- "@atproto/oauth-provider-api": "0.5.0-next.0",
52
- "@atproto/lex-document": "^0.1.0-next.0",
53
- "@atproto/syntax": "^0.6.0-next.0",
54
- "@atproto/oauth-provider-ui": "0.6.0-next.0",
55
- "@atproto/did": "^0.4.0-next.0",
56
- "@atproto-labs/pipe": "^0.2.0-next.0",
57
- "@atproto/common": "^0.6.0-next.0",
58
- "@atproto/oauth-scopes": "^0.4.0-next.0"
43
+ "@atproto-labs/fetch": "^0.3.0",
44
+ "@atproto-labs/fetch-node": "^0.3.0",
45
+ "@atproto-labs/pipe": "^0.2.0",
46
+ "@atproto-labs/simple-store": "^0.4.0",
47
+ "@atproto-labs/simple-store-memory": "^0.2.0",
48
+ "@atproto/common": "^0.6.0",
49
+ "@atproto/did": "^0.4.0",
50
+ "@atproto/jwk": "^0.7.0",
51
+ "@atproto/jwk-jose": "^0.2.0",
52
+ "@atproto/lex-document": "^0.1.0",
53
+ "@atproto/lex-resolver": "^0.1.0",
54
+ "@atproto/oauth-types": "^0.7.0",
55
+ "@atproto/oauth-provider-api": "0.5.0",
56
+ "@atproto/oauth-provider-ui": "0.6.0",
57
+ "@atproto/oauth-scopes": "^0.4.0",
58
+ "@atproto/syntax": "^0.6.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/cookie": "^0.6.0",
62
62
  "@types/forwarded": "0.1.3",
63
63
  "@types/http-errors": "^2.0.4",
64
64
  "@types/send": "^0.17.4",
65
- "@atproto-labs/rollup-plugin-bundle-manifest": "^0.3.0-next.0"
65
+ "@atproto-labs/rollup-plugin-bundle-manifest": "^0.3.0"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "tsc --build tsconfig.build.json"