@storybook/types 8.2.0-alpha.2 → 8.2.0-alpha.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -2208,7 +2208,7 @@ interface CoreCommon_StorybookInfo {
2208
2208
  * const framework: Framework = '@storybook/nextjs'; // valid and will be autocompleted
2209
2209
  * const framework: Framework = path.dirname(require.resolve(path.join("@storybook/nextjs", "package.json"))) // valid
2210
2210
  */
2211
- type CompatibleString<T extends string> = T | (string & Record<string, never>);
2211
+ type CompatibleString<T extends string> = T | (string & {});
2212
2212
 
2213
2213
  interface API_BaseEntry {
2214
2214
  id: StoryId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/types",
3
- "version": "8.2.0-alpha.2",
3
+ "version": "8.2.0-alpha.4",
4
4
  "description": "Core Storybook TS Types",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,7 +44,7 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/channels": "8.2.0-alpha.2",
47
+ "@storybook/channels": "8.2.0-alpha.4",
48
48
  "@types/express": "^4.7.0",
49
49
  "file-system-cache": "2.3.0"
50
50
  },