rollup-plugin-conditional-exec
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "rollup-plugin-conditional-exec", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"author": "Alex Miller <codex.nz@gmail.com>", | ||
"description": "Execute a given command after a bundle has been written", | ||
"type": "module", | ||
"homepage": "https://github.com/Codex-/rollup-plugin-conditional-exec#readme", | ||
@@ -21,6 +22,18 @@ "repository": { | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dis/cjs/index.cjs" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -p tsconfig.build.json", | ||
"build": "tsc -p tsconfig.cjs.json & tsc -p tsconfig.esm.json", | ||
"format:check": "prettier --check \"{**/*,*}.{js,ts}\"", | ||
@@ -27,0 +40,0 @@ "format:write": "npm run format:check -- --write", |
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
16238
7
167
Yes
3