@resora/plugin-clear-router 1.0.18 → 1.0.19

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @resora/plugin-clear-router
2
2
 
3
+ [![NPM Downloads](https://img.shields.io/npm/dt/@resora/plugin-clear-router.svg)](https://www.npmjs.com/package/@resora/plugin-clear-router)
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)
9
+
3
10
  Bridge plugins for integrating `resora` resources with `clear-router` handlers and controllers without modifying either package.
4
11
 
5
12
  ## Why
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resora/plugin-clear-router",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Opt-in bridge plugin for using resora return values inside clear-router handlers.",
5
5
  "publishConfig": {
6
6
  "access": "public"