Skip to content

Commit 4a3d371

Browse files
Release 25.6 (#125)
* Update version and templates * Fix check-urls.py --------- Co-authored-by: Denis Averin <denis.averin@aspose.com>
1 parent 2d0454b commit 4a3d371

File tree

19 files changed

+25
-24
lines changed

19 files changed

+25
-24
lines changed

codegen/Templates/dart/pubspec.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies:
1717
http: '>=0.13.0 <2.0.0'
1818
1919
dev_dependencies:
20-
lints: ^5.1.1
20+
lints: ^6.0.0
2121
test: ^1.25.1

codegen/Templates/nodejs/package.mustache

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@
156156
"minify": true
157157
},
158158
"devDependencies": {
159-
"@types/jest": "^29.5.14",
159+
"@types/jest": "^30.0.0",
160160
"@types/uuid": "^10.0.0",
161161
"@typescript-eslint/eslint-plugin": "^8.26.1",
162162
"@typescript-eslint/parser": "^8.26.1",
163163
"eslint": "^9.22.0",
164-
"eslint-config-prettier": "^10.1.1",
165-
"eslint-plugin-prettier": "^5.2.3",
164+
"eslint-config-prettier": "^10.1.5",
165+
"eslint-plugin-prettier": "^5.5.0",
166166
"npm-check-updates": "^17.1.15",
167-
"prettier": "^3.5.3",
167+
"prettier": "^3.6.0",
168168
"ts-jest": "^29.2.6",
169169
"tslib": "^2.8.1",
170170
"tsup": "^8.4.0",

codegen/config-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"androidSdkVersion": "33",
55
"apiPackage": "com.aspose.barcode.cloud.demo_app",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "25.5.0",
7+
"artifactVersion": "25.6.0",
88
"groupId": "com.aspose",
99
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
1010
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"

codegen/config-dart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"browserClient": false,
44
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
55
"pubName": "aspose_barcode_cloud",
6-
"pubVersion": "4.25.5",
6+
"pubVersion": "4.25.6",
77
"useEnumExtension": true
88
}

codegen/config-go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packageName": "barcode",
3-
"packageVersion": "4.2505.0"
3+
"packageVersion": "4.2506.0"
44
}

codegen/config-java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
44
"artifactId": "aspose-barcode-cloud",
55
"artifactUrl": "https://www.aspose.cloud",
6-
"artifactVersion": "25.5.0",
6+
"artifactVersion": "25.6.0",
77
"developerEmail": "denis.averin@aspose.com",
88
"developerName": "Denis Averin",
99
"developerOrganization": "Aspose",

codegen/config-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"artifactVersion": "25.5.0",
2+
"artifactVersion": "25.6.0",
33
"invokerPackage": "Aspose\\BarCode"
44
}

codegen/config-python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "aspose_barcode_cloud",
33
"packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python",
4-
"packageVersion": "25.5.0",
4+
"packageVersion": "25.6.0",
55
"projectName": "aspose-barcode-cloud"
66
}

codegen/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"artifactVersion": "23.7.0",
33
"npmName": "aspose-barcode-cloud-node",
4-
"npmVersion": "25.5.0",
4+
"npmVersion": "25.6.0",
55
"packageName": "Aspose.BarCode.Cloud.Sdk",
6-
"packageVersion": "25.5.0",
6+
"packageVersion": "25.6.0",
77
"supportsES6": true,
88
"targetFramework": "netstandard2.0"
99
}

scripts/check-urls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class Curl:
4040
"https://api.aspose.cloud/v4.0": (Curl.HTTP_RETURNED_ERROR, 404),
4141
"https://api.aspose.cloud/v4.0/": (Curl.HTTP_RETURNED_ERROR, 404),
4242
"https://id.aspose.cloud/connect/token": (Curl.HTTP_RETURNED_ERROR, 400),
43-
"https://barcode.qa.aspose.cloud/v3.0/barcode/swagger/spec": (Curl.COULDNT_RESOLVE_HOST, None),
4443
# TODO: Temporary fix
4544
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
4645
}
@@ -88,7 +87,9 @@ class Curl:
8887
".sonatype.org",
8988
".w3.org",
9089
".wikipedia.org",
90+
9191
# Regular domains
92+
"barcode.qa.aspose.cloud",
9293
"editorconfig.org",
9394
]
9495
)

0 commit comments

Comments
 (0)