@geprog/node-migrate-ts
Advanced tools
{ | ||
"name": "@geprog/node-migrate-ts", | ||
"version": "3.1.10", | ||
"version": "3.1.11", | ||
"description": "Abstract migration framework using TypeScript", | ||
@@ -10,8 +10,8 @@ "homepage": "https://geprog.com", | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -22,3 +22,3 @@ "files": [ | ||
"scripts": { | ||
"build": "rollup -c rollup.config.ts --configPlugin rollup-plugin-typescript2", | ||
"build": "tsup src/index.ts --dts --format cjs,esm", | ||
"clean": "rm -rf dist/ node_modules/", | ||
@@ -43,9 +43,6 @@ "lint": "eslint --max-warnings 0 .", | ||
"prettier": "2.3.1", | ||
"rollup": "2.60.2", | ||
"rollup-plugin-dts": "4.0.1", | ||
"rollup-plugin-typescript2": "0.31.1", | ||
"semantic-release": "18.0.0", | ||
"ts-jest": "26.5.6", | ||
"ts-node": "10.0.0", | ||
"tslib": "2.3.1", | ||
"tsup": "5.11.13", | ||
"typescript": "4.5.2" | ||
@@ -52,0 +49,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
14
-17.65%10927
-26.23%139
-21.02%1
Infinity%