Skip to content

Commit 48cba3f

Browse files
committed
0.7.3-handler
1 parent 125ac80 commit 48cba3f

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

packages/z-handler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ backends:
209209
- Redis _(install `redis` to use them)_:
210210
- [Apache::Session::Redis](https://metacpan.org/pod/Apache::Session::Redis)
211211
- [Apache::Session::Browseable::Redis](https://metacpan.org/pod/Apache::Session::Browseable::Redis)
212-
- LDAP backends _(install `ldapjs` to use them)_:
212+
- LDAP backends _(install `ldapts` to use them)_:
213213
- [Apache::Session::LDAP](https://metacpan.org/pod/Apache::Session::LDAP)
214214
- [Apache::Session::Browseable::LDAP](https://metacpan.org/pod/Apache::Session::Browseable::LDAP)
215215
- SQL backends _(install `nodedbi` to use them)_:

packages/z-handler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lemonldap-ng-handler",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "LemonLDAP::NG handler for Node.js",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -23,10 +23,10 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"@lemonldap-ng/conf": "^0.6.4",
27-
"@lemonldap-ng/logger": "^0.6.4",
28-
"@lemonldap-ng/safelib": "^0.7.1",
29-
"@lemonldap-ng/session": "^0.6.4",
26+
"@lemonldap-ng/conf": "^0.7.1",
27+
"@lemonldap-ng/logger": "^0.7.0",
28+
"@lemonldap-ng/safelib": "^0.7.0",
29+
"@lemonldap-ng/session": "^0.7.0",
3030
"node-fastcgi": "^1.3.3",
3131
"normalize-url": "^7.0.3",
3232
"re2": "^1.17.7"

packages/z-handler/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"compilerOptions": {
44
"outDir": "lib"
55
},
6-
"include": ["src/**/*", "test/**/*"]
6+
"include": ["src/**/*", "test/**/*"],
7+
"exclude": ["node_modules", "lib", "dist"]
78
}

0 commit comments

Comments
 (0)