@ardrive/turbo-sdk
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
{ | ||
"name": "@ardrive/turbo-sdk", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"main": "./lib/node/index.js", | ||
@@ -23,2 +23,7 @@ "types": "./lib/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/esm/node/index.js", | ||
"require": "./lib/cjs/node/index.js", | ||
"types": "./lib/node/index.d.ts" | ||
}, | ||
"./node": { | ||
@@ -34,2 +39,7 @@ "import": "./lib/esm/node/index.js", | ||
"browser": "./bundles/web.bundle.min.js" | ||
}, | ||
"./*": { | ||
"import": "./*.js", | ||
"require": "./*.js", | ||
"types": "./lib/web/index.d.ts" | ||
} | ||
@@ -36,0 +46,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
171470
0