@lightdash/sdk 0.2962.0 → 0.2962.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
@@ -298845,7 +298845,7 @@ const getDefaultHeaders = () => {
298845
298845
  const headers = {
298846
298846
  "Content-Type": "application/json",
298847
298847
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298848
- [LightdashVersionHeader]: "0.2962.0"
298848
+ [LightdashVersionHeader]: "0.2962.2"
298849
298849
  };
298850
298850
  if (sdkVersion) {
298851
298851
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876463,7 +876463,7 @@ const persistInstanceUrl = (instanceUrl) => {
876463
876463
  {
876464
876464
  setToInMemoryStorage(
876465
876465
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876466
- "0.2962.0"
876466
+ "0.2962.2"
876467
876467
  );
876468
876468
  }
876469
876469
  };
package/dist/sdk.es.js CHANGED
@@ -298823,7 +298823,7 @@ const getDefaultHeaders = () => {
298823
298823
  const headers = {
298824
298824
  "Content-Type": "application/json",
298825
298825
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298826
- [LightdashVersionHeader]: "0.2962.0"
298826
+ [LightdashVersionHeader]: "0.2962.2"
298827
298827
  };
298828
298828
  if (sdkVersion) {
298829
298829
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876441,7 +876441,7 @@ const persistInstanceUrl = (instanceUrl) => {
876441
876441
  {
876442
876442
  setToInMemoryStorage(
876443
876443
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876444
- "0.2962.0"
876444
+ "0.2962.2"
876445
876445
  );
876446
876446
  }
876447
876447
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2962.0",
3
+ "version": "0.2962.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",