Skip to content

Commit 07de144

Browse files
committed
Bump version to 26.3.1
1 parent fb38ffb commit 07de144

4 files changed

Lines changed: 9 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
66

77
+ API version: 4.0
8-
+ Package version: 26.3.0
8+
+ Package version: 26.3.1
99

1010
## SDK and API Version Compatibility:
1111

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspose-barcode-cloud-node",
3-
"version": "26.3.0",
3+
"version": "26.3.1",
44
"description": "Aspose.BarCode Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/barcode/nodejs",
66
"repository": {
@@ -160,13 +160,8 @@
160160
"tabWidth": 4
161161
},
162162
"tsup": {
163-
"entry": [
164-
"src/index.ts"
165-
],
166-
"format": [
167-
"cjs",
168-
"esm"
169-
],
163+
"entry": ["src/index.ts"],
164+
"format": ["cjs", "esm"],
170165
"dts": true,
171166
"splitting": false,
172167
"sourcemap": false,

src/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ let typeMap: { [index: string]: any } = {
420420
export class GenerateApi {
421421
protected defaultHeaders: any = {
422422
'x-aspose-client': 'nodejs sdk',
423-
'x-aspose-client-version': '26.3.0',
423+
'x-aspose-client-version': '26.3.1',
424424
};
425425
protected _configuration: Configuration;
426426
private _client: ApiClient;
@@ -637,7 +637,7 @@ export class GenerateApi {
637637
export class RecognizeApi {
638638
protected defaultHeaders: any = {
639639
'x-aspose-client': 'nodejs sdk',
640-
'x-aspose-client-version': '26.3.0',
640+
'x-aspose-client-version': '26.3.1',
641641
};
642642
protected _configuration: Configuration;
643643
private _client: ApiClient;
@@ -809,7 +809,7 @@ export class RecognizeApi {
809809
export class ScanApi {
810810
protected defaultHeaders: any = {
811811
'x-aspose-client': 'nodejs sdk',
812-
'x-aspose-client-version': '26.3.0',
812+
'x-aspose-client-version': '26.3.1',
813813
};
814814
protected _configuration: Configuration;
815815
private _client: ApiClient;

0 commit comments

Comments
 (0)