vbb-stations-autocomplete 4.2.0 → 4.4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vbb-stations-autocomplete",
3
3
  "description": "Search for stations of VBB.",
4
- "version": "4.2.0",
4
+ "version": "4.4.0",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "index.js",
@@ -25,7 +25,7 @@
25
25
  "repository": "git://github.com/derhuerst/vbb-stations-autocomplete.git",
26
26
  "license": "ISC",
27
27
  "engines": {
28
- "node": ">=8"
28
+ "node": ">=16"
29
29
  },
30
30
  "dependencies": {
31
31
  "synchronous-autocomplete": "^2.3.0",
@@ -34,16 +34,18 @@
34
34
  "devDependencies": {
35
35
  "benchmark": "^2.1.3",
36
36
  "cli-autocomplete": "^0.4.1",
37
+ "eslint": "^8.8.0",
37
38
  "lodash.sortby": "^4.7.0",
38
39
  "tap-min": "^2.0.0",
39
- "tape": "^4.6.3",
40
- "vbb-common-places": "^1.1.0",
41
- "vbb-stations": "^7.0.0"
40
+ "tape": "^5.0.0",
41
+ "vbb-common-places": "^2.0.0",
42
+ "vbb-stations": "^8.0.0"
42
43
  },
43
44
  "scripts": {
45
+ "lint": "eslint .",
44
46
  "build": "node ./build.js",
45
47
  "test": "node test.js | tap-min",
46
48
  "benchmark": "node benchmark.js",
47
- "prepublishOnly": "npm run build && npm test"
49
+ "prepublishOnly": "npm run lint && npm run build && npm test"
48
50
  }
49
51
  }
package/readme.md CHANGED
@@ -5,7 +5,6 @@
5
5
  *Note*: Because there are ~ `13k` stations, this module contains ~ `800k` of data (~ `240k` gzipped).
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/vbb-stations-autocomplete.svg)](https://www.npmjs.com/package/vbb-stations-autocomplete)
8
- [![build status](https://img.shields.io/travis/derhuerst/vbb-stations-autocomplete.svg)](https://travis-ci.org/derhuerst/vbb-stations-autocomplete)
9
8
  ![ISC-licensed](https://img.shields.io/github/license/derhuerst/vbb-stations-autocomplete.svg)
10
9
  [![gitter channel](https://badges.gitter.im/derhuerst/vbb-rest.svg)](https://gitter.im/derhuerst/vbb-rest)
11
10
  [![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)