celitech-sdk 1.1.46 → 1.1.48
Sign up to get free protection for your applications and to get access to all the features.
package/README.md
CHANGED
@@ -103,7 +103,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
103
103
|
return response;
|
104
104
|
}
|
105
105
|
getUserAgentHeader() {
|
106
|
-
const userAgentBase = 'Celitech/1.1.
|
106
|
+
const userAgentBase = 'Celitech/1.1.48';
|
107
107
|
let userAgent = '';
|
108
108
|
if (typeof window !== 'undefined') {
|
109
109
|
return {};
|
package/package.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
},
|
49
49
|
"name": "celitech-sdk",
|
50
50
|
"description": "Celitech - Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/) ",
|
51
|
-
"version": "1.1.
|
51
|
+
"version": "1.1.48",
|
52
52
|
"author": "Celitech",
|
53
53
|
"dependencies": {
|
54
54
|
"axios": "^1.0.0"
|