@aspectly/web 2.0.10 → 2.0.11

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aspectly/web",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Web/iframe integration for Aspectly bridge - React hooks for embedding and communicating with iframes",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -49,7 +49,7 @@
49
49
  "react": ">=17.0.0"
50
50
  },
51
51
  "dependencies": {
52
- "@aspectly/core": "2.0.10"
52
+ "@aspectly/core": "2.0.11"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/react": "^18.2.0",