@plasmicapp/loader-react 1.0.50 → 1.0.51

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/dist/prepass.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import { DataCacheEntry } from '@plasmicapp/query';
2
1
  import React from 'react';
3
2
  /**
4
3
  * Performs a prepass over Plasmic content, kicking off the necessary
@@ -41,4 +40,4 @@ export declare function extractPlasmicQueryData(element: React.ReactElement): Pr
41
40
  * Runs react-ssr-prepass on `element`, while isolating rendering errors
42
41
  * as much as possible for each PlasmicComponent instance.
43
42
  */
44
- export declare function plasmicPrepass(element: React.ReactElement, plasmicCache?: Record<string, DataCacheEntry<any>>): Promise<void>;
43
+ export declare function plasmicPrepass(element: React.ReactElement): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/loader-react",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "module": "dist/loader-react.esm.js",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",