File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 4242 "." : {
4343 "types" : " ./dist/cardano-api.d.ts" ,
4444 "browser" : " ./dist/browser.mjs" ,
45+ "node" : {
46+ "import" : " ./dist/node.mjs" ,
47+ "require" : " ./dist/node.cjs"
48+ },
4549 "import" : " ./dist/node.mjs" ,
4650 "require" : " ./dist/node.cjs"
4751 }
4852 },
4953 "devDependencies" : {
50- "jest" : " ^29.7.0"
51- },
52- "dependencies" : {
53- "@bjorn3/browser_wasi_shim" : " ^0.4.2" ,
5454 "@rollup/plugin-commonjs" : " ^28.0.6" ,
5555 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
5656 "rollup" : " ^4.52.3" ,
5757 "rollup-plugin-copy" : " ^3.5.0" ,
58- "rollup-plugin-string" : " ^3.0.0"
58+ "rollup-plugin-string" : " ^3.0.0" ,
59+ "jest" : " ^29.7.0"
60+ },
61+ "dependencies" : {
62+ "@bjorn3/browser_wasi_shim" : " ^0.4.2"
5963 },
6064 "jest" : {
6165 "testEnvironment" : " node"
6266 }
63- }
67+ }
You can’t perform that action at this time.
0 commit comments