@lightdash/sdk 0.3169.0 → 0.3170.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
@@ -313587,7 +313587,7 @@ const getDefaultHeaders = () => {
313587
313587
  const headers = {
313588
313588
  "Content-Type": "application/json",
313589
313589
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313590
- [LightdashVersionHeader]: "0.3169.0"
313590
+ [LightdashVersionHeader]: "0.3170.1"
313591
313591
  };
313592
313592
  if (sdkVersion) {
313593
313593
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897241,7 +897241,7 @@ const persistInstanceUrl = (instanceUrl) => {
897241
897241
  {
897242
897242
  setToInMemoryStorage(
897243
897243
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897244
- "0.3169.0"
897244
+ "0.3170.1"
897245
897245
  );
897246
897246
  }
897247
897247
  };
package/dist/sdk.es.js CHANGED
@@ -313565,7 +313565,7 @@ const getDefaultHeaders = () => {
313565
313565
  const headers = {
313566
313566
  "Content-Type": "application/json",
313567
313567
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313568
- [LightdashVersionHeader]: "0.3169.0"
313568
+ [LightdashVersionHeader]: "0.3170.1"
313569
313569
  };
313570
313570
  if (sdkVersion) {
313571
313571
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897219,7 +897219,7 @@ const persistInstanceUrl = (instanceUrl) => {
897219
897219
  {
897220
897220
  setToInMemoryStorage(
897221
897221
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897222
- "0.3169.0"
897222
+ "0.3170.1"
897223
897223
  );
897224
897224
  }
897225
897225
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3169.0",
3
+ "version": "0.3170.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",