@storybook/nextjs 7.6.22 → 7.6.23

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.
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { a as Addon_StoryContext } from '../index.d-1fe859cf.js';
2
+ import { a as Addon_StoryContext } from '../index.d-1fc80c1a.js';
3
3
  import 'file-system-cache';
4
4
  import '@babel/core';
5
5
  import 'http';
@@ -2868,7 +2868,9 @@ interface CoreConfig {
2868
2868
  };
2869
2869
  renderer?: RendererName;
2870
2870
  disableWebpackDefaults?: boolean;
2871
- channelOptions?: Partial<Options$1>;
2871
+ channelOptions?: Partial<Options$1> & {
2872
+ wsToken?: string;
2873
+ };
2872
2874
  /**
2873
2875
  * Disables the generation of project.json, a file containing Storybook metadata
2874
2876
  */
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty } from './index.d-1fe859cf.js';
1
+ import { P as PresetProperty } from './index.d-1fc80c1a.js';
2
2
  import { TransformOptions } from '@babel/core';
3
3
  import { StorybookConfig } from './index.js';
4
4
  import 'file-system-cache';
package/dist/preview.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as Addon_DecoratorFunction } from './index.d-1fe859cf.js';
1
+ import { A as Addon_DecoratorFunction } from './index.d-1fc80c1a.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs",
3
- "version": "7.6.22",
3
+ "version": "7.6.23",
4
4
  "description": "Storybook for Next.js",
5
5
  "keywords": [
6
6
  "storybook",
@@ -98,14 +98,14 @@
98
98
  "@babel/preset-react": "^7.22.15",
99
99
  "@babel/preset-typescript": "^7.23.2",
100
100
  "@babel/runtime": "^7.23.2",
101
- "@storybook/addon-actions": "7.6.22",
102
- "@storybook/builder-webpack5": "7.6.22",
103
- "@storybook/core-common": "7.6.22",
104
- "@storybook/core-events": "7.6.22",
105
- "@storybook/node-logger": "7.6.22",
106
- "@storybook/preset-react-webpack": "7.6.22",
107
- "@storybook/preview-api": "7.6.22",
108
- "@storybook/react": "7.6.22",
101
+ "@storybook/addon-actions": "7.6.23",
102
+ "@storybook/builder-webpack5": "7.6.23",
103
+ "@storybook/core-common": "7.6.23",
104
+ "@storybook/core-events": "7.6.23",
105
+ "@storybook/node-logger": "7.6.23",
106
+ "@storybook/preset-react-webpack": "7.6.23",
107
+ "@storybook/preview-api": "7.6.23",
108
+ "@storybook/react": "7.6.23",
109
109
  "@types/node": "^18.0.0",
110
110
  "@types/semver": "^7.3.4",
111
111
  "css-loader": "^6.7.3",