simple-authz 1.0.2 → 1.0.3

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 CHANGED
@@ -490,7 +490,7 @@ Steps:
490
490
 
491
491
  # License
492
492
 
493
- MIT License
493
+ This project is licensed under the [Apache 2.0 license](LICENSE).
494
494
 
495
495
  ---
496
496
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-authz",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Simple authorization engine with TOON policy language",
5
5
  "main": "lib/core/authz.js",
6
6
  "scripts": {
Binary file