@wandelbots/nova-js 2.1.2 → 2.1.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.
@@ -2294,8 +2294,6 @@ 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",
2299
2297
  "X-Wandelbots-Client": "Wandelbots-Nova-JS-SDK"
2300
2298
  }
2301
2299
  });