ldap-authentication 4.1.0 → 4.2.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.
@@ -16,7 +16,7 @@ jobs:
16
16
  runs-on: ubuntu-latest
17
17
  strategy:
18
18
  matrix:
19
- node-version: [20.x, 22.x, 24.x]
19
+ node-version: [22.x, 24.x]
20
20
 
21
21
  name: 'Integration Node v${{ matrix.node-version }}'
22
22
 
package/README.md CHANGED
@@ -323,4 +323,4 @@ Version 2 supports Node version 12, 14, 15, 16, 17 and 18.
323
323
 
324
324
  Version 3 supports Node version 16, 17, 18, 20 and 22.
325
325
 
326
- Version 4 supports Node version 20 and above.
326
+ Version 4 supports Node version 22 and above.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ldap-authentication",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "A simple async nodejs library for LDAP user authentication",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "./package.json": "./package.json"
15
15
  },
16
16
  "engines": {
17
- "node": ">=20.0.0"
17
+ "node": ">=22.0.0"
18
18
  },
19
19
  "scripts": {
20
20
  "test": "node test/jasmine.js"