@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 0.0.2-next.2 to 0.0.2-next.3
# @sveltejs/adapter-cloudflare-workers | ||
## 0.0.2-next.3 | ||
### Patch Changes | ||
- b372d61: Generate required package.json | ||
## 0.0.2-next.2 | ||
@@ -4,0 +10,0 @@ |
@@ -35,5 +35,7 @@ 'use strict'; | ||
bundle: true, | ||
platform: 'node' | ||
platform: 'node' // TODO would be great if we could generate ESM and use type = "javascript" | ||
}); | ||
fs.writeFileSync(`${entrypoint}/package.json`, JSON.stringify({ main: 'index.js' })); | ||
utils.log.info('Prerendering static pages...'); | ||
@@ -40,0 +42,0 @@ await utils.prerender({ |
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "0.0.2-next.2", | ||
"version": "0.0.2-next.3", | ||
"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
7562
130
1