@sveltejs/kit 2.46.1 → 2.46.2

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": "2.46.1",
3
+ "version": "2.46.2",
4
4
  "description": "SvelteKit is the fastest way to build Svelte apps",
5
5
  "keywords": [
6
6
  "framework",
@@ -731,7 +731,7 @@ async function kit({ svelte_config }) {
731
731
 
732
732
  if (!is_outdated_rollup) {
733
733
  // @ts-expect-error only exists in more recent Rollup versions https://rollupjs.org/configuration-options/#output-onlyexplicitmanualchunks
734
- config.build.rollupOptions.onlyExplicitManualChunks = true;
734
+ config.build.rollupOptions.output.onlyExplicitManualChunks = true;
735
735
  }
736
736
  },
737
737
 
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // generated during release, do not modify
2
2
 
3
3
  /** @type {string} */
4
- export const VERSION = '2.46.1';
4
+ export const VERSION = '2.46.2';