@iframe-resizer/child 5.0.0-alpha.1 → 5.0.0-alpha.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/README.md CHANGED
@@ -1,6 +1,11 @@
1
- ## @iframe-resizer/child
1
+ # @iframe-resizer/child
2
2
 
3
- This is package is part of [iframe-resizer](http://davidjbradshaw.github.io/iframe-resizer/).
3
+ > _Keep same and cross domain iframes sized to their content_
4
4
 
5
- --
6
- _ iframe-resizer version 5.0.0-alpha.1 2024-04-12 - 13:11:29.509Z _
5
+ This package is an alpha release of version 5 of _iframe-resizer_ for the production version see the [iframe-resizer](/package/iframe-resizer) package.
6
+
7
+ Alpha version 5 docs: http://davidjbradshaw.github.io/iframe-resizer-docs/.
8
+
9
+ ---
10
+
11
+ _iframe-resizer version 5.0.0-alpha.2 2024-04-13 - 19:57:50.033Z_
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/child 5.0.0-alpha.1 (cjs) - 2024-04-12
4
+ * @module iframe-resizer/child 5.0.0-alpha.2 (cjs) - 2024-04-13
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/child 5.0.0-alpha.1 (esm) - 2024-04-12
4
+ * @module iframe-resizer/child 5.0.0-alpha.2 (esm) - 2024-04-13
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/child 5.0.0-alpha.1 (umd) - 2024-04-12
4
+ * @module iframe-resizer/child 5.0.0-alpha.2 (umd) - 2024-04-13
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,8 +1,7 @@
1
1
  {
2
2
  "name": "@iframe-resizer/child",
3
- "version": "5.0.0-alpha.1",
3
+ "version": "5.0.0-alpha.2",
4
4
  "license": "GPL-3.0",
5
- "private": false,
6
5
  "homepage": "https://iframeresizer.com",
7
6
  "author": {
8
7
  "name": "David J. Bradshaw",
@@ -18,9 +17,9 @@
18
17
  "type": "individual",
19
18
  "url": "https://github.com/davidjbradshaw/iframe-resizer/blob/master/FUNDING.md"
20
19
  },
21
- "main": "iframe-resizer.child.cjs.js",
22
- "module": "iframe-resizer.child.esm.js",
23
- "browser": "iframe-resizer.child.umd.js",
20
+ "main": "index.cjs.js",
21
+ "module": "index.esm.js",
22
+ "browser": "index.umd.js",
24
23
  "keywords": [
25
24
  "iFrame",
26
25
  "Resizing",