Comparing version 2.0.0-0 to 2.0.0-1
{ | ||
"name": "argue-cli", | ||
"type": "module", | ||
"version": "2.0.0-0", | ||
"version": "2.0.0-1", | ||
"description": "A thin and strongly typed CLI argument parser for Node.js.", | ||
@@ -15,3 +15,3 @@ "author": "dangreen", | ||
}, | ||
"main": "./src/index.ts", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -45,5 +45,12 @@ "publishConfig": { | ||
"readme": "", | ||
"scripts": { | ||
"postpublish": "del ./package" | ||
"scripts": {}, | ||
"module": "./dist/index.js", | ||
"exports": { | ||
"import": { | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"default": "./dist/index.cjs" | ||
} | ||
} | ||
} | ||
} |
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
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
46246
0