Skip to content

Commit 9fa80ef

Browse files
committed
build: update ngx-http-decorators to v16.0.0
1 parent b1bd5e5 commit 9fa80ef

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "ngx-http-decorators",
3-
"version": "15.1.0",
4-
"license": "MIT",
2+
"name": "ngx-http-decorators",
3+
"version": "16.0.0",
4+
"license": "MIT",
55
"repository": {
66
"type": "GitHub",
77
"url": "https://github.com/dkhrunov/ngx-http-decorators"
88
},
99
"keywords": [
1010
"angular",
11-
"angular http decorators",
11+
"angular http decorators",
1212
"decorators",
1313
"http-client",
1414
"http-client decorators",
1515
"reflect-metadata",
16-
"declarative-programming",
16+
"declarative-programming",
1717
"api-client",
1818
"api-wrapper",
1919
"api-rest",
2020
"rest",
21-
"ngx-http-decorators"
21+
"ngx-http-decorators"
2222
],
2323
"author": {
2424
"name": "Denis Khrunov",
2525
"email": "[email protected]"
2626
},
27-
"peerDependencies": {
28-
"@angular/common": "^15.0.0",
29-
"@angular/core": "^15.0.0"
30-
},
31-
"dependencies": {
32-
"tslib": "^2.3.0"
33-
}
27+
"peerDependencies": {
28+
"@angular/common": "^16.0.0",
29+
"@angular/core": "^16.0.0"
30+
},
31+
"dependencies": {
32+
"tslib": "^2.3.0"
33+
}
3434
}

0 commit comments

Comments
 (0)