Skip to content

Commit

Permalink
refactor: removed the deprecated jwk/from_key_like module
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The deprecated `jose/jwk/from_key_like` module was
removed, use `import { exportJWK } from 'jose'` instead.
  • Loading branch information
panva committed Oct 14, 2021
1 parent 0237115 commit ec1d0e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 66 deletions.
15 changes: 0 additions & 15 deletions docs/functions/jwk_from_key_like.fromKeyLike.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/modules/jwk_from_key_like.md

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@
"import": "./dist/node/esm/jwk/embedded.js",
"require": "./dist/node/cjs/jwk/embedded.js"
},
"./jwk/from_key_like": {
"browser": "./dist/browser/jwk/from_key_like.js",
"import": "./dist/node/esm/jwk/from_key_like.js",
"require": "./dist/node/cjs/jwk/from_key_like.js"
},
"./jwk/parse": {
"browser": "./dist/browser/jwk/parse.js",
"import": "./dist/node/esm/jwk/parse.js",
Expand Down
14 changes: 0 additions & 14 deletions src/jwk/from_key_like.ts

This file was deleted.

1 change: 0 additions & 1 deletion tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"../src/jwk/parse.ts",
"../src/jwk/thumbprint.ts",
"../src/jwk/embedded.ts",
"../src/jwk/from_key_like.ts",

"../src/key/import.ts",
"../src/key/export.ts",
Expand Down

0 comments on commit ec1d0e7

Please sign in to comment.