@hephaestus/utils
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "@hephaestus/utils", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "> TODO: description", | ||
@@ -8,4 +8,12 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>", | ||
"license": "ISC", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"directories": { | ||
@@ -15,3 +23,3 @@ "lib": "dist" | ||
"files": [ | ||
"dist/src" | ||
"dist" | ||
], | ||
@@ -24,3 +32,3 @@ "repository": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"build": "ttsc", | ||
"build": "tsup src/index.ts --format cjs,esm --dts --clean", | ||
"clean": "rm -rf dist", | ||
@@ -32,3 +40,3 @@ "lint": "eslint src" | ||
}, | ||
"gitHead": "42fa1da101ca1e924ded5c11f0b87e07ab07c0ef" | ||
"gitHead": "7c2c520311e626bbfcb5c23f1703cb0c4cc5d876" | ||
} |
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
308
9832
5
1