@lightdash/sdk 0.3127.0 → 0.3128.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
@@ -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.3127.0"
313172
+ [LightdashVersionHeader]: "0.3128.0"
313173
313173
  };
313174
313174
  if (sdkVersion) {
313175
313175
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894820,7 +894820,7 @@ const persistInstanceUrl = (instanceUrl) => {
894820
894820
  {
894821
894821
  setToInMemoryStorage(
894822
894822
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894823
- "0.3127.0"
894823
+ "0.3128.0"
894824
894824
  );
894825
894825
  }
894826
894826
  };
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.3127.0"
313150
+ [LightdashVersionHeader]: "0.3128.0"
313151
313151
  };
313152
313152
  if (sdkVersion) {
313153
313153
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894798,7 +894798,7 @@ const persistInstanceUrl = (instanceUrl) => {
894798
894798
  {
894799
894799
  setToInMemoryStorage(
894800
894800
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894801
- "0.3127.0"
894801
+ "0.3128.0"
894802
894802
  );
894803
894803
  }
894804
894804
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3127.0",
3
+ "version": "0.3128.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",