@lightdash/sdk 0.3179.0 → 0.3179.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
@@ -314078,7 +314078,7 @@ const getDefaultHeaders = () => {
314078
314078
  const headers = {
314079
314079
  "Content-Type": "application/json",
314080
314080
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
314081
- [LightdashVersionHeader]: "0.3179.0"
314081
+ [LightdashVersionHeader]: "0.3179.1"
314082
314082
  };
314083
314083
  if (sdkVersion) {
314084
314084
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897761,7 +897761,7 @@ const persistInstanceUrl = (instanceUrl) => {
897761
897761
  {
897762
897762
  setToInMemoryStorage(
897763
897763
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897764
- "0.3179.0"
897764
+ "0.3179.1"
897765
897765
  );
897766
897766
  }
897767
897767
  };
package/dist/sdk.es.js CHANGED
@@ -314056,7 +314056,7 @@ const getDefaultHeaders = () => {
314056
314056
  const headers = {
314057
314057
  "Content-Type": "application/json",
314058
314058
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
314059
- [LightdashVersionHeader]: "0.3179.0"
314059
+ [LightdashVersionHeader]: "0.3179.1"
314060
314060
  };
314061
314061
  if (sdkVersion) {
314062
314062
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897739,7 +897739,7 @@ const persistInstanceUrl = (instanceUrl) => {
897739
897739
  {
897740
897740
  setToInMemoryStorage(
897741
897741
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897742
- "0.3179.0"
897742
+ "0.3179.1"
897743
897743
  );
897744
897744
  }
897745
897745
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3179.0",
3
+ "version": "0.3179.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",