|
6 | 6 | "main": "./lib/index.cjs", |
7 | 7 | "module": "./src/index.js", |
8 | 8 | "react-native": { |
9 | | - "./lib/index.cjs": "./src/native.js", |
10 | | - "./src/encoding/hex.js": "./src/encoding/hex.native.js", |
11 | | - "./src/encoding/utf8.js": "./src/encoding/utf8.native.js", |
12 | | - "./src/cryptography/sha384.js": "./src/cryptography/sha384.native.js" |
| 9 | + "./lib/index.cjs": "./lib/native.js", |
| 10 | + "./lib/encoding/hex.js": "./lib/encoding/hex.native.cjs", |
| 11 | + "./lib/encoding/hex.cjs": "./lib/encoding/hex.native.cjs", |
| 12 | + "./lib/encoding/utf8.js": "./lib/encoding/utf8.native.cjs", |
| 13 | + "./lib/encoding/utf8.cjs": "./lib/encoding/utf8.native.cjs", |
| 14 | + "./lib/cryptography/sha384.js": "./lib/cryptography/sha384.native.cjs", |
| 15 | + "./lib/cryptography/sha384.cjs": "./lib/cryptography/sha384.native.cjs" |
13 | 16 | }, |
14 | 17 | "browser": { |
15 | 18 | "./lib/index.js": "./lib/browser.js", |
|
22 | 25 | "exports": { |
23 | 26 | "./package.json": "./package.json", |
24 | 27 | ".": { |
| 28 | + "react-native": "./lib/native.js", |
25 | 29 | "types": "./lib/index.d.ts", |
26 | 30 | "import": "./lib/index.js", |
27 | 31 | "require": "./lib/index.cjs" |
|
0 commit comments