@lightdash/sdk 0.2940.0 → 0.2940.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
@@ -298768,7 +298768,7 @@ const getDefaultHeaders = () => {
298768
298768
  const headers = {
298769
298769
  "Content-Type": "application/json",
298770
298770
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298771
- [LightdashVersionHeader]: "0.2940.0"
298771
+ [LightdashVersionHeader]: "0.2940.1"
298772
298772
  };
298773
298773
  if (sdkVersion) {
298774
298774
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876130,7 +876130,7 @@ const persistInstanceUrl = (instanceUrl) => {
876130
876130
  {
876131
876131
  setToInMemoryStorage(
876132
876132
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876133
- "0.2940.0"
876133
+ "0.2940.1"
876134
876134
  );
876135
876135
  }
876136
876136
  };
package/dist/sdk.es.js CHANGED
@@ -298746,7 +298746,7 @@ const getDefaultHeaders = () => {
298746
298746
  const headers = {
298747
298747
  "Content-Type": "application/json",
298748
298748
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298749
- [LightdashVersionHeader]: "0.2940.0"
298749
+ [LightdashVersionHeader]: "0.2940.1"
298750
298750
  };
298751
298751
  if (sdkVersion) {
298752
298752
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876108,7 +876108,7 @@ const persistInstanceUrl = (instanceUrl) => {
876108
876108
  {
876109
876109
  setToInMemoryStorage(
876110
876110
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876111
- "0.2940.0"
876111
+ "0.2940.1"
876112
876112
  );
876113
876113
  }
876114
876114
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2940.0",
3
+ "version": "0.2940.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",