@stonecrop/casl-middleware 0.27.0 → 0.28.0

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,8 +108,6 @@ pnpm dev:postgraphile
108
108
 
109
109
  ```
110
110
  .
111
- ├── examples/
112
- │ └── postgraphile/ # Postgraphile example implementation
113
111
  ├── src/
114
112
  │ ├── middleware/ # Core CASL middleware
115
113
  │ ├── types/ # TypeScript types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/casl-middleware",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "CASL authorization middleware for GraphQL servers",
5
5
  "keywords": [
6
6
  "casl",