@lightdash/sdk 0.3341.0 → 0.3342.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
@@ -244176,7 +244176,7 @@ const getDefaultHeaders = () => {
244176
244176
  const headers = {
244177
244177
  "Content-Type": "application/json",
244178
244178
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244179
- [LightdashVersionHeader]: "0.3341.0"
244179
+ [LightdashVersionHeader]: "0.3342.0"
244180
244180
  };
244181
244181
  if (sdkVersion) {
244182
244182
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736259,7 +736259,7 @@ const persistInstanceUrl = (instanceUrl) => {
736259
736259
  {
736260
736260
  setToInMemoryStorage(
736261
736261
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736262
- "0.3341.0"
736262
+ "0.3342.0"
736263
736263
  );
736264
736264
  }
736265
736265
  };
package/dist/sdk.es.js CHANGED
@@ -244154,7 +244154,7 @@ const getDefaultHeaders = () => {
244154
244154
  const headers = {
244155
244155
  "Content-Type": "application/json",
244156
244156
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244157
- [LightdashVersionHeader]: "0.3341.0"
244157
+ [LightdashVersionHeader]: "0.3342.0"
244158
244158
  };
244159
244159
  if (sdkVersion) {
244160
244160
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736237,7 +736237,7 @@ const persistInstanceUrl = (instanceUrl) => {
736237
736237
  {
736238
736238
  setToInMemoryStorage(
736239
736239
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736240
- "0.3341.0"
736240
+ "0.3342.0"
736241
736241
  );
736242
736242
  }
736243
736243
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3341.0",
3
+ "version": "0.3342.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",