alp-node-auth 9.2.0 → 9.3.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 (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +12 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [9.3.0](https://github.com/christophehurpeau/alp/compare/alp-node-auth@9.2.0...alp-node-auth@9.3.0) (2024-01-06)
7
+
8
+ Note: no notable changes
9
+
10
+ Version bump for dependency: alp-node
11
+ Version bump for dependency: alp-router
12
+
13
+
6
14
  ## [9.2.0](https://github.com/christophehurpeau/alp/compare/alp-node-auth@9.1.0...alp-node-auth@9.2.0) (2024-01-06)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alp-node-auth",
3
- "version": "9.2.0",
3
+ "version": "9.3.0",
4
4
  "description": "authentication with alp",
5
5
  "keywords": [
6
6
  "alp"
@@ -86,26 +86,32 @@
86
86
  ],
87
87
  "extraEntries": [
88
88
  {
89
+ "directory": "strategies",
89
90
  "name": "strategies/dropbox",
90
91
  "types": "strategies/strategies.d.ts"
91
92
  },
92
93
  {
94
+ "directory": "strategies",
93
95
  "name": "strategies/facebook",
94
96
  "types": "strategies/strategies.d.ts"
95
97
  },
96
98
  {
99
+ "directory": "strategies",
97
100
  "name": "strategies/foursquare",
98
101
  "types": "strategies/strategies.d.ts"
99
102
  },
100
103
  {
104
+ "directory": "strategies",
101
105
  "name": "strategies/github",
102
106
  "types": "strategies/strategies.d.ts"
103
107
  },
104
108
  {
109
+ "directory": "strategies",
105
110
  "name": "strategies/google",
106
111
  "types": "strategies/strategies.d.ts"
107
112
  },
108
113
  {
114
+ "directory": "strategies",
109
115
  "name": "strategies/slack",
110
116
  "types": "strategies/strategies.d.ts"
111
117
  }
@@ -113,9 +119,9 @@
113
119
  },
114
120
  "prettier": "@pob/root/prettier-config",
115
121
  "peerDependencies": {
116
- "alp-node": "^6.0.0",
117
- "alp-router": "^7.0.0",
118
- "liwi-mongo": "^10.5.0 || ^11.0.0",
122
+ "alp-node": "^6.1.1",
123
+ "alp-router": "^7.1.1",
124
+ "liwi-mongo": "^11.0.0",
119
125
  "router-segments": "^9.1.0"
120
126
  },
121
127
  "dependencies": {
@@ -129,8 +135,8 @@
129
135
  },
130
136
  "devDependencies": {
131
137
  "@babel/core": "7.23.7",
132
- "alp-node": "6.1.1",
133
- "alp-router": "7.1.1",
138
+ "alp-node": "6.2.0",
139
+ "alp-router": "7.2.0",
134
140
  "liwi-mongo": "11.0.0",
135
141
  "pob-babel": "38.0.2",
136
142
  "router-segments": "9.1.0",