@iframe-resizer/vue 5.5.2-beta.8 → 5.5.2-beta.9

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
@@ -1,8 +1,9 @@
1
- [<img src="https://iframe-resizer.com/logo-full.svg" alt="" title="" style="margin-bottom: -20px">](https://iframe-resizer.com)
2
-
1
+ <p align="center"><br>
2
+ <img src="https://iframe-resizer.com/logo-full.svg" alt="iframe-resizer - keep iframes sized to their content" title="" width="80%" style="width: 80%">
3
+ <p><br>
3
4
  # @iframe-resizer/vue
4
5
 
5
- This package is part of __[iframe-resizer](https://iframe-resizer.com)__, a library that enables the automatic resizing of the height and width of both same and cross domain iframes to fit their contained content. It also provides a range of features to address the most common issues with using iframes.
6
+ This package is part of __[iframe-resizer](https://iframe-resizer.com)__, a library that enables the automatic resizing of the height and width of both same and cross origin iframes to fit their contained content. Additionally it provides a range of features to address the most common issues with using iframes.
6
7
 
7
8
  __See [iframe-resizer.com](https://iframe-resizer.com) for details.__
8
9
 
@@ -22,4 +23,4 @@ yarn add @iframe-resizer/vue
22
23
 
23
24
  ---
24
25
 
25
- _iframe-resizer version 5.5.2-beta.8 2025-08-05 - 18:56:10.009Z_
26
+ _iframe-resizer version 5.5.2-beta.9 2025-08-06 - 13:12:34.947Z_
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/vue 5.5.2-beta.8 (cjs) - 2025-08-05
4
+ * @module iframe-resizer/vue 5.5.2-beta.9 (cjs) - 2025-08-06
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.5.2-beta.8 (esm) - 2025-08-05
4
+ * @module iframe-resizer/vue 5.5.2-beta.9 (esm) - 2025-08-06
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.5.2-beta.8 (umd) - 2025-08-05
4
+ * @module iframe-resizer/vue 5.5.2-beta.9 (umd) - 2025-08-06
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.5.2-beta.8",
3
+ "version": "5.5.2-beta.9",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
@@ -39,7 +39,7 @@
39
39
  "vue"
40
40
  ],
41
41
  "dependencies": {
42
- "@iframe-resizer/core": "5.5.2-beta.8",
42
+ "@iframe-resizer/core": "5.5.2-beta.9",
43
43
  "auto-console-group": "1.2.10"
44
44
  }
45
45
  }