@lightdash/sdk 0.3118.0 → 0.3118.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
@@ -313005,7 +313005,7 @@ const getDefaultHeaders = () => {
313005
313005
  const headers = {
313006
313006
  "Content-Type": "application/json",
313007
313007
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313008
- [LightdashVersionHeader]: "0.3118.0"
313008
+ [LightdashVersionHeader]: "0.3118.1"
313009
313009
  };
313010
313010
  if (sdkVersion) {
313011
313011
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894262,7 +894262,7 @@ const persistInstanceUrl = (instanceUrl) => {
894262
894262
  {
894263
894263
  setToInMemoryStorage(
894264
894264
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894265
- "0.3118.0"
894265
+ "0.3118.1"
894266
894266
  );
894267
894267
  }
894268
894268
  };
package/dist/sdk.es.js CHANGED
@@ -312983,7 +312983,7 @@ const getDefaultHeaders = () => {
312983
312983
  const headers = {
312984
312984
  "Content-Type": "application/json",
312985
312985
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312986
- [LightdashVersionHeader]: "0.3118.0"
312986
+ [LightdashVersionHeader]: "0.3118.1"
312987
312987
  };
312988
312988
  if (sdkVersion) {
312989
312989
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894240,7 +894240,7 @@ const persistInstanceUrl = (instanceUrl) => {
894240
894240
  {
894241
894241
  setToInMemoryStorage(
894242
894242
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894243
- "0.3118.0"
894243
+ "0.3118.1"
894244
894244
  );
894245
894245
  }
894246
894246
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3118.0",
3
+ "version": "0.3118.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",