@iframe-resizer/vue 5.2.2 → 5.2.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/LICENSE CHANGED
@@ -2,7 +2,7 @@ Iframe Resizer Version 5
2
2
 
3
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 information on commercial licensing contact dave@bradshaw.net
5
+ For more information on commercial licensing see https://iframe-resizer.com/pricing/
6
6
 
7
7
  --
8
8
 
package/README.md CHANGED
@@ -22,4 +22,4 @@ yarn add @iframe-resizer/vue
22
22
 
23
23
  ---
24
24
 
25
- _iframe-resizer version 5.2.2 2024-08-01 - 16:05:39.657Z_
25
+ _iframe-resizer version 5.2.3 2024-08-05 - 15:01:03.526Z_
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/vue 5.2.2 (cjs) - 2024-08-01
4
+ * @module iframe-resizer/vue 5.2.3 (cjs) - 2024-08-05
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/vue 5.2.2 (esm) - 2024-08-01
4
+ * @module iframe-resizer/vue 5.2.3 (esm) - 2024-08-05
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.umd.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/vue 5.2.2 (umd) - 2024-08-01
4
+ * @module iframe-resizer/vue 5.2.3 (umd) - 2024-08-05
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@iframe-resizer/vue",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
@@ -44,6 +44,6 @@
44
44
  "vue"
45
45
  ],
46
46
  "dependencies": {
47
- "@iframe-resizer/core": "5.2.2"
47
+ "@iframe-resizer/core": "5.2.3"
48
48
  }
49
49
  }