aspose-barcode-cloud-node 24.11.0 → 24.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Aspose Pty Ltd
3
+ Copyright (c) 2025 Aspose Pty Ltd
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
6
6
 
7
7
  + API version: 3.0
8
- + Package version: 24.11.0
8
+ + Package version: 24.13.0
9
9
 
10
10
  ## Demo applications
11
11
 
@@ -4671,7 +4671,7 @@ class BarcodeApi {
4671
4671
  constructor(configuration) {
4672
4672
  this.defaultHeaders = {
4673
4673
  'x-aspose-client': 'nodejs sdk',
4674
- 'x-aspose-client-version': '24.11.0'
4674
+ 'x-aspose-client-version': '24.13.0'
4675
4675
  };
4676
4676
  this._configuration = void 0;
4677
4677
  this._client = void 0;
@@ -5412,7 +5412,7 @@ class FileApi {
5412
5412
  constructor(configuration) {
5413
5413
  this.defaultHeaders = {
5414
5414
  'x-aspose-client': 'nodejs sdk',
5415
- 'x-aspose-client-version': '24.11.0'
5415
+ 'x-aspose-client-version': '24.13.0'
5416
5416
  };
5417
5417
  this._configuration = void 0;
5418
5418
  this._client = void 0;
@@ -5615,7 +5615,7 @@ class FolderApi {
5615
5615
  constructor(configuration) {
5616
5616
  this.defaultHeaders = {
5617
5617
  'x-aspose-client': 'nodejs sdk',
5618
- 'x-aspose-client-version': '24.11.0'
5618
+ 'x-aspose-client-version': '24.13.0'
5619
5619
  };
5620
5620
  this._configuration = void 0;
5621
5621
  this._client = void 0;
@@ -5793,7 +5793,7 @@ class StorageApi {
5793
5793
  constructor(configuration) {
5794
5794
  this.defaultHeaders = {
5795
5795
  'x-aspose-client': 'nodejs sdk',
5796
- 'x-aspose-client-version': '24.11.0'
5796
+ 'x-aspose-client-version': '24.13.0'
5797
5797
  };
5798
5798
  this._configuration = void 0;
5799
5799
  this._client = void 0;