@authcore/core 0.5.3 → 0.5.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
@@ -1,8 +1,8 @@
1
1
  # @authcore/core
2
2
 
3
- > Framework-agnostic authentication engine - types, validation, password hashing, JWT, and adapter interfaces.
3
+ > Framework-agnostic authentication engine. Types, validation, password hashing, JWT, and adapter interfaces.
4
4
 
5
- This is the core package that powers all AuthCore framework adapters. You typically won't use it directly - instead, use [`@authcore/express`](https://www.npmjs.com/package/@authcore/express) or [`@authcore/fastify`](https://www.npmjs.com/package/@authcore/fastify).
5
+ This is the core package that powers all AuthCore framework adapters. You typically won't use it directly. Use [`@authcore/express`](https://www.npmjs.com/package/@authcore/express) or [`@authcore/fastify`](https://www.npmjs.com/package/@authcore/fastify) instead.
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authcore/core",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Framework-agnostic authentication core for AuthCore",
5
5
  "license": "MIT",
6
6
  "author": "David Ouatedem",