@plasmicapp/host
Advanced tools
Comparing version 1.0.210 to 1.0.211
@@ -6,2 +6,4 @@ 'use client'; | ||
import * as ReactDOM from 'react-dom'; | ||
import * as jsxDevRuntime from 'react/jsx-dev-runtime'; | ||
import * as jsxRuntime from 'react/jsx-runtime'; | ||
@@ -606,3 +608,3 @@ /****************************************************************************** | ||
var hostVersion = "1.0.210"; | ||
var hostVersion = "1.0.211"; | ||
@@ -617,3 +619,3 @@ var _a; | ||
// console.log("Plasmic: Setting up app host dependencies"); | ||
root.__Sub = __assign({ React: React, ReactDOM: ReactDOM, PlasmicQuery: PlasmicQuery, hostModule: hostModule, hostVersion: hostVersion, hostUtils: { | ||
root.__Sub = __assign({ React: React, ReactDOM: ReactDOM, jsxRuntime: jsxRuntime, jsxDevRuntime: jsxDevRuntime, PlasmicQuery: PlasmicQuery, hostModule: hostModule, hostVersion: hostVersion, hostUtils: { | ||
setPlasmicRootNode: setPlasmicRootNode, | ||
@@ -620,0 +622,0 @@ registerRenderErrorListener: registerRenderErrorListener, |
@@ -7,2 +7,4 @@ 'use client'; | ||
var ReactDOM = require('react-dom'); | ||
var jsxDevRuntime = require('react/jsx-dev-runtime'); | ||
var jsxRuntime = require('react/jsx-runtime'); | ||
@@ -29,2 +31,4 @@ function _interopNamespaceDefault(e) { | ||
var ReactDOM__namespace = /*#__PURE__*/_interopNamespaceDefault(ReactDOM); | ||
var jsxDevRuntime__namespace = /*#__PURE__*/_interopNamespaceDefault(jsxDevRuntime); | ||
var jsxRuntime__namespace = /*#__PURE__*/_interopNamespaceDefault(jsxRuntime); | ||
@@ -629,3 +633,3 @@ /****************************************************************************** | ||
var hostVersion = "1.0.210"; | ||
var hostVersion = "1.0.211"; | ||
@@ -640,3 +644,3 @@ var _a; | ||
// console.log("Plasmic: Setting up app host dependencies"); | ||
root.__Sub = __assign({ React: React__namespace, ReactDOM: ReactDOM__namespace, PlasmicQuery: PlasmicQuery__namespace, hostModule: hostModule, hostVersion: hostVersion, hostUtils: { | ||
root.__Sub = __assign({ React: React__namespace, ReactDOM: ReactDOM__namespace, jsxRuntime: jsxRuntime__namespace, jsxDevRuntime: jsxDevRuntime__namespace, PlasmicQuery: PlasmicQuery__namespace, hostModule: hostModule, hostVersion: hostVersion, hostUtils: { | ||
setPlasmicRootNode: setPlasmicRootNode, | ||
@@ -643,0 +647,0 @@ registerRenderErrorListener: registerRenderErrorListener, |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.210"; | ||
export declare const hostVersion = "1.0.211"; |
{ | ||
"name": "@plasmicapp/host", | ||
"version": "1.0.210", | ||
"version": "1.0.211", | ||
"description": "plasmic library for app hosting", | ||
@@ -69,3 +69,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "7f923856013e0efa4eb893fa16c2f48bd4edc9c3" | ||
"gitHead": "93119895a0d403158e497a0abdccdcb24d670fb7" | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.210"; | ||
export declare const hostVersion = "1.0.211"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.210"; | ||
export declare const hostVersion = "1.0.211"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.210"; | ||
export declare const hostVersion = "1.0.211"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.210"; | ||
export declare const hostVersion = "1.0.211"; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.210"; | ||
export declare const hostVersion = "1.0.211"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
562231
9577