Skip to content

Commit 778a38e

Browse files
Horse 3.1.0
1 parent 5a24775 commit 778a38e

File tree

4 files changed

+241
-242
lines changed

4 files changed

+241
-242
lines changed

boss-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"hash": "830981b993a8554a72d15f4378c1a4cc",
3-
"updated": "2022-02-16T09:05:26.6965591-03:00",
3+
"updated": "2023-03-09T23:16:37.9915349-03:00",
44
"installedModules": {
55
"github.com/hashload/horse": {
66
"name": "horse",
7-
"version": "3.0.0",
8-
"hash": "195e14c9c225f81a8c69d18b5118c149",
7+
"version": "3.1.0",
8+
"hash": "fc3b8eefb46c1a3b387e86ca46a9faa1",
99
"artifacts": {},
1010
"failed": false,
1111
"changed": false
1212
},
1313
"github.com/hashload/jhonson": {
1414
"name": "jhonson",
15-
"version": "1.1.4",
16-
"hash": "7f48e0509b98505a12fa80ee39b53aea",
15+
"version": "1.1.5",
16+
"hash": "b4efa1372fdf1109fbaf5a625b702f90",
1717
"artifacts": {},
1818
"failed": false,
1919
"changed": false

boss.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "handle-exception",
33
"description": "",
4-
"version": "1.0.0",
4+
"version": "0.1.8",
55
"homepage": "",
66
"mainsrc": "src/",
77
"projects": [],
88
"dependencies": {
9-
"github.com/hashload/horse": "^3.0.0",
10-
"github.com/hashload/jhonson": "^1.1.4"
9+
"github.com/hashload/horse": "^3.1.0",
10+
"github.com/hashload/jhonson": "^1.1.5"
1111
}
1212
}

samples/delphi/samples.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ begin
1111
.Use(HandleException);
1212

1313
THorse.Get('/ping',
14-
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
14+
procedure(Req: THorseRequest; Res: THorseResponse)
1515
begin
1616
raise EHorseException.New.Error('My Error!');
1717
end);

0 commit comments

Comments
 (0)