@iframe-resizer/jquery 5.0.0 → 5.0.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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@iframe-resizer/jquery",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
7
7
  "name": "David J. Bradshaw",
8
- "email": "dave@bradshaw.net"
8
+ "email": "info@iframe-resizer.com"
9
9
  },
10
10
  "description": "Keep same and cross domain iFrames sized to their content.",
11
11
  "github": "https://github.com/davidjbradshaw/iframe-resizer",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "funding": {
17
17
  "type": "individual",
18
- "url": "https://iframe-resizer.com/licenses/"
18
+ "url": "https://iframe-resizer.com/pricing/"
19
19
  },
20
20
  "main": "index.cjs.js",
21
21
  "module": "index.esm.js",
@@ -24,23 +24,21 @@
24
24
  "iframe",
25
25
  "Resizing",
26
26
  "Resizer",
27
- "auto-height",
28
- "iframe-auto-height",
29
- "height-iframe",
30
- "responsive-iframes",
31
- "Cross-Domain",
27
+ "resize",
28
+ "cross",
29
+ "same",
30
+ "domain",
32
31
  "width",
32
+ "height",
33
33
  "postMessage",
34
34
  "mutationObserver",
35
35
  "resizeObserver",
36
36
  "RWD",
37
- "autoheight",
38
37
  "CrossDomain",
39
- "heightiframe",
40
- "responsiveiframes",
38
+ "responsive",
41
39
  "jquery"
42
40
  ],
43
41
  "dependencies": {
44
- "@iframe-resizer/core": "5.0.0"
42
+ "@iframe-resizer/core": "5.0.2"
45
43
  }
46
44
  }
package/FUNDING.md DELETED
@@ -1,5 +0,0 @@
1
- # Donate to Iframe-Resizer
2
-
3
- Iframe-resizer is the result of many 100s of hours of work, if you would like to join others in showing support for the development of this project, then please feel free to buy me a coffee.
4
-
5
- <a href="https://www.buymeacoffee.com/davidjbradshaw " target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>