alp-node-auth 7.0.0 → 7.1.0

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 (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +0 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.1.0](https://github.com/christophehurpeau/alp/compare/alp-node-auth@7.0.0...alp-node-auth@7.1.0) (2023-01-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update jsonwebtoken ([52e6ff5](https://github.com/christophehurpeau/alp/commit/52e6ff552baa8ab28136b2a8c436f6781a554f8d))
12
+
13
+
14
+ ### Features
15
+
16
+ * update configs ([e9cbde7](https://github.com/christophehurpeau/alp/commit/e9cbde74ddbbb730bc2b65bb6d0b87f2bba8006e))
17
+ * update nightingale and router-segments ([eb95316](https://github.com/christophehurpeau/alp/commit/eb953169651a5b335d2348f823dc65dc1261cfc0))
18
+
19
+
20
+
21
+
22
+
6
23
  # [7.0.0](https://github.com/christophehurpeau/alp/compare/alp-node-auth@6.1.2...alp-node-auth@7.0.0) (2022-11-27)
7
24
 
8
25
 
package/README.md CHANGED
@@ -94,7 +94,6 @@ export View from './LoginView';
94
94
  ```js
95
95
  import { ReactNode } from 'react';
96
96
  import T from 'react-alp-translate';
97
- import { Helmet } from 'alp-react';
98
97
  import { LoginButtons } from 'react-alp-login';
99
98
  import Header from '../components/HeaderComponent';
100
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alp-node-auth",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "authentication with alp",
5
5
  "keywords": [
6
6
  "alp"
@@ -71,30 +71,30 @@
71
71
  ]
72
72
  },
73
73
  "peerDependencies": {
74
- "alp-node": "^4.0.2",
75
- "alp-router": "^5.1.0",
76
- "liwi-mongo": "^8.0.1 || ^9.0.0",
74
+ "alp-node": "^5.0.0",
75
+ "alp-router": "^6.0.0",
76
+ "liwi-mongo": "^10.1.3",
77
77
  "react": "^18.1.0",
78
- "router-segments": "^5.0.0"
78
+ "router-segments": "^6.0.0"
79
79
  },
80
80
  "dependencies": {
81
- "@types/jsonwebtoken": "^8.5.1",
81
+ "@types/jsonwebtoken": "^9.0.1",
82
82
  "@types/simple-oauth2": "^2.5.1",
83
83
  "alp-types": "3.1.0",
84
84
  "cookies": "^0.8.0",
85
- "jsonwebtoken": "^8.5.1",
86
- "nightingale-logger": "^12.1.4",
85
+ "jsonwebtoken": "^9.0.0",
86
+ "nightingale-logger": "^13.0.0",
87
87
  "simple-oauth2": "^2.2.1"
88
88
  },
89
89
  "devDependencies": {
90
- "@babel/core": "7.20.2",
91
- "alp-node": "5.0.0",
92
- "alp-router": "6.0.0",
93
- "liwi-mongo": "9.1.0",
94
- "pob-babel": "35.3.0",
90
+ "@babel/core": "7.20.12",
91
+ "alp-node": "5.1.0",
92
+ "alp-router": "6.1.0",
93
+ "liwi-mongo": "10.1.3",
94
+ "pob-babel": "35.4.0",
95
95
  "react": "18.1.0",
96
- "router-segments": "5.0.0",
97
- "typescript": "4.9.3"
96
+ "router-segments": "6.0.0",
97
+ "typescript": "4.9.4"
98
98
  },
99
- "gitHead": "f50c153bb4ab2123eb137b375b2109734cd8fd0c"
99
+ "gitHead": "3ed5da625c70bb438fceb7e7cf76db198b3c7b3b"
100
100
  }