Comparing version 1.28.2 to 1.29.0
{ | ||
"version": "1.28.2", | ||
"version": "1.29.0", | ||
"name": "pkgbld", | ||
"license": "MIT", | ||
"author": "Konstantin Shutkin", | ||
"bin": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"bin": "./index.js", | ||
"main": "./dist/index.mjs", | ||
"files": [ | ||
@@ -13,3 +12,3 @@ "dist" | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=20" | ||
}, | ||
@@ -34,3 +33,3 @@ "repository": { | ||
"lodash": "^4.17.21", | ||
"rollup": "^4.0.0", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
@@ -40,18 +39,18 @@ "rollup-plugin-preprocess": "^0.0.4", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-json": "^6.0.1", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup-extras/plugin-clean": "^1.3.8", | ||
"@rollup-extras/plugin-binify": "^1.1.9", | ||
"@rollup-extras/plugin-externals": "^1.2.0", | ||
"@slimlib/refine-partition": "^1.0.2", | ||
"@slimlib/smart-mock": "^0.1.5", | ||
"@rollup-extras/plugin-clean": "^1.3.9", | ||
"@rollup-extras/plugin-binify": "^1.1.10", | ||
"@rollup-extras/plugin-externals": "^1.2.2", | ||
"@slimlib/refine-partition": "^1.0.3", | ||
"@slimlib/smart-mock": "^0.1.6", | ||
"is-builtin-module": "^3.2.1", | ||
"terser": "^5.21.0", | ||
"terser": "^5.28.1", | ||
"kleur": "^4.1.5", | ||
"cleye": "^1.3.2", | ||
"jsonata": "^2.0.3" | ||
"jsonata": "^2.0.4" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
} | ||
} |
@@ -110,3 +110,3 @@ # pkgbld | ||
``` | ||
pkgbld --bin=./dist/index.cjs,./dist/index.mjs | ||
pkgbld --bin=./dist/index.cjs | ||
``` | ||
@@ -210,2 +210,10 @@ | ||
### no-exports | ||
``` | ||
pkgbld --no-exports | ||
``` | ||
Do not add exports field in package.json. | ||
## Plugin API | ||
@@ -212,0 +220,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
56911
5
1381
237
2
1
Updated@rollup/plugin-json@^6.1.0
Updated@slimlib/smart-mock@^0.1.6
Updatedjsonata@^2.0.4
Updatedrollup@^4.12.0
Updatedterser@^5.28.1