@lightdash/sdk 0.2960.1 → 0.2960.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
@@ -298846,7 +298846,7 @@ const getDefaultHeaders = () => {
298846
298846
  const headers = {
298847
298847
  "Content-Type": "application/json",
298848
298848
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298849
- [LightdashVersionHeader]: "0.2960.1"
298849
+ [LightdashVersionHeader]: "0.2960.2"
298850
298850
  };
298851
298851
  if (sdkVersion) {
298852
298852
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876453,7 +876453,7 @@ const persistInstanceUrl = (instanceUrl) => {
876453
876453
  {
876454
876454
  setToInMemoryStorage(
876455
876455
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876456
- "0.2960.1"
876456
+ "0.2960.2"
876457
876457
  );
876458
876458
  }
876459
876459
  };
package/dist/sdk.es.js CHANGED
@@ -298824,7 +298824,7 @@ const getDefaultHeaders = () => {
298824
298824
  const headers = {
298825
298825
  "Content-Type": "application/json",
298826
298826
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298827
- [LightdashVersionHeader]: "0.2960.1"
298827
+ [LightdashVersionHeader]: "0.2960.2"
298828
298828
  };
298829
298829
  if (sdkVersion) {
298830
298830
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876431,7 +876431,7 @@ const persistInstanceUrl = (instanceUrl) => {
876431
876431
  {
876432
876432
  setToInMemoryStorage(
876433
876433
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876434
- "0.2960.1"
876434
+ "0.2960.2"
876435
876435
  );
876436
876436
  }
876437
876437
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2960.1",
3
+ "version": "0.2960.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",