@plasmicapp/host
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -19,2 +19,6 @@ /// <reference types="react" /> | ||
/** | ||
* The description of the context to be shown in Studio. | ||
*/ | ||
description?: string; | ||
/** | ||
* The javascript name to be used when generating code. Optional: if not | ||
@@ -21,0 +25,0 @@ * provided, `meta.name` is used. |
{ | ||
"name": "@plasmicapp/host", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "plasmic library for app hosting", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@plasmicapp/preamble": "0.0.58", | ||
"@plasmicapp/preamble": "0.0.59", | ||
"window-or-global": "^1.0.1" | ||
@@ -36,0 +36,0 @@ }, |
@@ -19,2 +19,6 @@ /// <reference types="react" /> | ||
/** | ||
* The description of the context to be shown in Studio. | ||
*/ | ||
description?: string; | ||
/** | ||
* The javascript name to be used when generating code. Optional: if not | ||
@@ -21,0 +25,0 @@ * provided, `meta.name` is used. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
227380
2208
+ Added@plasmicapp/preamble@0.0.59(transitive)
- Removed@plasmicapp/preamble@0.0.58(transitive)
Updated@plasmicapp/preamble@0.0.59