@retter/sdk 0.7.3 → 0.8.0-development

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/README.MD CHANGED
@@ -37,6 +37,9 @@ interface RetterClientConfig {
37
37
  region?: RetterRegion
38
38
  platform?: string
39
39
  culture?: string
40
+ memoryCache?: { // use it only in non-browser environments
41
+ enabled: boolean
42
+ }
40
43
  }
41
44
  ```
42
45