@authup/server-kit 1.0.0-beta.10 → 1.0.0-beta.12

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 +1 -1
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![codecov](https://codecov.io/gh/authup/authup/branch/master/graph/badge.svg?token=FHE347R1NW)](https://codecov.io/gh/authup/authup)
6
6
  [![Known Vulnerabilities](https://snyk.io/test/github/authup/authup/badge.svg)](https://snyk.io/test/github/authup/authup)
7
7
 
8
- A dedicated toolkit for server-side services.
8
+ A toolkit for server-side services.
9
9
 
10
10
  **Table of Contents**
11
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@authup/server-kit",
3
- "version": "1.0.0-beta.10",
4
- "description": "SDK for server side services.",
3
+ "version": "1.0.0-beta.12",
4
+ "description": "A toolkit for server-side services.",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
7
7
  ".": {
@@ -25,6 +25,7 @@
25
25
  },
26
26
  "keywords": [
27
27
  "auth",
28
+ "kit",
28
29
  "utils",
29
30
  "jwt",
30
31
  "token",
@@ -54,7 +55,7 @@
54
55
  "@node-rs/bcrypt": "^1.10.4",
55
56
  "@node-rs/jsonwebtoken": "^0.5.6",
56
57
  "@socket.io/redis-emitter": "^5.1.0",
57
- "@types/nodemailer": "^6.4.14",
58
+ "@types/nodemailer": "^6.4.15",
58
59
  "locter": "^2.1.0",
59
60
  "redis-extension": "^1.3.0",
60
61
  "smob": "^1.5.0",
@@ -62,10 +63,10 @@
62
63
  "winston": "^3.13.0"
63
64
  },
64
65
  "devDependencies": {
65
- "@authup/kit": "^1.0.0-beta.10"
66
+ "@authup/kit": "^1.0.0-beta.12"
66
67
  },
67
68
  "peerDependencies": {
68
- "@authup/kit": "^1.0.0-beta.10"
69
+ "@authup/kit": "^1.0.0-beta.12"
69
70
  },
70
71
  "publishConfig": {
71
72
  "access": "public"