@lightdash/sdk 0.2931.0 → 0.2931.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
@@ -298753,7 +298753,7 @@ const getDefaultHeaders = () => {
298753
298753
  const headers = {
298754
298754
  "Content-Type": "application/json",
298755
298755
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298756
- [LightdashVersionHeader]: "0.2931.0"
298756
+ [LightdashVersionHeader]: "0.2931.1"
298757
298757
  };
298758
298758
  if (sdkVersion) {
298759
298759
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876169,7 +876169,7 @@ const persistInstanceUrl = (instanceUrl) => {
876169
876169
  {
876170
876170
  setToInMemoryStorage(
876171
876171
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876172
- "0.2931.0"
876172
+ "0.2931.1"
876173
876173
  );
876174
876174
  }
876175
876175
  };
package/dist/sdk.es.js CHANGED
@@ -298731,7 +298731,7 @@ const getDefaultHeaders = () => {
298731
298731
  const headers = {
298732
298732
  "Content-Type": "application/json",
298733
298733
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298734
- [LightdashVersionHeader]: "0.2931.0"
298734
+ [LightdashVersionHeader]: "0.2931.1"
298735
298735
  };
298736
298736
  if (sdkVersion) {
298737
298737
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876147,7 +876147,7 @@ const persistInstanceUrl = (instanceUrl) => {
876147
876147
  {
876148
876148
  setToInMemoryStorage(
876149
876149
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876150
- "0.2931.0"
876150
+ "0.2931.1"
876151
876151
  );
876152
876152
  }
876153
876153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2931.0",
3
+ "version": "0.2931.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",