@lightdash/sdk 0.2977.0 → 0.2978.0

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
@@ -300291,7 +300291,7 @@ const getDefaultHeaders = () => {
300291
300291
  const headers = {
300292
300292
  "Content-Type": "application/json",
300293
300293
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300294
- [LightdashVersionHeader]: "0.2977.0"
300294
+ [LightdashVersionHeader]: "0.2978.0"
300295
300295
  };
300296
300296
  if (sdkVersion) {
300297
300297
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880456,7 +880456,7 @@ const persistInstanceUrl = (instanceUrl) => {
880456
880456
  {
880457
880457
  setToInMemoryStorage(
880458
880458
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880459
- "0.2977.0"
880459
+ "0.2978.0"
880460
880460
  );
880461
880461
  }
880462
880462
  };
package/dist/sdk.es.js CHANGED
@@ -300269,7 +300269,7 @@ const getDefaultHeaders = () => {
300269
300269
  const headers = {
300270
300270
  "Content-Type": "application/json",
300271
300271
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300272
- [LightdashVersionHeader]: "0.2977.0"
300272
+ [LightdashVersionHeader]: "0.2978.0"
300273
300273
  };
300274
300274
  if (sdkVersion) {
300275
300275
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880434,7 +880434,7 @@ const persistInstanceUrl = (instanceUrl) => {
880434
880434
  {
880435
880435
  setToInMemoryStorage(
880436
880436
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880437
- "0.2977.0"
880437
+ "0.2978.0"
880438
880438
  );
880439
880439
  }
880440
880440
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2977.0",
3
+ "version": "0.2978.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",