@lightdash/sdk 0.2890.0 → 0.2890.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
@@ -298331,7 +298331,7 @@ const getDefaultHeaders = () => {
298331
298331
  const headers = {
298332
298332
  "Content-Type": "application/json",
298333
298333
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298334
- [LightdashVersionHeader]: "0.2890.0"
298334
+ [LightdashVersionHeader]: "0.2890.1"
298335
298335
  };
298336
298336
  if (sdkVersion) {
298337
298337
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874326,7 +874326,7 @@ const persistInstanceUrl = (instanceUrl) => {
874326
874326
  {
874327
874327
  setToInMemoryStorage(
874328
874328
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874329
- "0.2890.0"
874329
+ "0.2890.1"
874330
874330
  );
874331
874331
  }
874332
874332
  };
package/dist/sdk.es.js CHANGED
@@ -298309,7 +298309,7 @@ const getDefaultHeaders = () => {
298309
298309
  const headers = {
298310
298310
  "Content-Type": "application/json",
298311
298311
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298312
- [LightdashVersionHeader]: "0.2890.0"
298312
+ [LightdashVersionHeader]: "0.2890.1"
298313
298313
  };
298314
298314
  if (sdkVersion) {
298315
298315
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874304,7 +874304,7 @@ const persistInstanceUrl = (instanceUrl) => {
874304
874304
  {
874305
874305
  setToInMemoryStorage(
874306
874306
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874307
- "0.2890.0"
874307
+ "0.2890.1"
874308
874308
  );
874309
874309
  }
874310
874310
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2890.0",
3
+ "version": "0.2890.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",