@sveltejs/adapter-static
Advanced tools
Comparing version 1.0.0-next.37 to 1.0.0-next.38
# @sveltejs/adapter-static | ||
## 1.0.0-next.38 | ||
### Patch Changes | ||
- [breaking] remove writeStatic to align with Vite ([#5618](https://github.com/sveltejs/kit/pull/5618)) | ||
## 1.0.0-next.37 | ||
@@ -4,0 +10,0 @@ |
@@ -46,3 +46,2 @@ import { createReadStream, createWriteStream, statSync } from 'fs'; | ||
builder.writeStatic(assets); | ||
builder.writeClient(assets); | ||
@@ -49,0 +48,0 @@ builder.writePrerendered(pages, { fallback }); |
{ | ||
"name": "@sveltejs/adapter-static", | ||
"version": "1.0.0-next.37", | ||
"version": "1.0.0-next.38", | ||
"repository": { | ||
@@ -25,5 +25,5 @@ "type": "git", | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.377", | ||
"@sveltejs/kit": "1.0.0-next.380", | ||
"@types/node": "^16.11.36", | ||
"playwright-chromium": "^1.23.3", | ||
"playwright-chromium": "^1.23.4", | ||
"sirv": "^2.0.2", | ||
@@ -36,8 +36,7 @@ "svelte": "^3.48.0", | ||
"scripts": { | ||
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"check": "tsc", | ||
"format": "npm run check-format -- --write", | ||
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"test": "uvu test test.js" | ||
} | ||
} |
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
28063
374