@sveltejs/adapter-static
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
# @sveltejs/adapter-static | ||
## 1.0.0-next.2 | ||
### Patch Changes | ||
- Fix adapters and convert to ES modules | ||
## 1.0.0-next.1 | ||
@@ -4,0 +10,0 @@ |
'use strict'; | ||
module.exports = async function adapter(builder, { pages = 'build', assets = 'build' } = {}) { | ||
export default async function adapter(builder, { pages = 'build', assets = 'build' } = {}) { | ||
builder.copy_static_files(assets); | ||
@@ -11,2 +11,2 @@ builder.copy_client_files(assets); | ||
}); | ||
}; | ||
} |
{ | ||
"name": "@sveltejs/adapter-static", | ||
"version": "1.0.0-next.1", | ||
"version": "1.0.0-next.2", | ||
"type": "module", | ||
"scripts": { | ||
@@ -5,0 +6,0 @@ "lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format", |
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
3550
Yes