@plasmicapp/host 1.0.35 → 1.0.36

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # @plasmicapp/host
2
+
1
3
  Plasmic is a visual page builder and web design tool that tightly integrates with your codebase.
2
4
 
3
5
  This package contains functions and type definitions to enable code components to be used in Plasmic Studio.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/host",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "plasmic library for app hosting",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "react": ">=16.8.0",
56
56
  "react-dom": ">=16.8.0"
57
57
  },
58
- "gitHead": "6b75b6dfbbb234e2ff470b5f40e4b566c65df67b"
58
+ "gitHead": "9c7331280936955121f7948a75024e3137a844f0"
59
59
  }