@iframe-resizer/vue 5.4.6-beta.3 → 5.4.6-beta.4

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/README.md CHANGED
@@ -11,7 +11,7 @@ __See [iframe-resizer.com](https://iframe-resizer.com) for details.__
11
11
  Using npm:
12
12
 
13
13
  ```bash
14
- npm install @iframe-resizer/vue --save
14
+ npm install @iframe-resizer/vue
15
15
  ```
16
16
 
17
17
  or using yarn:
@@ -22,4 +22,4 @@ yarn add @iframe-resizer/vue
22
22
 
23
23
  ---
24
24
 
25
- _iframe-resizer version 5.4.6-beta.3 2025-04-23 - 20:02:10.315Z_
25
+ _iframe-resizer version 5.4.6-beta.4 2025-04-24 - 10:36:07.586Z_
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/vue 5.4.6-beta.3 (cjs) - 2025-04-23
4
+ * @module iframe-resizer/vue 5.4.6-beta.4 (cjs) - 2025-04-24
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
package/index.esm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/vue 5.4.6-beta.3 (esm) - 2025-04-23
4
+ * @module iframe-resizer/vue 5.4.6-beta.4 (esm) - 2025-04-24
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
package/index.umd.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/vue 5.4.6-beta.3 (umd) - 2025-04-23
4
+ * @module iframe-resizer/vue 5.4.6-beta.4 (umd) - 2025-04-24
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iframe-resizer/vue",
3
- "version": "5.4.6-beta.3",
3
+ "version": "5.4.6-beta.4",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
@@ -44,7 +44,7 @@
44
44
  "vue"
45
45
  ],
46
46
  "dependencies": {
47
- "@iframe-resizer/core": "5.4.6-beta.3",
47
+ "@iframe-resizer/core": "5.4.6-beta.4",
48
48
  "auto-console-group": "1.2.9"
49
49
  }
50
50
  }