@sveltejs/kit 1.3.9 → 1.3.10

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.3.9",
3
+ "version": "1.3.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sveltejs/kit",
@@ -725,7 +725,7 @@ function kit({ svelte_config }) {
725
725
  sequential: true,
726
726
  async handler() {
727
727
  if (!vite_config.build.ssr) return;
728
- await finalise();
728
+ await finalise?.();
729
729
  }
730
730
  }
731
731
  };