pelias-openstreetmap 5.19.0 → 6.0.0
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.
|
@@ -11,10 +11,11 @@ jobs:
|
|
|
11
11
|
- 12.x
|
|
12
12
|
- 14.x
|
|
13
13
|
- 16.x
|
|
14
|
+
- 18.x
|
|
14
15
|
steps:
|
|
15
|
-
- uses: actions/checkout@
|
|
16
|
+
- uses: actions/checkout@v4
|
|
16
17
|
- name: 'Install node.js ${{ matrix.node-version }}'
|
|
17
|
-
uses: actions/setup-node@
|
|
18
|
+
uses: actions/setup-node@v4
|
|
18
19
|
with:
|
|
19
20
|
node-version: '${{ matrix.node-version }}'
|
|
20
21
|
- name: Run unit tests
|
|
@@ -8,11 +8,11 @@ jobs:
|
|
|
8
8
|
if: github.ref == 'refs/heads/master' && needs.unit-tests.result == 'success'
|
|
9
9
|
runs-on: ${{ vars.UBUNTU_VERSION }}
|
|
10
10
|
steps:
|
|
11
|
-
- uses: actions/checkout@
|
|
11
|
+
- uses: actions/checkout@v4
|
|
12
12
|
- name: Install Node.js
|
|
13
|
-
uses: actions/setup-node@
|
|
13
|
+
uses: actions/setup-node@v4
|
|
14
14
|
with:
|
|
15
|
-
node-version:
|
|
15
|
+
node-version: 20.x
|
|
16
16
|
- name: Run semantic-release
|
|
17
17
|
env:
|
|
18
18
|
GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
needs: [unit-tests, npm-publish]
|
|
29
29
|
runs-on: ${{ vars.UBUNTU_VERSION }}
|
|
30
30
|
steps:
|
|
31
|
-
- uses: actions/checkout@
|
|
31
|
+
- uses: actions/checkout@v4
|
|
32
32
|
- name: Build Docker images
|
|
33
33
|
env:
|
|
34
34
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pelias-openstreetmap",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=10.0.0"
|
|
6
6
|
},
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"lodash": "^4.17.4",
|
|
44
44
|
"pbf2json": "^6.9.0",
|
|
45
45
|
"pelias-blacklist-stream": "^1.0.0",
|
|
46
|
-
"pelias-config": "^
|
|
47
|
-
"pelias-dbclient": "^
|
|
46
|
+
"pelias-config": "^6.0.0",
|
|
47
|
+
"pelias-dbclient": "^3.0.0",
|
|
48
48
|
"pelias-logger": "^1.2.1",
|
|
49
|
-
"pelias-model": "^
|
|
49
|
+
"pelias-model": "^10.0.0",
|
|
50
50
|
"pelias-wof-admin-lookup": "^7.8.0",
|
|
51
51
|
"through2": "^3.0.0",
|
|
52
52
|
"through2-sink": "^1.0.0"
|