@routar/core 1.4.0 → 1.4.2
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.
- package/README.md +1 -1
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @routar/core
|
|
2
2
|
|
|
3
|
-
Core package for [routar](https://github.com/
|
|
3
|
+
Core package for [routar](https://github.com/minr2kb/routar) — endpoint definitions, typed router, API client factory, and middleware system.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@routar/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Schema-first HTTP API client — endpoint definitions, typed router, API client factory, and plugin system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -14,14 +14,18 @@
|
|
|
14
14
|
"middleware",
|
|
15
15
|
"rest"
|
|
16
16
|
],
|
|
17
|
-
"author":
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "Kyungbae Min",
|
|
19
|
+
"url": "https://github.com/minr2kb",
|
|
20
|
+
"email": "kbmin1129@gmail.com"
|
|
21
|
+
},
|
|
18
22
|
"license": "MIT",
|
|
19
23
|
"repository": {
|
|
20
24
|
"type": "git",
|
|
21
25
|
"url": "https://github.com/minr2kb/routar.git",
|
|
22
26
|
"directory": "packages/core"
|
|
23
27
|
},
|
|
24
|
-
"homepage": "https://
|
|
28
|
+
"homepage": "https://routar.vercel.app",
|
|
25
29
|
"type": "module",
|
|
26
30
|
"exports": {
|
|
27
31
|
".": {
|