@storybook/html-webpack5 0.0.0-pr-28797-sha-e221ee7e → 0.0.0-pr-29012-sha-dea51a74

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.mjs +0 -6
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -1,7 +1 @@
1
- import ESM_COMPAT_Module from 'node:module';
2
- import { fileURLToPath } from 'node:url';
3
- import { dirname } from 'node:path';
4
1
 
5
- const __filename = fileURLToPath(import.meta.url);
6
- dirname(__filename);
7
- ESM_COMPAT_Module.createRequire(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-28797-sha-e221ee7e",
3
+ "version": "0.0.0-pr-29012-sha-dea51a74",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,17 +47,17 @@
47
47
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "0.0.0-pr-28797-sha-e221ee7e",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-29012-sha-dea51a74",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/html": "0.0.0-pr-28797-sha-e221ee7e",
53
- "@storybook/preset-html-webpack": "0.0.0-pr-28797-sha-e221ee7e",
52
+ "@storybook/html": "0.0.0-pr-29012-sha-dea51a74",
53
+ "@storybook/preset-html-webpack": "0.0.0-pr-29012-sha-dea51a74",
54
54
  "@types/node": "^22.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "typescript": "^5.3.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "storybook": "^0.0.0-pr-28797-sha-e221ee7e"
60
+ "storybook": "^0.0.0-pr-29012-sha-dea51a74"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=18.0.0"