@lightdash/sdk 0.2916.0 → 0.2917.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
@@ -298646,7 +298646,7 @@ const getDefaultHeaders = () => {
298646
298646
  const headers = {
298647
298647
  "Content-Type": "application/json",
298648
298648
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298649
- [LightdashVersionHeader]: "0.2916.0"
298649
+ [LightdashVersionHeader]: "0.2917.1"
298650
298650
  };
298651
298651
  if (sdkVersion) {
298652
298652
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -875544,7 +875544,7 @@ const persistInstanceUrl = (instanceUrl) => {
875544
875544
  {
875545
875545
  setToInMemoryStorage(
875546
875546
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
875547
- "0.2916.0"
875547
+ "0.2917.1"
875548
875548
  );
875549
875549
  }
875550
875550
  };
package/dist/sdk.es.js CHANGED
@@ -298624,7 +298624,7 @@ const getDefaultHeaders = () => {
298624
298624
  const headers = {
298625
298625
  "Content-Type": "application/json",
298626
298626
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298627
- [LightdashVersionHeader]: "0.2916.0"
298627
+ [LightdashVersionHeader]: "0.2917.1"
298628
298628
  };
298629
298629
  if (sdkVersion) {
298630
298630
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -875522,7 +875522,7 @@ const persistInstanceUrl = (instanceUrl) => {
875522
875522
  {
875523
875523
  setToInMemoryStorage(
875524
875524
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
875525
- "0.2916.0"
875525
+ "0.2917.1"
875526
875526
  );
875527
875527
  }
875528
875528
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2916.0",
3
+ "version": "0.2917.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",