Skip to content

Latest commit

 

History

History
339 lines (184 loc) · 23.7 KB

File metadata and controls

339 lines (184 loc) · 23.7 KB

@atproto/oauth-types

0.7.5

Patch Changes

  • #5197 a0c49d9 Thanks @matthieusieben! - Rewrite import statements to be compatible with TypeScript's verbatimModuleSyntax config.

  • Updated dependencies [a0c49d9]:

    • @atproto/jwk@0.7.4
    • @atproto/did@0.5.4

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

  • Updated dependencies [622d365]:
    • @atproto/did@0.5.0

0.7.0

Minor Changes

  • #4929 f01c59f Thanks @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.

  • #4943 c459153 Thanks @devinivy! - BREAKING: Convert to pure ESM. All packages now ship "type": "module" with ES module output and Node16 module resolution.

    Node.js 22's require() compatibility layer can still load these packages in CommonJS code.

  • #4930 908bece Thanks @devinivy! - Build with TypeScript 6.0.

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

  • Updated dependencies [2f78893]:
    • @atproto/did@0.2.4

0.6.0

Minor Changes

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

  • Updated dependencies [261968fd6]:
    • @atproto/did@0.2.2

0.5.0

Minor Changes

  • #4289 8ff5ec4ca Thanks @matthieusieben! - Remove exported oauthHttpsRedirectURISchema and oauthPrivateUseRedirectURISchema in favor of oauthRedirectUriSchema and oauthLoopbackClientRedirectUriSchema, which provide semantically meaningful groupings of redirect URIs based on OAuth client types.

    oauthHttpsRedirectURISchema can still be accessed using httpsUriSchema. oauthPrivateUseRedirectURISchema can still be accessed using privateUseUriSchema.

  • #4289 8ff5ec4ca Thanks @matthieusieben! - Remove unused isLoopbackUrl utility

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #3847 349b59175 Thanks @matthieusieben! - Change the default client authentication method in the client document metadata to "client_secret_basic" (as per spec)

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

Patch Changes

  • Updated dependencies [a8d6c1123]:
    • @atproto/jwk@0.1.0