@golemio/municipal-libraries 1.2.1 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/municipal-libraries",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Golemio Municipal Libraries Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "build-minimal": "run-s 'build -- --sourceMap false --declaration false'",
10
10
  "build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
11
11
  "pretest": "golemio import-db-data --postgres",
12
- "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts'",
12
+ "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts'",
13
13
  "test-debug": "run-s 'test -- --inspect-brk=9230'",
14
14
  "code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
15
15
  "migrate-db": "golemio migrate-db up --postgres",
@@ -26,7 +26,7 @@
26
26
  "url": "https://gitlab.com/operator-ict/golemio/code/modules/municipal-libraries"
27
27
  },
28
28
  "engines": {
29
- "node": ">=16.0.0",
29
+ "node": ">=18.0.0",
30
30
  "npm": ">=8.0.0",
31
31
  "yarn": "Use npm!"
32
32
  },
@@ -35,14 +35,14 @@
35
35
  "@commitlint/config-conventional": "^11.0.0",
36
36
  "@golemio/city-districts": "1.2.0-dev.775903079",
37
37
  "@golemio/cli": "1.3.3",
38
- "@golemio/core": "1.2.22",
38
+ "@golemio/core": "1.5.1-dev.781430862",
39
39
  "@golemio/db-common": "1.0.2",
40
40
  "@golemio/eslint-config": "1.1.0",
41
41
  "@ovos-media/ts-transform-paths": "^1.7.18-1",
42
42
  "@types/chai": "4.2.3",
43
43
  "@types/chai-as-promised": "7.1.2",
44
44
  "@types/mocha": "^9.1.0",
45
- "@types/node": "^16.11.35",
45
+ "@types/node": "^18.13.0",
46
46
  "@types/sinon": "^9.0.10",
47
47
  "@types/supertest": "^2.0.12",
48
48
  "chai": "4.2.0",
@@ -65,7 +65,7 @@
65
65
  "typescript": "4.6.4"
66
66
  },
67
67
  "peerDependencies": {
68
- "@golemio/city-districts": "^1.0.0",
69
- "@golemio/core": "^1.0.0"
68
+ "@golemio/city-districts": ">=1.0.5",
69
+ "@golemio/core": ">=1.5.0"
70
70
  }
71
71
  }