iframe-resizer 4.4.3 → 4.4.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
@@ -11,7 +11,7 @@ Their is now also versions of _iframe-resizer_ for React, Vue and jQuery.
11
11
  * [@iframe-resizer/vue](https://www.npmjs.com/package/@iframe-resizer/vue)
12
12
  * [@iframe-resizer/jquery](https://www.npmjs.com/package/@iframe-resizer/jquery)
13
13
 
14
- **For more details please see our new website: [https://iframe-resizer.com](https://iframe-resizer.com).**
14
+ **For more details please see: [https://iframe-resizer.com/upgrade](https://iframe-resizer.com/upgrade).**
15
15
 
16
16
  ---
17
17
  Copyright © 2013-24 [David J. Bradshaw](https://github.com/davidjbradshaw)
@@ -1,4 +1,4 @@
1
- /*! iFrame Resizer (iframeSizer.contentWindow.min.js) - v4.4.3 - 2024-07-04
1
+ /*! iFrame Resizer (iframeSizer.contentWindow.min.js) - v4.4.4 - 2024-07-04
2
2
  * Desc: Include this file in any page being loaded into an iframe
3
3
  * to force the iframe to resize to the content size.
4
4
  * Requires: iframeResizer.min.js on host page.
@@ -1,4 +1,4 @@
1
- /*! iFrame Resizer (iframeSizer.min.js ) - v4.4.3 - 2024-07-04
1
+ /*! iFrame Resizer (iframeSizer.min.js ) - v4.4.4 - 2024-07-04
2
2
  * Desc: Force cross domain iframes to size to content.
3
3
  * Requires: iframeResizer.contentWindow.min.js to be loaded into the target frame.
4
4
  * Copyright: (c) 2024 David J. Bradshaw - dave@bradshaw.net
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iframe-resizer",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
4
4
  "homepage": "https://iframe-resizer.com",
5
5
  "authors": [
6
6
  "David J. Bradshaw <dave@bradshaw.net>"
@@ -14,7 +14,7 @@
14
14
  "test": "grunt travis",
15
15
  "upgrade": "npm-check-updates -u && npm install && npm run test"
16
16
  },
17
- "description": "This package has now been split into two separate packages. Please use '@iframe-resizer/parent' and '@iframe-resizer/child' for new projects. This package will continue to be maintained for existing projects.",
17
+ "description": "This project has now been split into two separate packages. Please use '@iframe-resizer/parent' and '@iframe-resizer/child'. See https://iframe-resizer.com/upgrade for more details.",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/davidjbradshaw/iframe-resizer.git"