@plasmicapp/loader-react 1.0.202 → 1.0.203

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
@@ -11,6 +11,7 @@ export interface InitOptions {
11
11
  preview?: boolean;
12
12
  host?: string;
13
13
  onClientSideFetch?: 'warn' | 'error';
14
+ i18nKeyScheme?: 'content' | 'hash';
14
15
  /**
15
16
  * By default, fetchComponentData() and fetchPages() calls cached in memory
16
17
  * with the PlasmicComponentLoader instance. If alwaysFresh is true, then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/loader-react",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "module": "dist/loader-react.esm.js",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -22,10 +22,10 @@
22
22
  "analyze": "size-limit --why"
23
23
  },
24
24
  "dependencies": {
25
- "@plasmicapp/data-sources-context": "^0.1.2",
26
- "@plasmicapp/host": "1.0.92",
27
- "@plasmicapp/loader-core": "1.0.89",
28
- "@plasmicapp/loader-splits": "1.0.19",
25
+ "@plasmicapp/data-sources-context": "0.1.3",
26
+ "@plasmicapp/host": "1.0.93",
27
+ "@plasmicapp/loader-core": "1.0.90",
28
+ "@plasmicapp/loader-splits": "1.0.20",
29
29
  "@plasmicapp/query": "0.1.58",
30
30
  "@plasmicapp/react-ssr-prepass": "2.0.0",
31
31
  "pascalcase": "^1.0.0",
@@ -75,5 +75,5 @@
75
75
  "typescript": "^4.3.2"
76
76
  },
77
77
  "license": "MIT",
78
- "gitHead": "79d47b209f2166dc80c5bb5f24491e0b8cbc02a4"
78
+ "gitHead": "e282c9cca3a168a822b34a1a5e6de3a6a072c00f"
79
79
  }