@wandelbots/nova-js 2.1.1 → 2.1.2-pr.bugfix-remove-preflight-blocked-headers.103.84e8a7c

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.
@@ -2294,8 +2294,7 @@ var NovaClient = class {
2294
2294
  const axiosInstance = axios2.create({
2295
2295
  baseURL: urlJoin(this.config.instanceUrl, "/api/v1"),
2296
2296
  headers: {
2297
- "X-Client-SDK": "Wandelbots-Nova-JS-SDK",
2298
- "X-SDK-Version": "v1"
2297
+ "X-Wandelbots-Client": "Wandelbots-Nova-JS-SDK"
2299
2298
  }
2300
2299
  });
2301
2300
  axiosInstance.interceptors.request.use((request) => __async(this, null, function* () {