@iframe-resizer/react 5.0.0 → 5.0.1
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/LICENSE +2 -2
- package/README.md +1 -1
- package/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +2 -2
- package/FUNDING.md +0 -5
package/LICENSE
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Iframe Resizer Version 5
|
|
2
2
|
|
|
3
|
-
This JavaScript library is Copyright © 2013-2024 David J. Bradshaw
|
|
3
|
+
This JavaScript library is Copyright © 2013-2024 David J. Bradshaw and is distributed under the GPL V3 for non-commercial use. A commercial license is available upon request.
|
|
4
4
|
|
|
5
|
-
For more
|
|
5
|
+
For more information on commercial licensing contact dave@bradshaw.net
|
|
6
6
|
|
|
7
7
|
--
|
|
8
8
|
|
package/README.md
CHANGED
package/index.cjs.js
CHANGED
package/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iframe-resizer/react",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"license": "GPL-3.0",
|
|
5
5
|
"homepage": "https://iframe-resizer.com",
|
|
6
6
|
"author": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@iframe-resizer/core": "5.0.
|
|
48
|
+
"@iframe-resizer/core": "5.0.1",
|
|
49
49
|
"warning": "^4.0.3"
|
|
50
50
|
}
|
|
51
51
|
}
|
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>
|