fix: clean up not required content

Signed-off-by: John Redwood <john.r.k.redwood@gmail.com>
This commit is contained in:
John Redwood
2025-08-19 19:50:05 +10:00
parent a1398b38ad
commit 2fcfbfbd28
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
---
'@backstage/backend-test-utils': minor
'@backstage/backend-defaults': minor
---
@@ -88,7 +88,7 @@ export class InfinispanOptionsMapper {
...(name && { name }),
servers: clusterConf.getConfigArray('servers').map(serverConf => ({
host: serverConf.getString('host'),
port: serverConf.getNumber('port'),
port: serverConf.getOptionalNumber('port') ?? 11222,
})),
} as InfinispanClusterConfig;
});
-1
View File
@@ -69,7 +69,6 @@
"cookie": "^0.7.0",
"express": "^4.17.1",
"fs-extra": "^11.0.0",
"infinispan": "^0.12.0",
"keyv": "^5.2.1",
"knex": "^3.0.0",
"mysql2": "^3.0.0",
-1
View File
@@ -2756,7 +2756,6 @@ __metadata:
cookie: "npm:^0.7.0"
express: "npm:^4.17.1"
fs-extra: "npm:^11.0.0"
infinispan: "npm:^0.12.0"
keyv: "npm:^5.2.1"
knex: "npm:^3.0.0"
mysql2: "npm:^3.0.0"