@walkeros/storybook-addon 4.1.2 → 4.1.3-next-1780071196115
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.
- package/CHANGELOG.md +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @walkeros/storybook-addon
|
|
2
2
|
|
|
3
|
+
## 4.1.3-next-1780071196115
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [908d6f0]
|
|
8
|
+
- Updated dependencies [3eb2467]
|
|
9
|
+
- @walkeros/collector@4.1.3-next-1780071196115
|
|
10
|
+
- @walkeros/core@4.1.3-next-1780071196115
|
|
11
|
+
- @walkeros/web-source-browser@4.1.3-next-1780071196115
|
|
12
|
+
- @walkeros/web-core@4.1.3-next-1780071196115
|
|
13
|
+
|
|
3
14
|
## 4.1.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/storybook-addon",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3-next-1780071196115",
|
|
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.1.
|
|
66
|
-
"@walkeros/core": "4.1.
|
|
67
|
-
"@walkeros/web-core": "4.1.
|
|
68
|
-
"@walkeros/web-source-browser": "4.1.
|
|
65
|
+
"@walkeros/collector": "4.1.3-next-1780071196115",
|
|
66
|
+
"@walkeros/core": "4.1.3-next-1780071196115",
|
|
67
|
+
"@walkeros/web-core": "4.1.3-next-1780071196115",
|
|
68
|
+
"@walkeros/web-source-browser": "4.1.3-next-1780071196115"
|
|
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": "^5.1.2",
|
|
77
|
-
"@walkeros/config": "4.1.
|
|
77
|
+
"@walkeros/config": "4.1.3-next-1780071196115",
|
|
78
78
|
"auto": "^11.3.6",
|
|
79
79
|
"boxen": "^8.0.1",
|
|
80
80
|
"npm-run-all2": "^8.0.4",
|