Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 3.0
+ Package version: 24.11.0
+ Package version: 24.12.0

## Demo applications

Expand Down
12 changes: 5 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspose-barcode-cloud-node",
"version": "24.11.0",
"version": "24.12.0",
"description": "Aspose.BarCode Cloud SDK for Node.js",
"homepage": "https://products.aspose.cloud/barcode/nodejs",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ let typeMap: { [index: string]: any } = {
export class BarcodeApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.11.0',
'x-aspose-client-version': '24.12.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1484,7 +1484,7 @@ export class BarcodeApi {
export class FileApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.11.0',
'x-aspose-client-version': '24.12.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1752,7 +1752,7 @@ export class FileApi {
export class FolderApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.11.0',
'x-aspose-client-version': '24.12.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1994,7 +1994,7 @@ export class FolderApi {
export class StorageApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.11.0',
'x-aspose-client-version': '24.12.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down
Loading