File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)_ :
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "outDir" : " lib"
55 },
6- "include" : [" src/**/*" , " test/**/*" ]
6+ "include" : [" src/**/*" , " test/**/*" ],
7+ "exclude" : [" node_modules" , " lib" , " dist" ]
78}
You can’t perform that action at this time.
0 commit comments