@plasmicapp/react-web-runtime 0.0.83 → 0.0.85

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.
@@ -36,7 +36,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
36
36
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37
37
  PERFORMANCE OF THIS SOFTWARE.
38
38
  ***************************************************************************** */
39
- /* global Reflect, Promise, SuppressedError, Symbol */
39
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
40
40
 
41
41
 
42
42
  function __rest(s, e) {
@@ -15,7 +15,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
15
15
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
16
  PERFORMANCE OF THIS SOFTWARE.
17
17
  ***************************************************************************** */
18
- /* global Reflect, Promise, SuppressedError, Symbol */
18
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
19
19
 
20
20
 
21
21
  function __rest(s, e) {
@@ -36,7 +36,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
36
36
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37
37
  PERFORMANCE OF THIS SOFTWARE.
38
38
  ***************************************************************************** */
39
- /* global Reflect, Promise, SuppressedError, Symbol */
39
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
40
40
 
41
41
 
42
42
  function __rest(s, e) {
@@ -15,7 +15,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
15
15
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
16
  PERFORMANCE OF THIS SOFTWARE.
17
17
  ***************************************************************************** */
18
- /* global Reflect, Promise, SuppressedError, Symbol */
18
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
19
19
 
20
20
 
21
21
  function __rest(s, e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web-runtime",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "files": [
5
5
  "jsx-runtime",
6
6
  "jsx-dev-runtime"
@@ -14,7 +14,7 @@
14
14
  "prepublishOnly": "npm run build"
15
15
  },
16
16
  "devDependencies": {
17
- "@plasmicapp/react-web": "0.2.363",
17
+ "@plasmicapp/react-web": "0.2.365",
18
18
  "@rollup/plugin-commonjs": "^25.0.7",
19
19
  "@rollup/plugin-node-resolve": "^15.2.3",
20
20
  "@rollup/plugin-replace": "^5.0.4",
@@ -24,5 +24,5 @@
24
24
  "rollup-plugin-terser": "^7.0.2",
25
25
  "rollup-plugin-typescript2": "^0.36.0"
26
26
  },
27
- "gitHead": "85e05d4e3d7b8a02f25b1c96280888fdd3b1ce47"
27
+ "gitHead": "f3c2286761d7de16d2b3b1c45a8cedd5df909c85"
28
28
  }