@lightdash/sdk 0.3058.0 → 0.3058.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
@@ -312261,7 +312261,7 @@ const getDefaultHeaders = () => {
312261
312261
  const headers = {
312262
312262
  "Content-Type": "application/json",
312263
312263
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312264
- [LightdashVersionHeader]: "0.3058.0"
312264
+ [LightdashVersionHeader]: "0.3058.1"
312265
312265
  };
312266
312266
  if (sdkVersion) {
312267
312267
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893428,7 +893428,7 @@ const persistInstanceUrl = (instanceUrl) => {
893428
893428
  {
893429
893429
  setToInMemoryStorage(
893430
893430
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893431
- "0.3058.0"
893431
+ "0.3058.1"
893432
893432
  );
893433
893433
  }
893434
893434
  };
package/dist/sdk.es.js CHANGED
@@ -312239,7 +312239,7 @@ const getDefaultHeaders = () => {
312239
312239
  const headers = {
312240
312240
  "Content-Type": "application/json",
312241
312241
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312242
- [LightdashVersionHeader]: "0.3058.0"
312242
+ [LightdashVersionHeader]: "0.3058.1"
312243
312243
  };
312244
312244
  if (sdkVersion) {
312245
312245
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893406,7 +893406,7 @@ const persistInstanceUrl = (instanceUrl) => {
893406
893406
  {
893407
893407
  setToInMemoryStorage(
893408
893408
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893409
- "0.3058.0"
893409
+ "0.3058.1"
893410
893410
  );
893411
893411
  }
893412
893412
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3058.0",
3
+ "version": "0.3058.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",