@leverege/build-tools 2.50.7 → 2.50.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.50.7",
3
+ "version": "2.50.8",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -67,7 +67,7 @@
67
67
  "inquirer": "^9.2.20",
68
68
  "js-yaml": "^4.1.0",
69
69
  "ms": "^2.1.3",
70
- "npm-registry-fetch": "^16.2.1",
70
+ "npm-registry-fetch": "^17.0.0",
71
71
  "package-up": "^5.0.0",
72
72
  "parse-gitignore": "^2.0.0",
73
73
  "read-pkg": "^9.0.1",
@@ -78,6 +78,6 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "@leverege/eslint-config-leverege": "^4.2.0",
81
- "npm": "^10.6.0"
81
+ "npm": "^10.7.0"
82
82
  }
83
83
  }
@@ -6,10 +6,10 @@ config:
6
6
 
7
7
  # CNPG overrides
8
8
  # # stock pgsql
9
- # MODEL_SQL_HOST: "db-postgres-stack-rw.cnpg-operands"
10
- # PG_MODELS_HOST: "db-postgres-stack-rw.cnpg-operands"
9
+ # MODEL_SQL_HOST: "cnpg-db-psql-stack-rw.cnpg-operands"
10
+ # PG_MODELS_HOST: "cnpg-db-psql-stack-rw.cnpg-operands"
11
11
  # # timescale
12
- # PG_HOST: "db-timescale-plain-r.cnpg-operands"
12
+ # PG_HOST: "cnpg-db-tsdb-basic-r.cnpg-operands"
13
13
 
14
14
  autoscaling:
15
15
  minReplicas: 3
@@ -7,4 +7,4 @@ config:
7
7
  USE_MEMORY_CONTROLLER_CHECK_MODE : "false"
8
8
 
9
9
  # CNPG override
10
- # SQL_HOST: "db-postgres-stack-rw.cnpg-operands" # vs postgres-postgresql
10
+ # SQL_HOST: "cnpg-db-psql-stack-rw.cnpg-operands" # vs postgres-postgresql
@@ -12,4 +12,4 @@ config:
12
12
  UPLOADER_LOCATION: "OVH:<GCE_REGION>"
13
13
 
14
14
  # CNPG override
15
- # SQL_HOST: "db-postgres-stack-rw.cnpg-operands" # vs postgres-postgresql
15
+ # SQL_HOST: "cnpg-db-psql-stack-rw.cnpg-operands" # vs postgres-postgresql
@@ -5,4 +5,4 @@ config:
5
5
  LOG_CONFIG: '{"type":"pino","level":"warn"}'
6
6
 
7
7
  # CNPG override
8
- # MODELS_SEQUELIZE_HOST: "db-postgres-stack-rw.cnpg-operands" # vs postgres-postgresql
8
+ # MODELS_SEQUELIZE_HOST: "cnpg-db-psql-stack-rw.cnpg-operands" # vs postgres-postgresql
@@ -5,4 +5,4 @@ config:
5
5
  LOG_CONFIG: '{"type":"pino","level":"warn"}'
6
6
 
7
7
  # CNPG override
8
- # SQL_HOST: "db-postgres-stack-rw.cnpg-operands" # vs postgres-postgresql
8
+ # SQL_HOST: "cnpg-db-psql-stack-rw.cnpg-operands" # vs postgres-postgresql
@@ -10,11 +10,11 @@ config:
10
10
  DENSE_HISTORY_TDB_CACHE_KEY_PREFIX: "timescale-dh"
11
11
  DENSE_HISTORY_MIGRATE_PAGE_SIZE_LIMIT: "50"
12
12
 
13
- # PG_HOST: "db-timescale-dense-rw"
14
- PG_HOST: "db-timescale-dense-pool-rw.cnpg-operands"
13
+ # PG_HOST: "cnpg-db-tsdb-dense-rw"
14
+ PG_HOST: "cnpg-db-tsdb-dense-pool-rw.cnpg-operands"
15
15
 
16
16
  # password from secret
17
- PG_PASSWORD_SECRET: "db-timescale-dense-postgres-pw"
17
+ PG_PASSWORD_SECRET: "cnpg-db-tsdb-dense-postgres-pw"
18
18
  PG_PASSWORD_KEY: "password"
19
19
 
20
20
  TRANSPORT_CONFIG: '{
@@ -14,7 +14,7 @@ config:
14
14
  LOG_CONFIG: '{"type":"pino","level":"warn"}'
15
15
 
16
16
  # CNPG override
17
- # PG_HOST: "db-timescale-plain-rw.cnpg-operands"
17
+ # PG_HOST: "cnpg-db-tsdb-basic-rw.cnpg-operands"
18
18
 
19
19
  TRANSPORT_CONFIG: '{
20
20
  "type": "pubsub",