@lightdash/sdk 0.3328.4 → 0.3328.5

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
@@ -244159,7 +244159,7 @@ const getDefaultHeaders = () => {
244159
244159
  const headers = {
244160
244160
  "Content-Type": "application/json",
244161
244161
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244162
- [LightdashVersionHeader]: "0.3328.4"
244162
+ [LightdashVersionHeader]: "0.3328.5"
244163
244163
  };
244164
244164
  if (sdkVersion) {
244165
244165
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736185,7 +736185,7 @@ const persistInstanceUrl = (instanceUrl) => {
736185
736185
  {
736186
736186
  setToInMemoryStorage(
736187
736187
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736188
- "0.3328.4"
736188
+ "0.3328.5"
736189
736189
  );
736190
736190
  }
736191
736191
  };
package/dist/sdk.es.js CHANGED
@@ -244137,7 +244137,7 @@ const getDefaultHeaders = () => {
244137
244137
  const headers = {
244138
244138
  "Content-Type": "application/json",
244139
244139
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244140
- [LightdashVersionHeader]: "0.3328.4"
244140
+ [LightdashVersionHeader]: "0.3328.5"
244141
244141
  };
244142
244142
  if (sdkVersion) {
244143
244143
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736163,7 +736163,7 @@ const persistInstanceUrl = (instanceUrl) => {
736163
736163
  {
736164
736164
  setToInMemoryStorage(
736165
736165
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736166
- "0.3328.4"
736166
+ "0.3328.5"
736167
736167
  );
736168
736168
  }
736169
736169
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3328.4",
3
+ "version": "0.3328.5",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",