@lightdash/sdk 0.3165.2 → 0.3165.3

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
@@ -313573,7 +313573,7 @@ const getDefaultHeaders = () => {
313573
313573
  const headers = {
313574
313574
  "Content-Type": "application/json",
313575
313575
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313576
- [LightdashVersionHeader]: "0.3165.2"
313576
+ [LightdashVersionHeader]: "0.3165.3"
313577
313577
  };
313578
313578
  if (sdkVersion) {
313579
313579
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897196,7 +897196,7 @@ const persistInstanceUrl = (instanceUrl) => {
897196
897196
  {
897197
897197
  setToInMemoryStorage(
897198
897198
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897199
- "0.3165.2"
897199
+ "0.3165.3"
897200
897200
  );
897201
897201
  }
897202
897202
  };
package/dist/sdk.es.js CHANGED
@@ -313551,7 +313551,7 @@ const getDefaultHeaders = () => {
313551
313551
  const headers = {
313552
313552
  "Content-Type": "application/json",
313553
313553
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313554
- [LightdashVersionHeader]: "0.3165.2"
313554
+ [LightdashVersionHeader]: "0.3165.3"
313555
313555
  };
313556
313556
  if (sdkVersion) {
313557
313557
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897174,7 +897174,7 @@ const persistInstanceUrl = (instanceUrl) => {
897174
897174
  {
897175
897175
  setToInMemoryStorage(
897176
897176
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897177
- "0.3165.2"
897177
+ "0.3165.3"
897178
897178
  );
897179
897179
  }
897180
897180
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3165.2",
3
+ "version": "0.3165.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",