@lightdash/sdk 0.2813.0 → 0.2813.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
@@ -297629,7 +297629,7 @@ const getDefaultHeaders = () => {
297629
297629
  const headers = {
297630
297630
  "Content-Type": "application/json",
297631
297631
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297632
- [LightdashVersionHeader]: "0.2813.0"
297632
+ [LightdashVersionHeader]: "0.2813.1"
297633
297633
  };
297634
297634
  if (sdkVersion) {
297635
297635
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -860446,7 +860446,7 @@ const persistInstanceUrl = (instanceUrl) => {
860446
860446
  {
860447
860447
  setToInMemoryStorage(
860448
860448
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
860449
- "0.2813.0"
860449
+ "0.2813.1"
860450
860450
  );
860451
860451
  }
860452
860452
  };
package/dist/sdk.es.js CHANGED
@@ -297607,7 +297607,7 @@ const getDefaultHeaders = () => {
297607
297607
  const headers = {
297608
297608
  "Content-Type": "application/json",
297609
297609
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297610
- [LightdashVersionHeader]: "0.2813.0"
297610
+ [LightdashVersionHeader]: "0.2813.1"
297611
297611
  };
297612
297612
  if (sdkVersion) {
297613
297613
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -860424,7 +860424,7 @@ const persistInstanceUrl = (instanceUrl) => {
860424
860424
  {
860425
860425
  setToInMemoryStorage(
860426
860426
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
860427
- "0.2813.0"
860427
+ "0.2813.1"
860428
860428
  );
860429
860429
  }
860430
860430
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2813.0",
3
+ "version": "0.2813.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",