@lightdash/sdk 0.3125.0 → 0.3125.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
@@ -313169,7 +313169,7 @@ const getDefaultHeaders = () => {
313169
313169
  const headers = {
313170
313170
  "Content-Type": "application/json",
313171
313171
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313172
- [LightdashVersionHeader]: "0.3125.0"
313172
+ [LightdashVersionHeader]: "0.3125.2"
313173
313173
  };
313174
313174
  if (sdkVersion) {
313175
313175
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894636,7 +894636,7 @@ const persistInstanceUrl = (instanceUrl) => {
894636
894636
  {
894637
894637
  setToInMemoryStorage(
894638
894638
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894639
- "0.3125.0"
894639
+ "0.3125.2"
894640
894640
  );
894641
894641
  }
894642
894642
  };
package/dist/sdk.es.js CHANGED
@@ -313147,7 +313147,7 @@ const getDefaultHeaders = () => {
313147
313147
  const headers = {
313148
313148
  "Content-Type": "application/json",
313149
313149
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313150
- [LightdashVersionHeader]: "0.3125.0"
313150
+ [LightdashVersionHeader]: "0.3125.2"
313151
313151
  };
313152
313152
  if (sdkVersion) {
313153
313153
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894614,7 +894614,7 @@ const persistInstanceUrl = (instanceUrl) => {
894614
894614
  {
894615
894615
  setToInMemoryStorage(
894616
894616
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894617
- "0.3125.0"
894617
+ "0.3125.2"
894618
894618
  );
894619
894619
  }
894620
894620
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3125.0",
3
+ "version": "0.3125.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",