@lightdash/sdk 0.3122.0 → 0.3122.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
@@ -313069,7 +313069,7 @@ const getDefaultHeaders = () => {
313069
313069
  const headers = {
313070
313070
  "Content-Type": "application/json",
313071
313071
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313072
- [LightdashVersionHeader]: "0.3122.0"
313072
+ [LightdashVersionHeader]: "0.3122.1"
313073
313073
  };
313074
313074
  if (sdkVersion) {
313075
313075
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894383,7 +894383,7 @@ const persistInstanceUrl = (instanceUrl) => {
894383
894383
  {
894384
894384
  setToInMemoryStorage(
894385
894385
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894386
- "0.3122.0"
894386
+ "0.3122.1"
894387
894387
  );
894388
894388
  }
894389
894389
  };
package/dist/sdk.es.js CHANGED
@@ -313047,7 +313047,7 @@ const getDefaultHeaders = () => {
313047
313047
  const headers = {
313048
313048
  "Content-Type": "application/json",
313049
313049
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313050
- [LightdashVersionHeader]: "0.3122.0"
313050
+ [LightdashVersionHeader]: "0.3122.1"
313051
313051
  };
313052
313052
  if (sdkVersion) {
313053
313053
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894361,7 +894361,7 @@ const persistInstanceUrl = (instanceUrl) => {
894361
894361
  {
894362
894362
  setToInMemoryStorage(
894363
894363
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894364
- "0.3122.0"
894364
+ "0.3122.1"
894365
894365
  );
894366
894366
  }
894367
894367
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3122.0",
3
+ "version": "0.3122.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",