Skip to content

Commit da258d1

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents bcf93ae + f509426 commit da258d1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposewordscloud",
3-
"version": "25.6.0",
3+
"version": "25.7.0",
44
"description": "Aspose.Words Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/words/cloud",
66
"author": {

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.6";
134+
requestOptions.headers["x-aspose-client-version"] = "25.7";
135135
requestOptions.encoding = null;
136136

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

tsconfigPack.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"noLib": false,
1313
"declaration": true,
1414
"lib": ["es5", "es6", "scripthost", "dom"],
15-
"outDir": "dist"
15+
"outDir": "dist",
16+
"types": [],
17+
"skipLibCheck": true
1618
},
1719
"include": [
1820
"src/**/*"

0 commit comments

Comments
 (0)