@diia-inhouse/scaffold 2.57.0 → 2.57.2

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.
@@ -22,7 +22,7 @@ STORE_READ_ONLY_OPTIONS={"port":6379}
22
22
  MONGO_HOST=mongo1
23
23
  MONGO_HOSTS=mongo1,mongo2,mongo3
24
24
  MONGO_PORT=27017
25
- MONGO_DATABASE=diia-<%= serviceName %>-service
25
+ MONGO_DATABASE=diia-<%= serviceName.replace(/-service$/, '') %>-service
26
26
  MONGO_USER=
27
27
  MONGO_PASSWORD=
28
28
  MONGO_REPLICA_SET=diia
@@ -3,7 +3,7 @@ to: <%= serviceName %>/package.json
3
3
  ---
4
4
 
5
5
  {
6
- "name": "<%= serviceName %>",
6
+ "name": "<%= serviceName.replace(/-service$/, '') %>",
7
7
  "version": "1.0.0",
8
8
  "type": "module",
9
9
  "description": "<%= description %>",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diia-inhouse/scaffold",
3
- "version": "2.57.0",
3
+ "version": "2.57.2",
4
4
  "main": "dist/index.js",
5
5
  "engines": {
6
6
  "node": ">=22"
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@diia-inhouse/configs": "7.0.0",
36
- "@diia-inhouse/eslint-config": "8.8.3",
36
+ "@diia-inhouse/eslint-config": "8.8.4",
37
37
  "@types/lodash": "4.17.24",
38
38
  "@types/node": "25.3.3",
39
39
  "copyfiles": "2.4.1",