@sveltejs/kit 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/kit",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sveltejs/kit",
@@ -25,7 +25,7 @@
25
25
  "undici": "5.14.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@playwright/test": "^1.28.1",
28
+ "@playwright/test": "^1.29.2",
29
29
  "@types/connect": "^3.4.35",
30
30
  "@types/marked": "^4.0.7",
31
31
  "@types/mime": "^3.0.1",
@@ -189,6 +189,7 @@ export function get_build_compile_config({ config, input, ssr, outDir }) {
189
189
  output: {
190
190
  entryFileNames: `${prefix}/workers/[name]-[hash].js`,
191
191
  chunkFileNames: `${prefix}/workers/chunks/[name]-[hash].js`,
192
+ assetFileNames: `${prefix}/workers/assets/[name]-[hash][extname]`,
192
193
  hoistTransitiveImports: false
193
194
  }
194
195
  }