Skip to content

Commit

Permalink
chore: move crypto related modules to deps
Browse files Browse the repository at this point in the history
OKTA-402664
<<<Jenkins Check-In of Tested SHA: e02f4d6 for [email protected]>>>
Artifact: okta-auth-js
Files changed count: 3
PR Link: "#808"
  • Loading branch information
shuowu authored and eng-prod-CI-bot-okta committed Jun 8, 2021
1 parent e8b3300 commit 59b7b66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.1

### Bug Fixes

- [#808](https://github.com/okta/okta-auth-js/pull/808) Fixes CommonJS bundle missing crypto modules issue

## 5.1.0

### Features
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@okta/okta-auth-js",
"description": "The Okta Auth SDK",
"version": "5.1.0",
"version": "5.1.1",
"homepage": "https://github.com/okta/okta-auth-js",
"license": "Apache-2.0",
"type": "commonjs",
Expand Down Expand Up @@ -68,7 +68,10 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@okta/okta-idx-js": "0.17.0",
"@peculiar/webcrypto": "1.1.6",
"Base64": "1.1.0",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"core-js": "^3.6.5",
"cross-fetch": "^3.0.6",
"js-cookie": "2.2.1",
Expand All @@ -89,17 +92,14 @@
"@babel/plugin-transform-typescript": "^7.10.5",
"@babel/preset-env": "^7.8.2",
"@babel/preset-typescript": "^7.10.4",
"@peculiar/webcrypto": "^1.1.6",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"atob": "^2.1.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-inline-replace-variables": "^1.3.1",
"btoa": "^1.2.1",
"chalk": "2.4.2",
"cross-env": "^5.1.1",
"eslint": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@
dependencies:
tslib "^2.0.0"

"@peculiar/webcrypto@^1.1.4", "@peculiar/webcrypto@^1.1.6":
"@peculiar/[email protected].6", "@peculiar/webcrypto@^1.1.4":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@peculiar/webcrypto/-/webcrypto-1.1.6.tgz#484bb58be07149e19e873861b585b0d5e4f83b7b"
integrity sha512-xcTjouis4Y117mcsJslWAGypwhxtXslkVdRp7e3tHwtuw0/xCp1te8RuMMv/ia5TsvxomcyX/T+qTbRZGLLvyA==
Expand Down

0 comments on commit 59b7b66

Please sign in to comment.