@hephaestus/utils
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "@hephaestus/utils", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "> TODO: description", | ||
@@ -8,10 +8,10 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>", | ||
"license": "ISC", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/cjs/src/index.js", | ||
"module": "./dist/esm/src/index.js", | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"require": "./dist/cjs/src/index.js", | ||
"import": "./dist/esm/src/index.js", | ||
"types": "./dist/cjs/src/index.d.ts" | ||
} | ||
@@ -31,3 +31,4 @@ }, | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"build": "tsup src/index.ts --format cjs,esm --dts --clean", | ||
"build": "ttsc", | ||
"build:esm": "ttsc -p ./tsconfig.esm.json", | ||
"clean": "rm -rf dist", | ||
@@ -39,3 +40,3 @@ "lint": "eslint src" | ||
}, | ||
"gitHead": "7c2c520311e626bbfcb5c23f1703cb0c4cc5d876" | ||
"gitHead": "27679c998b94835ea3762965c726efed5a2e8710" | ||
} |
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
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
24793
38
438