@ctx-core/jwt 10.4.13 → 10.4.15

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,46 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - jwt**expiration**error*: bad_credentials_error*: fix: arguments
8
+ - Updated dependencies
9
+ - @ctx-core/error@12.1.2
10
+
11
+ ## 10.4.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - @ctx-core/error@12.0.0
43
+
3
44
  ## 10.4.13
4
45
 
5
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.4.13",
3
+ "version": "10.4.15",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@ctx-core/atob": "^10.1.64",
28
- "@ctx-core/error": "^11.7.0",
28
+ "@ctx-core/error": "^12.1.2",
29
29
  "@ctx-core/function": "^21.12.2"
30
30
  },
31
31
  "devDependencies": {
@@ -8,9 +8,7 @@ export function jwt__expiration__error_(jwt_token) {
8
8
  return (
9
9
  jwt__expiration__is_valid_(jwt_token)
10
10
  ? null
11
- : bad_credentials_error_({
11
+ : bad_credentials_error_('Session Expired', {
12
12
  data: { jwt_token },
13
- error_message: 'Session Expired'
14
- })
15
- )
13
+ }))
16
14
  }
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-