Skip to content

Commit

Permalink
fix(encrypted-archive): not yet able to support Node.js 18
Browse files Browse the repository at this point in the history
`argon2-browser` fails with Node.js 18. Because of this, `@sounisi5011/encrypted-archive` cannot support Node.js 18 yet.
see antelle/argon2-browser#81
  • Loading branch information
sounisi5011 committed May 28, 2022
1 parent b057f4c commit dfc34f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/encrypted-archive/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @sounisi5011/encrypted-archive

[![Go to the latest release page on npm](https://img.shields.io/npm/v/@sounisi5011/encrypted-archive.svg)](https://www.npmjs.com/package/@sounisi5011/encrypted-archive)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x || >=18.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x%20%7C%7C%20%3E%3D18.x&color=brightgreen)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x&color=brightgreen)
[![Tested with Jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Minified Bundle Size Details](https://img.shields.io/bundlephobia/min/@sounisi5011/encrypted-archive)](https://bundlephobia.com/result?p=%40sounisi5011%2Fencrypted-archive)
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-archive/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"@sounisi5011/encrypted-archive": "file:.."
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x || >=18.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}
2 changes: 1 addition & 1 deletion packages/encrypted-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x || >=18.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
},
"runkitExampleFilename": "./runkit-example.js"
}

0 comments on commit dfc34f9

Please sign in to comment.