@plasmicapp/loader-react 1.0.206 → 1.0.208

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/loader.d.ts CHANGED
@@ -44,7 +44,7 @@ export declare type FetchPagesOpts = {
44
44
  export declare class InternalPlasmicComponentLoader {
45
45
  private opts;
46
46
  private readonly reactServerLoader;
47
- private registry;
47
+ private readonly registry;
48
48
  private subs;
49
49
  private roots;
50
50
  private globalVariants;
@@ -44,7 +44,7 @@ export declare type FetchPagesOpts = {
44
44
  export declare class InternalPlasmicComponentLoader {
45
45
  private opts;
46
46
  private readonly reactServerLoader;
47
- private registry;
47
+ private readonly registry;
48
48
  private subs;
49
49
  private roots;
50
50
  private globalVariants;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/loader-react",
3
- "version": "1.0.206",
3
+ "version": "1.0.208",
4
4
  "module": "dist/loader-react.esm.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53,8 +53,8 @@
53
53
  "dependencies": {
54
54
  "@plasmicapp/data-sources-context": "0.1.4",
55
55
  "@plasmicapp/host": "1.0.94",
56
- "@plasmicapp/loader-core": "1.0.92",
57
- "@plasmicapp/loader-splits": "1.0.22",
56
+ "@plasmicapp/loader-core": "1.0.94",
57
+ "@plasmicapp/loader-splits": "1.0.23",
58
58
  "@plasmicapp/query": "0.1.59",
59
59
  "@plasmicapp/react-ssr-prepass": "2.0.0",
60
60
  "pascalcase": "^1.0.0",
@@ -113,5 +113,5 @@
113
113
  "typescript": "^4.3.2"
114
114
  },
115
115
  "license": "MIT",
116
- "gitHead": "1c887fa678139c20811ff9941a40eef8e7aaa50b"
116
+ "gitHead": "efbeab79fc47f510321095be368cc2d25781b9ba"
117
117
  }