@hephaestus/core
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
{ | ||
"name": "@hephaestus/core", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"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", | ||
@@ -33,5 +41,5 @@ "lint": "eslint src" | ||
"dependencies": { | ||
"@hephaestus/utils": "^1.0.0-alpha.1" | ||
"@hephaestus/utils": "^1.0.0-alpha.2" | ||
}, | ||
"gitHead": "d33175d0273332c7557344189d69ec4d8db4f45d" | ||
"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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
612
21182
5
8
1