@iframe-resizer/react 5.0.0-RC.1 → 5.0.0-RC.3

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
@@ -22,4 +22,4 @@ yarn add @iframe-resizer/react
22
22
 
23
23
  ---
24
24
 
25
- _iframe-resizer version 5.0.0-RC.1 2024-05-15 - 14:20:50.912Z_
25
+ _iframe-resizer version 5.0.0-RC.3 2024-05-17 - 13:59:58.176Z_
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.0.0-RC.1 (cjs) - 2024-05-15
4
+ * @module iframe-resizer/react 5.0.0-RC.3 (cjs) - 2024-05-17
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.0.0-RC.1 (esm) - 2024-05-15
4
+ * @module iframe-resizer/react 5.0.0-RC.3 (esm) - 2024-05-17
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,21 +1,21 @@
1
1
  {
2
2
  "name": "@iframe-resizer/react",
3
- "version": "5.0.0-RC.1",
3
+ "version": "5.0.0-RC.3",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
7
7
  "name": "David J. Bradshaw",
8
8
  "email": "dave@bradshaw.net"
9
9
  },
10
- "description": "Keep same and cross domain iFrames sized to their content with support for window/content resizing, and multiple iFrames.",
10
+ "description": "Keep same and cross domain iFrames sized to their content.",
11
11
  "github": "https://github.com/davidjbradshaw/iframe-resizer",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/davidjbradshaw/iframe-resizer.git"
14
+ "url": "git+https://github.com/davidjbradshaw/iframe-resizer.git"
15
15
  },
16
16
  "funding": {
17
17
  "type": "individual",
18
- "url": "https://github.com/davidjbradshaw/iframe-resizer/blob/master/FUNDING.md"
18
+ "url": "https://iframe-resizer.com/licenses/"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -45,7 +45,7 @@
45
45
  "react"
46
46
  ],
47
47
  "dependencies": {
48
- "@iframe-resizer/core": "5.0.0-RC.1",
48
+ "@iframe-resizer/core": "5.0.0-RC.3",
49
49
  "warning": "^4.0.3"
50
50
  }
51
51
  }