@iframe-resizer/react 5.5.4-beta.2 → 5.5.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
@@ -4,9 +4,10 @@
4
4
 
5
5
  # @iframe-resizer/react
6
6
 
7
- 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.
7
+ This package is part of the __[iframe-resizer](https://iframe-resizer.com)__ library, which automatically resizes the height and width of both same-origin and cross-origin iframes to match their content. It also includes a range of features designed to address common issues associated with using iframes.
8
8
 
9
- __See [iframe-resizer.com](https://iframe-resizer.com) for details.__
9
+
10
+ __For more information, visit [iframe-resizer.com](https://iframe-resizer.com).__
10
11
 
11
12
  ## Install
12
13
 
@@ -24,4 +25,4 @@ yarn add @iframe-resizer/react
24
25
 
25
26
  ---
26
27
 
27
- _iframe-resizer version 5.5.4-beta.2 2025-08-26 - 14:11:59.344Z_
28
+ _iframe-resizer version 5.5.4 2025-08-27 - 10:39:21.596Z_
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.5.4-beta.2 (cjs) - 2025-08-26
4
+ * @module iframe-resizer/react 5.5.4 (cjs) - 2025-08-27
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/react 5.5.4-beta.2 (esm) - 2025-08-26
4
+ * @module iframe-resizer/react 5.5.4 (esm) - 2025-08-27
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/react",
3
- "version": "5.5.4-beta.2",
3
+ "version": "5.5.4",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@babel/runtime": "^7.28.3",
42
- "@iframe-resizer/core": "5.5.4-beta.2",
42
+ "@iframe-resizer/core": "5.5.4",
43
43
  "auto-console-group": "1.2.10"
44
44
  }
45
45
  }