@walkeros/storybook-addon 4.2.0 → 4.2.1-next-1781526381392

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/CHANGELOG.md +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @walkeros/storybook-addon
2
2
 
3
+ ## 4.2.1-next-1781526381392
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5cbcd23]
8
+ - @walkeros/core@4.2.1-next-1781526381392
9
+ - @walkeros/collector@4.2.1-next-1781526381392
10
+ - @walkeros/web-core@4.2.1-next-1781526381392
11
+ - @walkeros/web-source-browser@4.2.1-next-1781526381392
12
+
3
13
  ## 4.2.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/storybook-addon",
3
- "version": "4.2.0",
3
+ "version": "4.2.1-next-1781526381392",
4
4
  "description": "Visualize, debug, and validate walkerOS event tracking in your Storybook stories. Real-time event capture with visual DOM highlighting for data-attribute based tagging.",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -62,10 +62,10 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@storybook/icons": "^2.0.1",
65
- "@walkeros/collector": "4.2.0",
66
- "@walkeros/core": "4.2.0",
67
- "@walkeros/web-core": "4.2.0",
68
- "@walkeros/web-source-browser": "4.2.0"
65
+ "@walkeros/collector": "4.2.1-next-1781526381392",
66
+ "@walkeros/core": "4.2.1-next-1781526381392",
67
+ "@walkeros/web-core": "4.2.1-next-1781526381392",
68
+ "@walkeros/web-source-browser": "4.2.1-next-1781526381392"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@storybook/addon-docs": "^10.1.9",
@@ -74,7 +74,7 @@
74
74
  "@types/react": "^19.2.7",
75
75
  "@types/react-dom": "^19.2.3",
76
76
  "@vitejs/plugin-react": "^6.0.2",
77
- "@walkeros/config": "4.2.0",
77
+ "@walkeros/config": "4.2.1-next-1781526381392",
78
78
  "auto": "^11.3.6",
79
79
  "boxen": "^8.0.1",
80
80
  "npm-run-all2": "^8.0.4",