Skip to content

Commit

Permalink
hafas-client@6.1 compatibility; 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 4, 2023
1 parent 8e5db57 commit b5d2fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022, Jannis R
Copyright (c) 2023, Jannis R

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hafas-client-rpc",
"description": "Make JSON-RPC calls to hafas-client via WebSockets, stdio, UNIX domain sockets & NATS streaming.",
"version": "5.0.0",
"version": "5.0.1",
"main": "index.js",
"files": [
"index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"nats-streaming-cli": "^1.0.2"
},
"peerDependencies": {
"hafas-client": ">=6.0 <=6.0"
"hafas-client": ">=6.0 <=6.1"
},
"scripts": {
"lint": "eslint --ext .js,.mjs .",
Expand Down

0 comments on commit b5d2fd6

Please sign in to comment.