@walkeros/storybook-addon 0.3.0 → 0.4.0

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -183,7 +183,7 @@ export default {
183
183
 
184
184
  ## License
185
185
 
186
- MIT © [elbwalker GmbH](https://www.elbwalker.com)
186
+ MIT © [elbwalker GmbH](https://www.walkeros.io)
187
187
 
188
188
  ## Links
189
189
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/storybook-addon",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
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",
@@ -121,6 +121,6 @@
121
121
  "web-components",
122
122
  "html"
123
123
  ],
124
- "icon": "https://www.elbwalker.com/img/elbwalker_logo.png"
124
+ "icon": "https://www.walkeros.io/img/elbwalker_logo.png"
125
125
  }
126
126
  }