@lightdash/sdk 0.2950.0 → 0.2950.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
@@ -298772,7 +298772,7 @@ const getDefaultHeaders = () => {
298772
298772
  const headers = {
298773
298773
  "Content-Type": "application/json",
298774
298774
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298775
- [LightdashVersionHeader]: "0.2950.0"
298775
+ [LightdashVersionHeader]: "0.2950.1"
298776
298776
  };
298777
298777
  if (sdkVersion) {
298778
298778
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876176,7 +876176,7 @@ const persistInstanceUrl = (instanceUrl) => {
876176
876176
  {
876177
876177
  setToInMemoryStorage(
876178
876178
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876179
- "0.2950.0"
876179
+ "0.2950.1"
876180
876180
  );
876181
876181
  }
876182
876182
  };
package/dist/sdk.es.js CHANGED
@@ -298750,7 +298750,7 @@ const getDefaultHeaders = () => {
298750
298750
  const headers = {
298751
298751
  "Content-Type": "application/json",
298752
298752
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298753
- [LightdashVersionHeader]: "0.2950.0"
298753
+ [LightdashVersionHeader]: "0.2950.1"
298754
298754
  };
298755
298755
  if (sdkVersion) {
298756
298756
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876154,7 +876154,7 @@ const persistInstanceUrl = (instanceUrl) => {
876154
876154
  {
876155
876155
  setToInMemoryStorage(
876156
876156
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876157
- "0.2950.0"
876157
+ "0.2950.1"
876158
876158
  );
876159
876159
  }
876160
876160
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2950.0",
3
+ "version": "0.2950.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",