@lightdash/sdk 0.2851.0 → 0.2851.1

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/sdk.cjs.js CHANGED
@@ -297752,7 +297752,7 @@ const getDefaultHeaders = () => {
297752
297752
  const headers = {
297753
297753
  "Content-Type": "application/json",
297754
297754
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297755
- [LightdashVersionHeader]: "0.2851.0"
297755
+ [LightdashVersionHeader]: "0.2851.1"
297756
297756
  };
297757
297757
  if (sdkVersion) {
297758
297758
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862200,7 +862200,7 @@ const persistInstanceUrl = (instanceUrl) => {
862200
862200
  {
862201
862201
  setToInMemoryStorage(
862202
862202
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862203
- "0.2851.0"
862203
+ "0.2851.1"
862204
862204
  );
862205
862205
  }
862206
862206
  };
package/dist/sdk.es.js CHANGED
@@ -297730,7 +297730,7 @@ const getDefaultHeaders = () => {
297730
297730
  const headers = {
297731
297731
  "Content-Type": "application/json",
297732
297732
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297733
- [LightdashVersionHeader]: "0.2851.0"
297733
+ [LightdashVersionHeader]: "0.2851.1"
297734
297734
  };
297735
297735
  if (sdkVersion) {
297736
297736
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862178,7 +862178,7 @@ const persistInstanceUrl = (instanceUrl) => {
862178
862178
  {
862179
862179
  setToInMemoryStorage(
862180
862180
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862181
- "0.2851.0"
862181
+ "0.2851.1"
862182
862182
  );
862183
862183
  }
862184
862184
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2851.0",
3
+ "version": "0.2851.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",