@lightdash/sdk 0.3133.0 → 0.3134.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
@@ -313245,7 +313245,7 @@ const getDefaultHeaders = () => {
313245
313245
  const headers = {
313246
313246
  "Content-Type": "application/json",
313247
313247
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313248
- [LightdashVersionHeader]: "0.3133.0"
313248
+ [LightdashVersionHeader]: "0.3134.0"
313249
313249
  };
313250
313250
  if (sdkVersion) {
313251
313251
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894918,7 +894918,7 @@ const persistInstanceUrl = (instanceUrl) => {
894918
894918
  {
894919
894919
  setToInMemoryStorage(
894920
894920
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894921
- "0.3133.0"
894921
+ "0.3134.0"
894922
894922
  );
894923
894923
  }
894924
894924
  };
package/dist/sdk.es.js CHANGED
@@ -313223,7 +313223,7 @@ const getDefaultHeaders = () => {
313223
313223
  const headers = {
313224
313224
  "Content-Type": "application/json",
313225
313225
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313226
- [LightdashVersionHeader]: "0.3133.0"
313226
+ [LightdashVersionHeader]: "0.3134.0"
313227
313227
  };
313228
313228
  if (sdkVersion) {
313229
313229
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894896,7 +894896,7 @@ const persistInstanceUrl = (instanceUrl) => {
894896
894896
  {
894897
894897
  setToInMemoryStorage(
894898
894898
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894899
- "0.3133.0"
894899
+ "0.3134.0"
894900
894900
  );
894901
894901
  }
894902
894902
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3133.0",
3
+ "version": "0.3134.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",