@plasmicpkgs/lottie-react 0.0.136 → 0.0.139

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/dist/Lottie.d.ts +0 -1
  2. package/package.json +3 -3
package/dist/Lottie.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ComponentMeta } from "@plasmicapp/host";
3
2
  import registerComponent from "@plasmicapp/host/registerComponent";
4
3
  export declare const CheckExample: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/lottie-react",
3
- "version": "0.0.136",
3
+ "version": "0.0.139",
4
4
  "description": "Plasmic registration call for the HTML5 video element",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "analyze": "size-limit --why"
29
29
  },
30
30
  "devDependencies": {
31
- "@plasmicapp/host": "1.0.151",
31
+ "@plasmicapp/host": "1.0.154",
32
32
  "@size-limit/preset-small-lib": "^4.11.0",
33
33
  "@types/node": "^14.0.26",
34
34
  "size-limit": "^4.11.0",
@@ -43,5 +43,5 @@
43
43
  "react": ">=16.8.0",
44
44
  "react-dom": ">=16.8.0"
45
45
  },
46
- "gitHead": "35d4595c6d82b47128fdb0c536fab54d7bbc609f"
46
+ "gitHead": "98f55a13c36ec563fe7e8f286167d0c3f241fee8"
47
47
  }