Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)

+ API version: 4.0
+ Package version: 26.4.0
+ Package version: 26.4.1

## SDK and API Version Compatibility:

Expand Down
107 changes: 53 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspose-barcode-cloud-node",
"version": "26.4.0",
"version": "26.4.1",
"description": "Aspose.BarCode Cloud SDK for Node.js",
"homepage": "https://products.aspose.cloud/barcode/nodejs",
"repository": {
Expand Down Expand Up @@ -175,14 +175,13 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^18.19.0",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"npm-check-updates": "^17.1.18",
"prettier": "^3.8.2",
"prettier": "^3.8.3",
"ts-jest": "^29.4.9",
"tslib": "^2.8.1",
"tsup": "^8.5.1",
Expand Down
6 changes: 3 additions & 3 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ let typeMap: { [index: string]: any } = {
export class GenerateApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '26.4.0',
'x-aspose-client-version': '26.4.1',
};
protected _configuration: Configuration;
private _client: ApiClient;
Expand Down Expand Up @@ -637,7 +637,7 @@ export class GenerateApi {
export class RecognizeApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '26.4.0',
'x-aspose-client-version': '26.4.1',
};
protected _configuration: Configuration;
private _client: ApiClient;
Expand Down Expand Up @@ -809,7 +809,7 @@ export class RecognizeApi {
export class ScanApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '26.4.0',
'x-aspose-client-version': '26.4.1',
};
protected _configuration: Configuration;
private _client: ApiClient;
Expand Down