@bright.global/arboretum-sdk 0.1.0-rc.8 → 0.1.0-rc.9

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.
@@ -101,7 +101,7 @@ export declare const createArboretumClientFromCdaClient: (config: Pick<Arboretum
101
101
  client: ArboretumClientT;
102
102
  warnings?: string[] | undefined;
103
103
  }>;
104
- export declare const createArboretumClientFromCdaParams: (config: Pick<ArboretumClientConfigFromCdaParamsT, "contentful" | "preview" | "options">) => Promise<{
104
+ export declare const createArboretumClientFromCdaParams: (config: Pick<ArboretumClientConfigFromCdaParamsT, "contentful" | "preview" | "options" | "hosts">) => Promise<{
105
105
  client: ArboretumClientT;
106
106
  warnings?: string[] | undefined;
107
107
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bright.global/arboretum-sdk",
3
- "version": "0.1.0-rc.8",
3
+ "version": "0.1.0-rc.9",
4
4
  "license": "MIT",
5
5
  "description": "The sitemap for contentful",
6
6
  "dependencies": {},