jwt-license-verifier 0.1.5 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jwt-license-verifier",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.7",
|
4
4
|
"description": "Impleo Jwt license verifier",
|
5
5
|
"author": "IMPLEOTV SYSTEMS LTD",
|
6
6
|
"license": "Proprietary",
|
@@ -58,6 +58,7 @@
|
|
58
58
|
"@rollup/plugin-commonjs": "^22.0.0",
|
59
59
|
"@rollup/plugin-json": "^4.1.0",
|
60
60
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
61
|
+
"@rollup/plugin-terser": "^0.4.4",
|
61
62
|
"@semantic-release/changelog": "^6.0.3",
|
62
63
|
"@semantic-release/commit-analyzer": "^11.1.0",
|
63
64
|
"@semantic-release/git": "10.0.1",
|
@@ -67,12 +68,13 @@
|
|
67
68
|
"@types/jest": "^29.5.11",
|
68
69
|
"@types/jsonwebtoken": "^9.0.5",
|
69
70
|
"husky": "^8.0.0",
|
71
|
+
"jest": "^29.7.0",
|
70
72
|
"lint-staged": "^15.2.0",
|
71
73
|
"prettier": "^3.1.1",
|
72
74
|
"rimraf": "^5.0.5",
|
73
75
|
"rollup": "^2.74.1",
|
74
|
-
"rollup-plugin-terser": "^7.0.2",
|
75
76
|
"semantic-release": "^22.0.12",
|
77
|
+
"ts-jest": "^29.1.1",
|
76
78
|
"typescript": "^4.7.2"
|
77
79
|
},
|
78
80
|
"publishConfig": {
|