@lightdash/sdk 0.3138.0 → 0.3138.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
@@ -313310,7 +313310,7 @@ const getDefaultHeaders = () => {
313310
313310
  const headers = {
313311
313311
  "Content-Type": "application/json",
313312
313312
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313313
- [LightdashVersionHeader]: "0.3138.0"
313313
+ [LightdashVersionHeader]: "0.3138.2"
313314
313314
  };
313315
313315
  if (sdkVersion) {
313316
313316
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894983,7 +894983,7 @@ const persistInstanceUrl = (instanceUrl) => {
894983
894983
  {
894984
894984
  setToInMemoryStorage(
894985
894985
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894986
- "0.3138.0"
894986
+ "0.3138.2"
894987
894987
  );
894988
894988
  }
894989
894989
  };
package/dist/sdk.es.js CHANGED
@@ -313288,7 +313288,7 @@ const getDefaultHeaders = () => {
313288
313288
  const headers = {
313289
313289
  "Content-Type": "application/json",
313290
313290
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313291
- [LightdashVersionHeader]: "0.3138.0"
313291
+ [LightdashVersionHeader]: "0.3138.2"
313292
313292
  };
313293
313293
  if (sdkVersion) {
313294
313294
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894961,7 +894961,7 @@ const persistInstanceUrl = (instanceUrl) => {
894961
894961
  {
894962
894962
  setToInMemoryStorage(
894963
894963
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894964
- "0.3138.0"
894964
+ "0.3138.2"
894965
894965
  );
894966
894966
  }
894967
894967
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3138.0",
3
+ "version": "0.3138.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",