@payello-module/jwt 0.2.0 → 1.20240419.1629

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +28 -28
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
- "name": "@payello-module/jwt",
3
- "version": "0.2.0",
4
- "author": "Payello <devsupport@payello.com> (https://payello.com/)",
5
- "displayName": "@payello-module/jwt",
6
- "description": "JSON Web Token Module",
7
- "main": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "scripts": {
10
- "build": "tsc --build --clean && tsc",
11
- "watch": "tsc --watch",
12
- "prepare": "npm run build"
13
- },
14
- "devDependencies": {
15
- "payellodev": "^0.20240413.1813",
16
- "typescript": "^5.3.3"
17
- },
18
- "files": [
19
- "dist/*"
20
- ],
21
- "license": "UNLICENSED",
22
- "repository": {
23
- "type": "git",
24
- "url": "https://git.fuse.hk/payello/dev/payello-module/jwt"
25
- },
26
- "dependencies": {
27
- "@payello-module/encryption": "^0.1.3"
28
- }
29
- }
2
+ "name": "@payello-module/jwt",
3
+ "version": "1.20240419.1629",
4
+ "author": "Payello <devsupport@payello.com> (https://payello.com/)",
5
+ "displayName": "@payello-module/jwt",
6
+ "description": "JSON Web Token Module",
7
+ "main": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "scripts": {
10
+ "build": "tsc --build --clean && tsc",
11
+ "watch": "tsc --watch",
12
+ "prepare": "npm run build"
13
+ },
14
+ "devDependencies": {
15
+ "payellodev": "^0.20240413.1813",
16
+ "typescript": "^5.3.3"
17
+ },
18
+ "files": [
19
+ "dist/*"
20
+ ],
21
+ "license": "UNLICENSED",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://git.fuse.hk/payello/dev/payello-module/jwt"
25
+ },
26
+ "dependencies": {
27
+ "@payello-module/encryption": "^0.1.3"
28
+ }
29
+ }