@plasmicapp/react-web-runtime 0.0.84 → 0.0.86
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/jsx-dev-runtime/dist/react-web-runtime-jsx-dev-runtime.cjs.js +1 -1
- package/jsx-dev-runtime/dist/react-web-runtime-jsx-dev-runtime.esm.js +1 -1
- package/jsx-runtime/dist/react-web-runtime-jsx-runtime.cjs.js +1 -1
- package/jsx-runtime/dist/react-web-runtime-jsx-runtime.esm.js +1 -1
- package/package.json +3 -3
|
@@ -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.
|
|
3
|
+
"version": "0.0.86",
|
|
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.
|
|
17
|
+
"@plasmicapp/react-web": "0.2.366",
|
|
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": "
|
|
27
|
+
"gitHead": "7f923856013e0efa4eb893fa16c2f48bd4edc9c3"
|
|
28
28
|
}
|