@sveltejs/adapter-netlify
Advanced tools
Comparing version 0.0.12 to 0.0.13
# @sveltejs/adapter-netlify | ||
## 0.0.13 | ||
### Patch Changes | ||
- Add svelte-kit start command | ||
## 0.0.12 | ||
@@ -4,0 +10,0 @@ |
@@ -34,3 +34,3 @@ 'use strict'; | ||
builder.copy_static_files(publish); | ||
builder.copy_client_files(`${publish}/_app`); | ||
builder.copy_client_files(publish); | ||
builder.copy_server_files(`${functions}/render`); | ||
@@ -37,0 +37,0 @@ |
{ | ||
"name": "@sveltejs/adapter-netlify", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
5131
0