@sveltejs/app-utils
Advanced tools
Comparing version 0.0.18 to 1.0.0-next.0
{ | ||
"name": "@sveltejs/app-utils", | ||
"version": "0.0.18", | ||
"version": "1.0.0-next.0", | ||
"scripts": { | ||
"clean": "node rimraf.js common files http renderer", | ||
"clean": "node rimraf.js files http renderer", | ||
"dev": "npm run clean && rollup -cw", | ||
"build": "npm run clean && rollup -c", | ||
"lint": "eslint --ignore-pattern node_modules/ --ignore-pattern dist/ --ignore-pattern files/ --ignore-pattern http/ --ignore-pattern renderer/ \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"lint": "eslint --ignore-pattern node_modules/ --ignore-pattern files/ --ignore-pattern http/ --ignore-pattern renderer/ \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
@@ -39,3 +39,2 @@ "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"files": [ | ||
"common", | ||
"files", | ||
@@ -42,0 +41,0 @@ "http", |
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
0
42083