Skip to content

Commit e13a9d3

Browse files
fix path
1 parent e8b7adf commit e13a9d3

19 files changed

+24
-25
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Aspose.Html Cloud Node.js SDK
22
[Aspose.Html Cloud](https://products.aspose.cloud/html) is a true [REST API](https://apireference.aspose.cloud/html/) that enables you to perform a wide range of html processing operations including manipulation and conversion in the cloud, with zero initial costs. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process html pages in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights.
33

4-
- API version: 22.11.1
5-
- Package version: 22.11.1
4+
- API version: 22.11.2
5+
- Package version: 22.11.2
66

77

88
### Possible conversions:
@@ -52,7 +52,7 @@ Please, add the following [nmp package](https://www.npmjs.com/package/@asposeclo
5252
```json
5353
{
5454
"dependencies": {
55-
"@asposecloud/aspose-html-cloud":"^22.11.1"
55+
"@asposecloud/aspose-html-cloud":"^22.11.2"
5656
}
5757
}
5858
```

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asposecloud/aspose-html-cloud",
3-
"version": "22.11.1",
3+
"version": "22.11.2",
44
"description": "Aspose.Html Cloud Node.js SDK",
55
"license": "MIT",
66
"main": "./src/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
/**
4646
* @module ApiClient
47-
* @version 22.11.1
47+
* @version 22.11.2
4848
*/
4949

5050
/**
@@ -124,7 +124,7 @@
124124
"User-Agent":conf['defaultUserAgent'],
125125
"Authorization":"Bearer " + this.accessToken,
126126
"x-aspose-client":"aspose.html-cloud nodejs sdk",
127-
"x-aspose-client-version":"22.11.1"
127+
"x-aspose-client-version":"22.11.2"
128128
};
129129
};
130130

src/api/ConversionApi.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* --------------------------------------------------------------------------------------------------------------------
2626
*/
2727

28-
const helper = require("../../test/helper");
2928
(function (root, factory) {
3029
if (typeof define === 'function' && define.amd) {
3130
// AMD. Register as an anonymous module.
@@ -46,7 +45,7 @@ const helper = require("../../test/helper");
4645
/**
4746
* Conversion service.
4847
* @module api/ConversionApi
49-
* @version 22.11.1
48+
* @version 22.11.2
5049
*/
5150

5251
/**

src/api/StorageApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
/**
7777
* Storage service.
7878
* @module api/StorageApi
79-
* @version 22.11.1
79+
* @version 22.11.2
8080
*/
8181

8282
/**

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* </pre>
7171
* </p>
7272
* @module index
73-
* @version 22.11.1
73+
* @version 22.11.2
7474
*/
7575
var exports = {
7676
/**

src/model/DiscUsage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The DiscUsage model module.
4747
* @module model/DiscUsage
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

src/model/Error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The Error model module.
4747
* @module model/Error
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

src/model/ErrorDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The ErrorDetails model module.
4747
* @module model/ErrorDetails
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

src/model/FileVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/**
4747
* The FileVersion model module.
4848
* @module model/FileVersion
49-
* @version 22.11.1
49+
* @version 22.11.2
5050
*/
5151

5252
/**

src/model/FileVersions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The FileVersions model module.
4747
* @module model/FileVersions
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050
/**
5151
* Constructs a new <code>FileVersions</code>.

src/model/FilesList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The FilesList model module.
4747
* @module model/FilesList
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

src/model/FilesUploadResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The FilesUploadResult model module.
4747
* @module model/FilesUploadResult
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

src/model/ObjectExist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The ObjectExist model module.
4747
* @module model/ObjectExist
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

src/model/StorageExist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/**
4747
* The StorageExist model module.
4848
* @module model/StorageExist
49-
* @version 22.11.1
49+
* @version 22.11.2
5050
*/
5151

5252
/**

src/model/StorageFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* The StorageFile model module.
4747
* @module model/StorageFile
48-
* @version 22.11.1
48+
* @version 22.11.2
4949
*/
5050

5151
/**

testdata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Aspose.Html Cloud Node.js SDK
22
[Aspose.Html Cloud](https://products.aspose.cloud/html) is a true [REST API](https://apireference.aspose.cloud/html/) that enables you to perform a wide range of html processing operations including manipulation and conversion in the cloud, with zero initial costs. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process html pages in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights.
33

4-
- API version: 22.11.1
5-
- Package version: 22.11.1
4+
- API version: 22.11.2
5+
- Package version: 22.11.2
66

77

88
### Possible conversions:
@@ -50,7 +50,7 @@ Please, add the following [nmp package](https://www.npmjs.com/package/@asposeclo
5050
```json
5151
{
5252
"dependencies": {
53-
"@asposecloud/aspose-html-cloud":"^22.11.1"
53+
"@asposecloud/aspose-html-cloud":"^22.11.2"
5454
}
5555
}
5656
```

0 commit comments

Comments
 (0)