gtfs-to-chart 2.0.5 → 2.0.6

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 (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.0.6] - 2023-05-04
8
+ ### Updated
9
+ - Dependency updates
10
+
7
11
  ## [2.0.5] - 2022-12-31
8
12
  ### Updated
9
13
  - Update to node-gtfs v4
10
- - Dependency updates
14
+ - Dependency updates
11
15
  - Add Husky
12
16
 
13
17
  ## [2.0.4] - 2022-11-09
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtfs-to-chart",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "private": false,
5
5
  "description": "Generate stringline charts of a transit routes from GTFS",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "chalk": "^5.2.0",
33
33
  "connect-slashes": "^1.4.0",
34
34
  "express": "^4.18.2",
35
- "gtfs": "^4.0.1",
35
+ "gtfs": "^4.3.0",
36
36
  "js-beautify": "^1.14.7",
37
37
  "lodash-es": "^4.17.21",
38
38
  "moment": "^2.29.4",
@@ -44,14 +44,14 @@
44
44
  "sqlstring": "^2.3.3",
45
45
  "timer-machine": "^1.1.0",
46
46
  "untildify": "^4.0.0",
47
- "yargs": "^17.6.2"
47
+ "yargs": "^17.7.2"
48
48
  },
49
49
  "devDependencies": {
50
- "eslint": "^8.31.0",
51
- "eslint-config-prettier": "^8.5.0",
50
+ "eslint": "^8.39.0",
51
+ "eslint-config-prettier": "^8.8.0",
52
52
  "eslint-config-xo": "^0.43.1",
53
- "husky": "^7.0.0",
54
- "prettier": "^2.8.1",
53
+ "husky": "^8.0.3",
54
+ "prettier": "^2.8.8",
55
55
  "pretty-quick": "^3.1.3"
56
56
  },
57
57
  "engines": {