@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.
- package/dist/lib/v1/NovaClient.d.ts.map +1 -1
- package/dist/lib/v1/index.cjs +0 -2
- package/dist/lib/v1/index.cjs.map +1 -1
- package/dist/lib/v1/index.js +0 -2
- package/dist/lib/v1/index.js.map +1 -1
- package/dist/lib/v2/NovaClient.d.ts.map +1 -1
- package/dist/lib/v2/index.cjs +0 -2
- package/dist/lib/v2/index.cjs.map +1 -1
- package/dist/lib/v2/index.js +0 -2
- package/dist/lib/v2/index.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/v1/NovaClient.ts +0 -2
- package/src/lib/v2/NovaClient.ts +0 -2
package/dist/lib/v1/index.js
CHANGED
|
@@ -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
|
});
|