@storybook/web-components 10.2.0-alpha.1 → 10.2.0-alpha.3

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/preset.js +6 -6
  2. package/package.json +2 -6
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_unytb7673h from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_unytb7673h from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_unytb7673h from "node:module";
1
+ import CJS_COMPAT_NODE_URL_vop9v75lo1f from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_vop9v75lo1f from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_vop9v75lo1f from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_unytb7673h.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_unytb7673h.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_unytb7673h.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_vop9v75lo1f.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_vop9v75lo1f.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_vop9v75lo1f.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components",
3
- "version": "10.2.0-alpha.1",
3
+ "version": "10.2.0-alpha.3",
4
4
  "description": "Storybook Web Components renderer: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -45,10 +45,6 @@
45
45
  "*.d.ts",
46
46
  "!src/**/*"
47
47
  ],
48
- "scripts": {
49
- "check": "jiti ../../../scripts/check/check-package.ts",
50
- "prep": "jiti ../../../scripts/build/build-package.ts"
51
- },
52
48
  "dependencies": {
53
49
  "@storybook/global": "^5.0.0",
54
50
  "tiny-invariant": "^1.3.1",
@@ -66,7 +62,7 @@
66
62
  },
67
63
  "peerDependencies": {
68
64
  "lit": "^2.0.0 || ^3.0.0",
69
- "storybook": "^10.2.0-alpha.1"
65
+ "storybook": "^10.2.0-alpha.3"
70
66
  },
71
67
  "publishConfig": {
72
68
  "access": "public"