@sveltejs/adapter-static
Advanced tools
Comparing version 1.0.0-next.17 to 1.0.0-next.18
# @sveltejs/adapter-static | ||
## 1.0.0-next.18 | ||
### Patch Changes | ||
- [chore] export package.json from adapters ([#2351](https://github.com/sveltejs/kit/pull/2351)) | ||
## 1.0.0-next.17 | ||
@@ -4,0 +10,0 @@ |
@@ -1,7 +0,10 @@ | ||
declare function plugin(options?: { | ||
import { Adapter } from '@sveltejs/kit'; | ||
interface AdapterOptions { | ||
pages?: string; | ||
assets?: string; | ||
fallback?: string; | ||
}): import('@sveltejs/kit').Adapter; | ||
} | ||
declare function plugin(options?: AdapterOptions): Adapter; | ||
export = plugin; |
{ | ||
"name": "@sveltejs/adapter-static", | ||
"version": "1.0.0-next.17", | ||
"version": "1.0.0-next.18", | ||
"type": "module", | ||
"main": "index.js", | ||
"exports": { | ||
"import": "./index.js" | ||
".": { | ||
"import": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "index.d.ts", | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.155", | ||
"@sveltejs/kit": "1.0.0-next.162", | ||
"playwright-chromium": "^1.10.0", | ||
"port-authority": "^1.1.2", | ||
"sirv": "^1.0.12", | ||
"svelte": "^3.40.0", | ||
"svelte": "^3.42.4", | ||
"uvu": "^0.5.1" | ||
@@ -17,0 +20,0 @@ }, |
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
17493
189