@lightdash/sdk 0.3092.0 → 0.3092.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
@@ -312793,7 +312793,7 @@ const getDefaultHeaders = () => {
312793
312793
  const headers = {
312794
312794
  "Content-Type": "application/json",
312795
312795
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312796
- [LightdashVersionHeader]: "0.3092.0"
312796
+ [LightdashVersionHeader]: "0.3092.1"
312797
312797
  };
312798
312798
  if (sdkVersion) {
312799
312799
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893809,7 +893809,7 @@ const persistInstanceUrl = (instanceUrl) => {
893809
893809
  {
893810
893810
  setToInMemoryStorage(
893811
893811
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893812
- "0.3092.0"
893812
+ "0.3092.1"
893813
893813
  );
893814
893814
  }
893815
893815
  };
package/dist/sdk.es.js CHANGED
@@ -312771,7 +312771,7 @@ const getDefaultHeaders = () => {
312771
312771
  const headers = {
312772
312772
  "Content-Type": "application/json",
312773
312773
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312774
- [LightdashVersionHeader]: "0.3092.0"
312774
+ [LightdashVersionHeader]: "0.3092.1"
312775
312775
  };
312776
312776
  if (sdkVersion) {
312777
312777
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893787,7 +893787,7 @@ const persistInstanceUrl = (instanceUrl) => {
893787
893787
  {
893788
893788
  setToInMemoryStorage(
893789
893789
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893790
- "0.3092.0"
893790
+ "0.3092.1"
893791
893791
  );
893792
893792
  }
893793
893793
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3092.0",
3
+ "version": "0.3092.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",