lib0 0.2.98 → 0.2.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/coverage/tmp/coverage-37060-1733352484728-0.json +1 -0
- package/dist/webcrypto.react-native.cjs +1 -1
- package/dist/webcrypto.react-native.cjs.map +1 -1
- package/package.json +1 -1
- package/webcrypto.react-native.js +1 -1
- package/coverage/tmp/coverage-165735-1727438709799-0.json +0 -1
package/README.md
CHANGED
|
@@ -1395,7 +1395,7 @@ webcrypto and enable package-exports support in react-native:
|
|
|
1395
1395
|
|
|
1396
1396
|
```sh
|
|
1397
1397
|
# install polyfill
|
|
1398
|
-
npm i isomorphic-webcrypto
|
|
1398
|
+
npm i isomorphic-webcrypto@^2.3.8 # last known working version was 2.3.8
|
|
1399
1399
|
```
|
|
1400
1400
|
|
|
1401
1401
|
Add this to `metro.config.js` [(see docs)](https://reactnative.dev/blog/2023/06/21/package-exports-support):
|
|
@@ -1409,8 +1409,6 @@ const config = {
|
|
|
1409
1409
|
}
|
|
1410
1410
|
```
|
|
1411
1411
|
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
1412
|
### License
|
|
1415
1413
|
|
|
1416
1414
|
[The MIT License](./LICENSE) © Kevin Jahns
|