@iframe-resizer/react 5.0.0-alpha.4 → 5.0.0-alpha.5

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,8 +4,10 @@
4
4
 
5
5
  This package is an alpha release of version 5 of _iframe-resizer_ for the production version see the [iframe-resizer](https://www.npmjs.com/package/iframe-resizer) package.
6
6
 
7
- Alpha version 5 docs: https://iframe-resizer.github.io/docs/.
7
+ This version has an unstable API and should not be used on production sites.
8
+
9
+ Alpha version 5 docs: http://iframe-resizer.com/.
8
10
 
9
11
  ---
10
12
 
11
- _iframe-resizer version 5.0.0-alpha.4 2024-04-14 - 17:19:03.727Z_
13
+ _iframe-resizer version 5.0.0-alpha.5 2024-04-17 - 12:08:38.460Z_
package/index.cjs.js CHANGED
@@ -1,17 +1,17 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.0.0-alpha.4 (cjs) - 2024-04-14
4
+ * @module iframe-resizer/react 5.0.0-alpha.5 (cjs) - 2024-04-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
8
- * https://iframeresizer.com/pricing
8
+ * http://iframe-resizer.com/pricing
9
9
  *
10
10
  * @desciption Keep same and cross domain iFrames sized to their content
11
11
  *
12
12
  * @author David J. Bradshaw <dave@bradshaw.net>
13
13
  *
14
- * @see {@link https://iframeresizer.com}
14
+ * @see {@link http://iframe-resizer.com}
15
15
  *
16
16
  * @copyright (c) 2013 - 2024, David J. Bradshaw. All rights reserved.
17
17
  */
package/index.esm.js CHANGED
@@ -1,17 +1,17 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.0.0-alpha.4 (esm) - 2024-04-14
4
+ * @module iframe-resizer/react 5.0.0-alpha.5 (esm) - 2024-04-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
8
- * https://iframeresizer.com/pricing
8
+ * http://iframe-resizer.com/pricing
9
9
  *
10
10
  * @desciption Keep same and cross domain iFrames sized to their content
11
11
  *
12
12
  * @author David J. Bradshaw <dave@bradshaw.net>
13
13
  *
14
- * @see {@link https://iframeresizer.com}
14
+ * @see {@link http://iframe-resizer.com}
15
15
  *
16
16
  * @copyright (c) 2013 - 2024, David J. Bradshaw. All rights reserved.
17
17
  */
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@iframe-resizer/react",
3
- "version": "5.0.0-alpha.4",
3
+ "version": "5.0.0-alpha.5",
4
4
  "license": "GPL-3.0",
5
- "homepage": "https://iframeresizer.com",
5
+ "homepage": "http://iframe-resizer.com",
6
6
  "author": {
7
7
  "name": "David J. Bradshaw",
8
8
  "email": "dave@bradshaw.net"
@@ -45,7 +45,7 @@
45
45
  "react"
46
46
  ],
47
47
  "dependencies": {
48
- "@iframe-resizer/core": "5.0.0-alpha.4",
48
+ "@iframe-resizer/core": "5.0.0-alpha.5",
49
49
  "prop-types": "^15.8.1",
50
50
  "warning": "^4.0.3"
51
51
  }