chore(release): 1.0.1 [skip ci]

## [1.0.1](https://github.com/node-casbin/file-adapter/compare/v1.0.0...v1.0.1) (2023-07-08)

### Bug Fixes

* update node version ([#8](https://github.com/node-casbin/file-adapter/issues/8)) ([67e1a5d](https://github.com/node-casbin/file-adapter/commit/67e1a5dc23a8795f6dde2f77c941264abd080296))
2 files changed
tree: 44156f24044ebada3549bd15c755a0e09e555ffc
  1. .github/
  2. examples/
  3. src/
  4. tests/
  5. .eslintignore
  6. .eslintrc
  7. .gitattributes
  8. .gitignore
  9. .prettierrc
  10. .releaserc.json
  11. CHANGELOG.md
  12. jest.config.ts
  13. LICENSE
  14. package.json
  15. README.md
  16. tsconfig.cjs.json
  17. tsconfig.esm.json
  18. tsconfig.json
  19. yarn.lock
README.md

Casbin File Adapter

NPM version NPM download Build Status Discord

File Adapter is the file adapter for Node-Casbin. It was built into node-casbin before version v5.6.1.

With this library, Node-Casbin can load policy from policy file.

Installation

yarn add -D casbin-file-adapter

// or

npm install casbin-prisma-adapter --save-dev

Getting Help

License

This project is under Apache 2.0 License. See the LICENSE file for the full license text.