groupdocs-parser-cloud 23.7.0 → 23.10.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.
@@ -36,7 +36,7 @@ class Configuration {
36
36
  /**
37
37
  * API base URL, default is 'https://api.groupdocs.cloud'
38
38
  */
39
- this.apiBaseUrl = "https://api-qa.groupdocs.cloud";
39
+ this.apiBaseUrl = "https://api.groupdocs.cloud";
40
40
  /**
41
41
  * Gets or sets the API version
42
42
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "groupdocs-parser-cloud",
3
- "version": "23.7.0",
3
+ "version": "23.10.0",
4
4
  "description": "GroupDocs.Parser Cloud SDK for Node.js",
5
5
  "homepage": "https://products.groupdocs.cloud/parser",
6
6
  "author": {