react-ability-kit 0.1.3 → 0.1.4

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -81,7 +81,7 @@ Think of your app like this:
81
81
  User + Context → Ability → UI decisions
82
82
  ```
83
83
 
84
- Your package only handles the Ability part.
84
+ react-ability-kit only handles the Ability part.
85
85
 
86
86
  ```bash
87
87
  User ──► Policy ──► Ability ──► UI / Components
@@ -283,4 +283,4 @@ typing actions and resources
283
283
 
284
284
  exposing a clean can() API
285
285
 
286
- providing <Can /> for UI rendering
286
+ providing <Can /> for UI rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-ability-kit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",