@lightdash/sdk 0.3189.1 → 0.3190.0

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
@@ -323881,7 +323881,7 @@ const getDefaultHeaders = () => {
323881
323881
  const headers = {
323882
323882
  "Content-Type": "application/json",
323883
323883
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
323884
- [LightdashVersionHeader]: "0.3189.1"
323884
+ [LightdashVersionHeader]: "0.3190.0"
323885
323885
  };
323886
323886
  if (sdkVersion) {
323887
323887
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -901146,7 +901146,7 @@ const persistInstanceUrl = (instanceUrl) => {
901146
901146
  {
901147
901147
  setToInMemoryStorage(
901148
901148
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
901149
- "0.3189.1"
901149
+ "0.3190.0"
901150
901150
  );
901151
901151
  }
901152
901152
  };
package/dist/sdk.es.js CHANGED
@@ -323859,7 +323859,7 @@ const getDefaultHeaders = () => {
323859
323859
  const headers = {
323860
323860
  "Content-Type": "application/json",
323861
323861
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
323862
- [LightdashVersionHeader]: "0.3189.1"
323862
+ [LightdashVersionHeader]: "0.3190.0"
323863
323863
  };
323864
323864
  if (sdkVersion) {
323865
323865
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -901124,7 +901124,7 @@ const persistInstanceUrl = (instanceUrl) => {
901124
901124
  {
901125
901125
  setToInMemoryStorage(
901126
901126
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
901127
- "0.3189.1"
901127
+ "0.3190.0"
901128
901128
  );
901129
901129
  }
901130
901130
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3189.1",
3
+ "version": "0.3190.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",