@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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  [![NPM Downloads](https://img.shields.io/npm/dt/@resora/plugin-clear-router.svg)](https://www.npmjs.com/package/@resora/plugin-clear-router)
4
4
  [![npm version](https://img.shields.io/npm/v/@resora/plugin-clear-router.svg)](https://www.npmjs.com/package/@resora/plugin-clear-router)
5
- [![License](https://img.shields.io/npm/l/@resora/plugin-clear-router.svg)](https://github.com/arkstack-tmp/resora/blob/main/LICENSE)
6
- [![CI](https://github.com/arkstack-tmp/resora/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-tmp/resora/actions/workflows/ci.yml)
7
- [![Deploy Docs](https://github.com/arkstack-tmp/resora/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arkstack-tmp/resora/actions/workflows/deploy-docs.yml)
8
- [![codecov](https://codecov.io/gh/arkstack-tmp/resora/graph/badge.svg?token=IBgFGJCoOr)](https://codecov.io/gh/arkstack-tmp/resora)
5
+ [![License](https://img.shields.io/npm/l/@resora/plugin-clear-router.svg)](https://github.com/arkstack-hq/resora/blob/main/LICENSE)
6
+ [![CI](https://github.com/arkstack-hq/resora/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-hq/resora/actions/workflows/ci.yml)
7
+ [![Deploy Docs](https://github.com/arkstack-hq/resora/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arkstack-hq/resora/actions/workflows/deploy-docs.yml)
8
+ [![codecov](https://codecov.io/gh/arkstack-hq/resora/graph/badge.svg?token=IBgFGJCoOr)](https://codecov.io/gh/arkstack-hq/resora)
9
9
 
10
- This plugin lets [clear-router](https://arkstack-tmp.github.io/clear-router) route handlers return Resora resources directly.
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.48",
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-tmp.github.io/resora/plugins/clear-router",
16
+ "homepage": "https://arkstack-hq.github.io/resora/plugins/clear-router",
17
17
  "bugs": {
18
- "url": "https://github.com/arkstack-tmp/resora/issues"
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-tmp/resora.git",
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.6"
46
+ "clear-router": "^2.8.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@koa/router": "^15.5.0",