@iwpnd/valhalla-ts 1.0.28 → 1.0.29

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/package.json +12 -12
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iwpnd/valhalla-ts",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "A nodejs client and helper utilities for valhalla routing engine",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -23,7 +23,7 @@
23
23
  "http-client"
24
24
  ],
25
25
  "engines": {
26
- "node": ">=20.x",
26
+ "node": ">=24.x",
27
27
  "yarn": "^1.22.x"
28
28
  },
29
29
  "scripts": {
@@ -42,25 +42,25 @@
42
42
  "prepare": "husky"
43
43
  },
44
44
  "dependencies": {
45
- "@iwpnd/rip-ts": "1.1.23",
45
+ "@iwpnd/rip-ts": "1.2.0",
46
46
  "@types/geojson": "7946.0.16"
47
47
  },
48
48
  "devDependencies": {
49
- "@commitlint/cli": "20.3.0",
50
- "@commitlint/config-conventional": "20.3.0",
49
+ "@commitlint/cli": "20.4.1",
50
+ "@commitlint/config-conventional": "20.4.1",
51
51
  "@eslint/core": "1.0.0",
52
52
  "@eslint/js": "9.39.2",
53
53
  "@semantic-release/changelog": "6.0.3",
54
54
  "@semantic-release/git": "10.0.1",
55
- "@semantic-release/github": "12.0.2",
56
- "@semantic-release/npm": "13.1.3",
55
+ "@semantic-release/github": "12.0.5",
56
+ "@semantic-release/npm": "13.1.4",
57
57
  "@semantic-release/release-notes-generator": "14.1.0",
58
58
  "@types/chance": "1.1.7",
59
59
  "@types/estree": "1.0.8",
60
60
  "@types/jest": "30.0.0",
61
61
  "@types/json-schema": "7.0.15",
62
- "@typescript-eslint/eslint-plugin": "8.52.0",
63
- "@typescript-eslint/parser": "8.52.0",
62
+ "@typescript-eslint/eslint-plugin": "8.55.0",
63
+ "@typescript-eslint/parser": "8.55.0",
64
64
  "chance": "1.1.13",
65
65
  "conventional-changelog-conventionalcommits": "9.1.0",
66
66
  "devmoji": "2.3.0",
@@ -69,15 +69,15 @@
69
69
  "eslint-config-prettier": "10.1.8",
70
70
  "eslint-import-resolver-typescript": "4.4.4",
71
71
  "eslint-plugin-import": "2.32.0",
72
- "eslint-plugin-prettier": "5.5.4",
72
+ "eslint-plugin-prettier": "5.5.5",
73
73
  "eslint-plugin-simple-import-sort": "12.1.1",
74
74
  "husky": "9.1.7",
75
75
  "jest": "30.2.0",
76
76
  "lint-staged": "16.2.7",
77
77
  "pinst": "3.0.0",
78
- "prettier": "3.7.4",
78
+ "prettier": "3.8.1",
79
79
  "rimraf": "6.1.2",
80
- "semantic-release": "25.0.2",
80
+ "semantic-release": "25.0.3",
81
81
  "ts-jest": "29.4.6",
82
82
  "typescript": "5.9.3",
83
83
  "typescript-eslint": "8.52.0"
package/readme.md CHANGED
@@ -125,7 +125,7 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
125
125
 
126
126
  ## Contact
127
127
 
128
- Benjamin Ramser - [@iwpnd](https://twitter.com/iwpnd) - iwpnd@posteo.com
128
+ Benjamin Ramser - [@iwpnd](https://bsky.app/profile/iwpnd.bsky.social) - iwpnd@posteo.com
129
129
 
130
130
  Project Link: [https://github.com/iwpnd/valhalla-ts](https://github.com/iwpnd/valhalla-ts)
131
131