@vladmandic/piacme
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -15,2 +15,3 @@ { | ||
], | ||
"ignorePatterns": [ "dist", "node_modules" ], | ||
"rules": { | ||
@@ -17,0 +18,0 @@ "max-len": [1, 200, 3], |
{ | ||
"name": "@vladmandic/piacme", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Simple ACME/LetsEncrypt HTTP/SSL Certificate Management", | ||
@@ -10,4 +10,4 @@ "main": "dist/piacme.js", | ||
"scripts": { | ||
"start": "node --unhandled-rejections=strict --trace-warnings src/piacme.js", | ||
"build": "esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --log-level=error --bundle src/piacme.js", | ||
"start": "npm run build && node --unhandled-rejections=strict --trace-warnings --no-deprecation dist/piacme.js", | ||
"build": "esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --log-level=error --minify --bundle src/piacme.js", | ||
"lint": "eslint src/piacme.js" | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is too big to display
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
8
1769377
6549
3