@resora/plugin-clear-router 1.0.48 → 1.0.49
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 +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@resora/plugin-clear-router)
|
|
4
4
|
[](https://www.npmjs.com/package/@resora/plugin-clear-router)
|
|
5
|
-
[](https://github.com/arkstack-
|
|
6
|
-
[](https://github.com/arkstack-hq/resora/blob/main/LICENSE)
|
|
6
|
+
[](https://github.com/arkstack-hq/resora/actions/workflows/ci.yml)
|
|
7
|
+
[](https://github.com/arkstack-hq/resora/actions/workflows/deploy-docs.yml)
|
|
8
|
+
[](https://codecov.io/gh/arkstack-hq/resora)
|
|
9
9
|
|
|
10
|
-
This plugin lets [clear-router](https://arkstack-
|
|
10
|
+
This plugin lets [clear-router](https://arkstack-hq.github.io/clear-router) route handlers return Resora resources directly.
|
|
11
11
|
|
|
12
12
|
Use it when your application routes are registered through clear-router and you want inline handlers or controller actions to return `Resource`, `ResourceCollection`, or other Resora thenables without manually calling `.response(...)`.
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resora/plugin-clear-router",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
4
4
|
"description": "Opt-in bridge plugin for using resora return values inside clear-router handlers.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"plugin",
|
|
14
14
|
"typescript"
|
|
15
15
|
],
|
|
16
|
-
"homepage": "https://arkstack-
|
|
16
|
+
"homepage": "https://arkstack-hq.github.io/resora/plugins/clear-router",
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/arkstack-
|
|
18
|
+
"url": "https://github.com/arkstack-hq/resora/issues"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/arkstack-
|
|
22
|
+
"url": "git+https://github.com/arkstack-hq/resora.git",
|
|
23
23
|
"directory": "packages/plugin-clear-router"
|
|
24
24
|
},
|
|
25
25
|
"readme": "README.md",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"resora": "^1.3.16"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"clear-router": "^2.8.
|
|
46
|
+
"clear-router": "^2.8.8"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@koa/router": "^15.5.0",
|