@lightdash/sdk 0.3060.0 → 0.3060.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
@@ -312343,7 +312343,7 @@ const getDefaultHeaders = () => {
312343
312343
  const headers = {
312344
312344
  "Content-Type": "application/json",
312345
312345
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312346
- [LightdashVersionHeader]: "0.3060.0"
312346
+ [LightdashVersionHeader]: "0.3060.1"
312347
312347
  };
312348
312348
  if (sdkVersion) {
312349
312349
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893510,7 +893510,7 @@ const persistInstanceUrl = (instanceUrl) => {
893510
893510
  {
893511
893511
  setToInMemoryStorage(
893512
893512
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893513
- "0.3060.0"
893513
+ "0.3060.1"
893514
893514
  );
893515
893515
  }
893516
893516
  };
package/dist/sdk.es.js CHANGED
@@ -312321,7 +312321,7 @@ const getDefaultHeaders = () => {
312321
312321
  const headers = {
312322
312322
  "Content-Type": "application/json",
312323
312323
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312324
- [LightdashVersionHeader]: "0.3060.0"
312324
+ [LightdashVersionHeader]: "0.3060.1"
312325
312325
  };
312326
312326
  if (sdkVersion) {
312327
312327
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893488,7 +893488,7 @@ const persistInstanceUrl = (instanceUrl) => {
893488
893488
  {
893489
893489
  setToInMemoryStorage(
893490
893490
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893491
- "0.3060.0"
893491
+ "0.3060.1"
893492
893492
  );
893493
893493
  }
893494
893494
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3060.0",
3
+ "version": "0.3060.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",