Skip to content

Commit 0d3a0c6

Browse files
committed
Update templates
1 parent e5f3c79 commit 0d3a0c6

11 files changed

Lines changed: 43 additions & 37 deletions

File tree

codegen/Templates/java/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
{{/threetenbp}}
308308
<maven-plugin-version>1.0.0</maven-plugin-version>
309309
<junit-version>4.13.2</junit-version>
310-
<jacoco.version>0.8.12</jacoco.version>
310+
<jacoco.version>0.8.14</jacoco.version>
311311
<versions-maven-plugin.version>2.21.0</versions-maven-plugin.version>
312312
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
313313
</properties>

codegen/Templates/nodejs/package.mustache

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,13 @@
160160
"tabWidth": 4
161161
},
162162
"tsup": {
163-
"entry": ["src/index.ts"],
164-
"format": ["cjs", "esm"],
163+
"entry": [
164+
"src/index.ts"
165+
],
166+
"format": [
167+
"cjs",
168+
"esm"
169+
],
165170
"dts": true,
166171
"splitting": false,
167172
"sourcemap": false,
@@ -170,14 +175,15 @@
170175
},
171176
"devDependencies": {
172177
"@types/jest": "^30.0.0",
178+
"@types/node": "^18.19.0",
173179
"@typescript-eslint/eslint-plugin": "^8.40.0",
174180
"@typescript-eslint/parser": "^8.40.0",
175181
"eslint": "^9.33.0",
176182
"eslint-config-prettier": "^10.1.8",
177183
"eslint-plugin-prettier": "^5.5.5",
178184
"npm-check-updates": "^17.1.18",
179-
"prettier": "^3.8.1",
180-
"ts-jest": "^29.4.6",
185+
"prettier": "^3.8.2",
186+
"ts-jest": "^29.4.9",
181187
"tslib": "^2.8.1",
182188
"tsup": "^8.5.1",
183189
"uuid": "^13.0.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": "36",
55
"apiPackage": "com.aspose.barcode.cloud.demo_app",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "26.3.2",
7+
"artifactVersion": "26.4.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.26.3",
6+
"pubVersion": "4.26.4",
77
"useEnumExtension": true
88
}

codegen/config-dotnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "Aspose.BarCode.Cloud.Sdk",
3-
"packageVersion": "26.3.0",
3+
"packageVersion": "26.4.0",
44
"targetFramework": "netstandard2.0"
55
}

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.2603.0"
3+
"packageVersion": "4.2604.0"
44
}

codegen/config-java.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"apiPackage": "com.aspose.barcode.cloud.api",
3-
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
4-
"artifactId": "aspose-barcode-cloud",
5-
"artifactUrl": "https://www.aspose.cloud",
6-
"artifactVersion": "26.3.2",
7-
"developerEmail": "denis.averin@aspose.com",
8-
"developerName": "Denis Averin",
9-
"developerOrganization": "Aspose",
10-
"developerOrganizationUrl": "https://www.aspose.cloud",
11-
"groupId": "com.aspose",
12-
"hideGenerationTimestamp": true,
13-
"invokerPackage": "com.aspose.barcode.cloud",
14-
"licenseName": "MIT License",
15-
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
16-
"modelPackage": "com.aspose.barcode.cloud.model",
17-
"scmConnection": "scm:git:git@github.com:aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Java.git",
18-
"scmDeveloperConnection": "scm:git:git@github.com:aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Java.git",
19-
"scmUrl": "https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Java"
20-
}
2+
"apiPackage": "com.aspose.barcode.cloud.api",
3+
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
4+
"artifactId": "aspose-barcode-cloud",
5+
"artifactUrl": "https://www.aspose.cloud",
6+
"artifactVersion": "26.4.0",
7+
"developerEmail": "denis.averin@aspose.com",
8+
"developerName": "Denis Averin",
9+
"developerOrganization": "Aspose",
10+
"developerOrganizationUrl": "https://www.aspose.cloud",
11+
"groupId": "com.aspose",
12+
"hideGenerationTimestamp": true,
13+
"invokerPackage": "com.aspose.barcode.cloud",
14+
"licenseName": "MIT License",
15+
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
16+
"modelPackage": "com.aspose.barcode.cloud.model",
17+
"scmConnection": "scm:git:git@github.com:aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Java.git",
18+
"scmDeveloperConnection": "scm:git:git@github.com:aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Java.git",
19+
"scmUrl": "https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Java"
20+
}

codegen/config-node.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"npmName": "aspose-barcode-cloud-node",
3-
"npmVersion": "26.3.2",
4-
"supportsES6": true
5-
}
2+
"npmName": "aspose-barcode-cloud-node",
3+
"npmVersion": "26.4.0",
4+
"supportsES6": true
5+
}

codegen/config-php.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"artifactVersion": "26.3.1",
3-
"invokerPackage": "Aspose\\BarCode"
4-
}
2+
"artifactVersion": "26.4.0",
3+
"invokerPackage": "Aspose\\BarCode"
4+
}

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-SDK-for-Python",
4-
"packageVersion": "26.3.0",
4+
"packageVersion": "26.4.0",
55
"projectName": "aspose-barcode-cloud"
66
}

0 commit comments

Comments
 (0)