@iframe-resizer/react 6.0.0-beta.1 → 6.0.0-beta.2
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
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
9
|
|
|
10
|
-
__For more information, visit [iframe-resizer.com](https://iframe-resizer.com).__
|
|
10
|
+
__For more information, please visit [iframe-resizer.com](https://iframe-resizer.com).__
|
|
11
11
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
@@ -25,4 +25,4 @@ yarn add @iframe-resizer/react
|
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
|
28
|
-
_iframe-resizer version 6.0.0-beta.
|
|
28
|
+
_iframe-resizer version 6.0.0-beta.2 2026-04-08 - 17:04:14.048Z_
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iframe-resizer/react",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.2",
|
|
4
4
|
"license": "GPL-3.0",
|
|
5
5
|
"homepage": "https://iframe-resizer.com",
|
|
6
6
|
"author": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@iframe-resizer/core": "6.0.0-beta.
|
|
41
|
+
"@iframe-resizer/core": "6.0.0-beta.2",
|
|
42
42
|
"auto-console-group": "1.3.0",
|
|
43
43
|
"react": "^19.2.4"
|
|
44
44
|
}
|