@sveltejs/adapter-static
Advanced tools
Comparing version 1.0.0-next.32 to 1.0.0-next.33
# @sveltejs/adapter-static | ||
## 1.0.0-next.33 | ||
### Patch Changes | ||
- Update adapter entrypoint typings to be NodeNext/ESNext-compatible ([#5111](https://github.com/sveltejs/kit/pull/5111)) | ||
## 1.0.0-next.32 | ||
@@ -4,0 +10,0 @@ |
@@ -10,3 +10,2 @@ import { Adapter } from '@sveltejs/kit'; | ||
declare function plugin(options?: AdapterOptions): Adapter; | ||
export = plugin; | ||
export default function plugin(options?: AdapterOptions): Adapter; |
@@ -9,3 +9,3 @@ import { createReadStream, createWriteStream, statSync } from 'fs'; | ||
/** @type {import('.')} */ | ||
/** @type {import('.').default} */ | ||
export default function ({ pages = 'build', assets = pages, fallback, precompress = false } = {}) { | ||
@@ -12,0 +12,0 @@ return { |
{ | ||
"name": "@sveltejs/adapter-static", | ||
"version": "1.0.0-next.32", | ||
"version": "1.0.0-next.33", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.343" | ||
"@sveltejs/kit": "1.0.0-next.346" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
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
24186
271