@storybook/sveltekit 7.0.0 → 7.0.1

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/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './types-c96f60c8.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-2851e5d5.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './types-c96f60c8.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-2851e5d5.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -967,12 +967,6 @@ interface StorybookConfig$1 {
967
967
  * Build stories.json automatically on start/build
968
968
  */
969
969
  buildStoriesJson?: boolean;
970
- /**
971
- * Activate preview of CSF v3.0
972
- *
973
- * @deprecated This is always on now from 6.4 regardless of the setting
974
- */
975
- previewCsfV3?: boolean;
976
970
  /**
977
971
  * Activate on demand story store
978
972
  */
@@ -982,10 +976,6 @@ interface StorybookConfig$1 {
982
976
  * (for internal use in sandboxes)
983
977
  */
984
978
  storyStoreV7MdxErrors?: boolean;
985
- /**
986
- * Enable a set of planned breaking changes for SB7.0
987
- */
988
- breakingChangesV7?: boolean;
989
979
  /**
990
980
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
991
981
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/sveltekit",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Storybook for SvelteKit",
5
5
  "keywords": [
6
6
  "storybook",
@@ -51,9 +51,9 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-vite": "7.0.0",
55
- "@storybook/svelte": "7.0.0",
56
- "@storybook/svelte-vite": "7.0.0"
54
+ "@storybook/builder-vite": "7.0.1",
55
+ "@storybook/svelte": "7.0.1",
56
+ "@storybook/svelte-vite": "7.0.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": "^16.0.0",
@@ -76,5 +76,5 @@
76
76
  ],
77
77
  "platform": "node"
78
78
  },
79
- "gitHead": "4f2afa644d7f2833181fc03187f5597d442285a6"
79
+ "gitHead": "2fe0c39167a40d6856f5cbc2ab927b3b65fc384b"
80
80
  }