storybook 8.3.0-alpha.1 → 8.3.0-alpha.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.
@@ -0,0 +1 @@
1
+ module.exports = require('@storybook/core/manager/globals');
@@ -0,0 +1,2 @@
1
+ export * from '@storybook/core/manager/globals';
2
+ export type * from '@storybook/core/manager/globals';
@@ -0,0 +1 @@
1
+ export * from '@storybook/core/manager/globals';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook",
3
- "version": "8.3.0-alpha.1",
3
+ "version": "8.3.0-alpha.2",
4
4
  "description": "Storybook's CLI - install, dev, build, upgrade, and more",
5
5
  "keywords": [
6
6
  "cli",
@@ -167,6 +167,11 @@
167
167
  "types": "./core/preview/globals.d.ts",
168
168
  "import": "./core/preview/globals.js",
169
169
  "require": "./core/preview/globals.cjs"
170
+ },
171
+ "./internal/manager/globals": {
172
+ "types": "./core/manager/globals.d.ts",
173
+ "import": "./core/manager/globals.js",
174
+ "require": "./core/manager/globals.cjs"
170
175
  }
171
176
  },
172
177
  "main": "dist/index.cjs",
@@ -219,6 +224,9 @@
219
224
  "internal/manager-errors": [
220
225
  "./core/manager-errors.d.ts"
221
226
  ],
227
+ "internal/manager/globals": [
228
+ "./core/manager/globals.d.ts"
229
+ ],
222
230
  "internal/manager/globals-module-info": [
223
231
  "./core/manager/globals-module-info.d.ts"
224
232
  ],
@@ -287,8 +295,8 @@
287
295
  "dependencies": {
288
296
  "@babel/core": "^7.24.4",
289
297
  "@babel/types": "^7.24.0",
290
- "@storybook/codemod": "8.3.0-alpha.1",
291
- "@storybook/core": "8.3.0-alpha.1",
298
+ "@storybook/codemod": "8.3.0-alpha.2",
299
+ "@storybook/core": "8.3.0-alpha.2",
292
300
  "@types/semver": "^7.3.4",
293
301
  "@yarnpkg/fslib": "2.10.3",
294
302
  "@yarnpkg/libzip": "2.3.0",