We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e4d63 commit 5bb8090Copy full SHA for 5bb8090
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-beta.3",
3
"scripts": {
4
"check-all": "./scripts/clang-format.sh",
5
"nitro": "cd packages/react-native-quick-crypto && bunx nitro-codegen",
packages/react-native-quick-crypto/package.json
@@ -1,6 +1,6 @@
"name": "react-native-quick-crypto",
- "version": "1.0.0-beta.2",
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
"type": "module",
6
"main": "lib/commonjs/index",
0 commit comments