Skip to content

Commit

Permalink
Prep for v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Aug 8, 2020
1 parent b6a3792 commit 8698dac
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jsSHA - ChangeLog

## 3.1.2 (2020-08-08)

- Added explicit package.json export to support React (thanks canpoyrazoglu!).

## 3.1.1 (2020-07-22)

- Added dist subpath exports to provide forward compatibility with newer node
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssha",
"version": "3.1.1",
"version": "3.1.2",
"description": "jsSHA implements the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC",
"main": "./dist/sha.js",
"exports": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"dependencies": {},
"devDependencies": {
"@rollup/plugin-typescript": "^4.1.2",
"@types/chai": "^4.2.11",
"@types/chai": "^4.2.12",
"@types/mocha": "^7.0.2",
"@types/rewire": "^2.5.28",
"@types/sinon": "^9.0.4",
Expand All @@ -84,7 +84,7 @@
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"husky": "^4.2.5",
"karma": "^5.1.0",
"karma": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
Expand All @@ -94,8 +94,8 @@
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"rewire": "^5.0.0",
"rollup": "^2.22.2",
"rollup-plugin-dts": "^1.4.9",
"rollup": "^2.23.1",
"rollup-plugin-dts": "^1.4.10",
"rollup-plugin-terser": "^5.3.0",
"sinon": "^9.0.2",
"ts-node": "^8.10.2",
Expand Down

0 comments on commit 8698dac

Please sign in to comment.