@ardrive/turbo-sdk
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
{ | ||
"name": "@ardrive/turbo-sdk", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"main": "./lib/node/index.js", | ||
@@ -24,4 +24,4 @@ "types": "./lib/types/index.d.ts", | ||
"./node": { | ||
"import": "./lib/node/index.js", | ||
"require": "./lib/node/index.js", | ||
"import": "./lib/esm/node/index.js", | ||
"require": "./lib/cjs/node/index.js", | ||
"types": "./lib/node/index.d.ts" | ||
@@ -34,7 +34,2 @@ }, | ||
"browser": "./bundles/web.bundle.min.js" | ||
}, | ||
"./*": { | ||
"import": "./*.js", | ||
"require": "./*.js", | ||
"types": "./*.d.ts" | ||
} | ||
@@ -48,4 +43,3 @@ }, | ||
"build:web": "node bundle.cjs", | ||
"build:esm": "yarn tsc -p tsconfig.node.json && yarn tsc -p tsconfig.web.json", | ||
"build": "yarn clean && yarn build:web && yarn build:esm", | ||
"build": "yarn clean && yarn tsc -p tsconfig.json && yarn tsc -p tsconfig.cjs.json", | ||
"clean": "rimraf [ lib coverage bundles ]", | ||
@@ -52,0 +46,0 @@ "lint": "eslint src", |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
79
171215
2816
1