@lightdash/sdk 0.2936.1 → 0.2936.2

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