@lightdash/sdk 0.3337.0 → 0.3337.1

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
@@ -244178,7 +244178,7 @@ const getDefaultHeaders = () => {
244178
244178
  const headers = {
244179
244179
  "Content-Type": "application/json",
244180
244180
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244181
- [LightdashVersionHeader]: "0.3337.0"
244181
+ [LightdashVersionHeader]: "0.3337.1"
244182
244182
  };
244183
244183
  if (sdkVersion) {
244184
244184
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736214,7 +736214,7 @@ const persistInstanceUrl = (instanceUrl) => {
736214
736214
  {
736215
736215
  setToInMemoryStorage(
736216
736216
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736217
- "0.3337.0"
736217
+ "0.3337.1"
736218
736218
  );
736219
736219
  }
736220
736220
  };
package/dist/sdk.es.js CHANGED
@@ -244156,7 +244156,7 @@ const getDefaultHeaders = () => {
244156
244156
  const headers = {
244157
244157
  "Content-Type": "application/json",
244158
244158
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244159
- [LightdashVersionHeader]: "0.3337.0"
244159
+ [LightdashVersionHeader]: "0.3337.1"
244160
244160
  };
244161
244161
  if (sdkVersion) {
244162
244162
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736192,7 +736192,7 @@ const persistInstanceUrl = (instanceUrl) => {
736192
736192
  {
736193
736193
  setToInMemoryStorage(
736194
736194
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736195
- "0.3337.0"
736195
+ "0.3337.1"
736196
736196
  );
736197
736197
  }
736198
736198
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3337.0",
3
+ "version": "0.3337.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",