@plasmicapp/loader-nextjs 1.0.310 → 1.0.312

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/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -20,4 +20,4 @@ export declare class NextJsPlasmicComponentLoader extends PlasmicComponentLoader
20
20
  }): Promise<Record<string, string>>;
21
21
  }
22
22
  export declare function initPlasmicLoader(opts: InitOptions): NextJsPlasmicComponentLoader;
23
- export declare function PlasmicRootProvider(props: Omit<React.ComponentProps<typeof CommonPlasmicRootProvider>, "Head">): JSX.Element;
23
+ export declare function PlasmicRootProvider(props: Omit<React.ComponentProps<typeof CommonPlasmicRootProvider>, "Head">): React.JSX.Element;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.310",
2
+ "version": "1.0.312",
3
3
  "license": "MIT",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
@@ -79,9 +79,9 @@
79
79
  "dependencies": {
80
80
  "@plasmicapp/loader-core": "1.0.107",
81
81
  "@plasmicapp/loader-edge": "1.0.36",
82
- "@plasmicapp/loader-react": "1.0.291",
82
+ "@plasmicapp/loader-react": "1.0.293",
83
83
  "@plasmicapp/watcher": "1.0.72",
84
84
  "server-only": "0.0.1"
85
85
  },
86
- "gitHead": "bf12f2268d3e2794698bee0996d4e2008b6827c5"
86
+ "gitHead": "83b92a98990acc021cc904ef919c6176e88a3238"
87
87
  }