@lightdash/sdk 0.3052.1 → 0.3052.2

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
@@ -312179,7 +312179,7 @@ const getDefaultHeaders = () => {
312179
312179
  const headers = {
312180
312180
  "Content-Type": "application/json",
312181
312181
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312182
- [LightdashVersionHeader]: "0.3052.1"
312182
+ [LightdashVersionHeader]: "0.3052.2"
312183
312183
  };
312184
312184
  if (sdkVersion) {
312185
312185
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893408,7 +893408,7 @@ const persistInstanceUrl = (instanceUrl) => {
893408
893408
  {
893409
893409
  setToInMemoryStorage(
893410
893410
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893411
- "0.3052.1"
893411
+ "0.3052.2"
893412
893412
  );
893413
893413
  }
893414
893414
  };
package/dist/sdk.es.js CHANGED
@@ -312157,7 +312157,7 @@ const getDefaultHeaders = () => {
312157
312157
  const headers = {
312158
312158
  "Content-Type": "application/json",
312159
312159
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312160
- [LightdashVersionHeader]: "0.3052.1"
312160
+ [LightdashVersionHeader]: "0.3052.2"
312161
312161
  };
312162
312162
  if (sdkVersion) {
312163
312163
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893386,7 +893386,7 @@ const persistInstanceUrl = (instanceUrl) => {
893386
893386
  {
893387
893387
  setToInMemoryStorage(
893388
893388
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893389
- "0.3052.1"
893389
+ "0.3052.2"
893390
893390
  );
893391
893391
  }
893392
893392
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3052.1",
3
+ "version": "0.3052.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",