@lightdash/sdk 0.3056.0 → 0.3056.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
@@ -312178,7 +312178,7 @@ const getDefaultHeaders = () => {
312178
312178
  const headers = {
312179
312179
  "Content-Type": "application/json",
312180
312180
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312181
- [LightdashVersionHeader]: "0.3056.0"
312181
+ [LightdashVersionHeader]: "0.3056.1"
312182
312182
  };
312183
312183
  if (sdkVersion) {
312184
312184
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893345,7 +893345,7 @@ const persistInstanceUrl = (instanceUrl) => {
893345
893345
  {
893346
893346
  setToInMemoryStorage(
893347
893347
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893348
- "0.3056.0"
893348
+ "0.3056.1"
893349
893349
  );
893350
893350
  }
893351
893351
  };
package/dist/sdk.es.js CHANGED
@@ -312156,7 +312156,7 @@ const getDefaultHeaders = () => {
312156
312156
  const headers = {
312157
312157
  "Content-Type": "application/json",
312158
312158
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312159
- [LightdashVersionHeader]: "0.3056.0"
312159
+ [LightdashVersionHeader]: "0.3056.1"
312160
312160
  };
312161
312161
  if (sdkVersion) {
312162
312162
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893323,7 +893323,7 @@ const persistInstanceUrl = (instanceUrl) => {
893323
893323
  {
893324
893324
  setToInMemoryStorage(
893325
893325
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893326
- "0.3056.0"
893326
+ "0.3056.1"
893327
893327
  );
893328
893328
  }
893329
893329
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3056.0",
3
+ "version": "0.3056.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",