@lightdash/sdk 0.2994.1 → 0.2995.0

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
@@ -300423,7 +300423,7 @@ const getDefaultHeaders = () => {
300423
300423
  const headers = {
300424
300424
  "Content-Type": "application/json",
300425
300425
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300426
- [LightdashVersionHeader]: "0.2994.1"
300426
+ [LightdashVersionHeader]: "0.2995.0"
300427
300427
  };
300428
300428
  if (sdkVersion) {
300429
300429
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881153,7 +881153,7 @@ const persistInstanceUrl = (instanceUrl) => {
881153
881153
  {
881154
881154
  setToInMemoryStorage(
881155
881155
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881156
- "0.2994.1"
881156
+ "0.2995.0"
881157
881157
  );
881158
881158
  }
881159
881159
  };
package/dist/sdk.es.js CHANGED
@@ -300401,7 +300401,7 @@ const getDefaultHeaders = () => {
300401
300401
  const headers = {
300402
300402
  "Content-Type": "application/json",
300403
300403
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300404
- [LightdashVersionHeader]: "0.2994.1"
300404
+ [LightdashVersionHeader]: "0.2995.0"
300405
300405
  };
300406
300406
  if (sdkVersion) {
300407
300407
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881131,7 +881131,7 @@ const persistInstanceUrl = (instanceUrl) => {
881131
881131
  {
881132
881132
  setToInMemoryStorage(
881133
881133
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881134
- "0.2994.1"
881134
+ "0.2995.0"
881135
881135
  );
881136
881136
  }
881137
881137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2994.1",
3
+ "version": "0.2995.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",