dymo-api 1.2.33 → 1.2.34
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/cjs/dymo-api.cjs +1 -1
- package/dist/esm/dymo-api.js +1 -1
- package/package.json +1 -1
package/dist/cjs/dymo-api.cjs
CHANGED
|
@@ -820,7 +820,7 @@ class DymoAPI {
|
|
|
820
820
|
headers: {
|
|
821
821
|
"User-Agent": "DymoAPISDK/1.0.0",
|
|
822
822
|
"X-Dymo-SDK-Env": "Node",
|
|
823
|
-
"X-Dymo-SDK-Version": "1.2.
|
|
823
|
+
"X-Dymo-SDK-Version": "1.2.34"
|
|
824
824
|
}
|
|
825
825
|
});
|
|
826
826
|
if (this.rootApiKey || this.apiKey) this.axiosClient.defaults.headers.Authorization = `Bearer ${this.rootApiKey || this.apiKey}`;
|
package/dist/esm/dymo-api.js
CHANGED
|
@@ -819,7 +819,7 @@ class DymoAPI {
|
|
|
819
819
|
headers: {
|
|
820
820
|
"User-Agent": "DymoAPISDK/1.0.0",
|
|
821
821
|
"X-Dymo-SDK-Env": "Node",
|
|
822
|
-
"X-Dymo-SDK-Version": "1.2.
|
|
822
|
+
"X-Dymo-SDK-Version": "1.2.34"
|
|
823
823
|
}
|
|
824
824
|
});
|
|
825
825
|
if (this.rootApiKey || this.apiKey) this.axiosClient.defaults.headers.Authorization = `Bearer ${this.rootApiKey || this.apiKey}`;
|