@lightdash/sdk 0.3124.1 → 0.3124.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
@@ -313149,7 +313149,7 @@ const getDefaultHeaders = () => {
313149
313149
  const headers = {
313150
313150
  "Content-Type": "application/json",
313151
313151
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313152
- [LightdashVersionHeader]: "0.3124.1"
313152
+ [LightdashVersionHeader]: "0.3124.2"
313153
313153
  };
313154
313154
  if (sdkVersion) {
313155
313155
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894463,7 +894463,7 @@ const persistInstanceUrl = (instanceUrl) => {
894463
894463
  {
894464
894464
  setToInMemoryStorage(
894465
894465
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894466
- "0.3124.1"
894466
+ "0.3124.2"
894467
894467
  );
894468
894468
  }
894469
894469
  };
package/dist/sdk.es.js CHANGED
@@ -313127,7 +313127,7 @@ const getDefaultHeaders = () => {
313127
313127
  const headers = {
313128
313128
  "Content-Type": "application/json",
313129
313129
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313130
- [LightdashVersionHeader]: "0.3124.1"
313130
+ [LightdashVersionHeader]: "0.3124.2"
313131
313131
  };
313132
313132
  if (sdkVersion) {
313133
313133
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894441,7 +894441,7 @@ const persistInstanceUrl = (instanceUrl) => {
894441
894441
  {
894442
894442
  setToInMemoryStorage(
894443
894443
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894444
- "0.3124.1"
894444
+ "0.3124.2"
894445
894445
  );
894446
894446
  }
894447
894447
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3124.1",
3
+ "version": "0.3124.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",