@ctx-core/jwt 10.1.13 → 10.1.16
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @ctx-core/jwt
|
|
2
2
|
|
|
3
|
+
## 10.1.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @ctx-core/function: 20.10.0
|
|
8
|
+
|
|
9
|
+
## 10.1.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- @ctx-core/function: 20.9.1
|
|
14
|
+
|
|
15
|
+
## 10.1.14
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- @ctx-core: 20.9.0
|
|
20
|
+
|
|
3
21
|
## 10.1.13
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/jwt",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.16",
|
|
4
4
|
"description": "ctx-core jwt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@ctx-core/atob": "^10.0.57",
|
|
28
28
|
"@ctx-core/error": "^11.5.0",
|
|
29
|
-
"@ctx-core/function": "^20.
|
|
29
|
+
"@ctx-core/function": "^20.10.0",
|
|
30
30
|
"@swc/cli": "^0.1.57",
|
|
31
|
-
"@swc/core": "^1.2.
|
|
31
|
+
"@swc/core": "^1.2.218"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"c8": "^7.
|
|
34
|
+
"c8": "^7.12.0",
|
|
35
35
|
"check-dts": "^0.6.7",
|
|
36
|
-
"
|
|
36
|
+
"tsx": "^3.8.0",
|
|
37
37
|
"typescript": "next",
|
|
38
|
-
"uvu": "^0.5.
|
|
38
|
+
"uvu": "^0.5.6"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"clean": ":",
|
|
48
48
|
"exec": "$@",
|
|
49
49
|
"test": "pnpm test-unit && check-dts",
|
|
50
|
-
"test-unit": "
|
|
50
|
+
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
|
|
51
51
|
"test-unit-coverage": "c8 pnpm test-unit"
|
|
52
52
|
}
|
|
53
53
|
}
|
package/src/_types/JwtToken.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type nullish } from '@ctx-core/function'
|
|
2
2
|
export declare function header_authorization_jwt_token_(authorization:string|nullish):string|null
|
|
3
3
|
export {
|
|
4
4
|
header_authorization_jwt_token_ as _header_authorization_jwt_token,
|
package/src/jwt_token_exp_.d.ts
CHANGED
package/COMMIT_EDITMSG
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|