Skip to content

Commit 86039e9

Browse files
SDK regenerated by CI server [ci skip]
1 parent edba937 commit 86039e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "asposewordscloud",
3-
"version": "25.7.0",
3+
"version": "25.8.0",
44
"description": "Aspose.Words Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/words/cloud",
66
"author": {
7-
"name": "Aspose"
7+
"name": "Evgeny Ivanov"
88
},
99
"license": "MIT",
1010
"engines": {

src/internal/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async function invokeApiMethodInternal(requestOptions: request.OptionsWithUri, c
131131
requestOptions.timeout = 1000 * confguration.timeout;
132132

133133
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
134-
requestOptions.headers["x-aspose-client-version"] = "25.7";
134+
requestOptions.headers["x-aspose-client-version"] = "25.8";
135135
requestOptions.encoding = null;
136136

137137
requestOptions.uri = encodeURI(requestOptions.uri.toString());

0 commit comments

Comments
 (0)