Skip to content

Commit 943ec1b

Browse files
committed
v0.9.1
1 parent 1206257 commit 943ec1b

14 files changed

Lines changed: 56 additions & 134 deletions

File tree

package-lock.json

Lines changed: 28 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/conf-cdbi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemonldap-ng/conf-cdbi",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "lemonldap-ng class for CDBI configuration access",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -23,7 +23,7 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"@lemonldap-ng/conf-dbi": "^0.9.0"
26+
"@lemonldap-ng/conf-dbi": "^0.9.1"
2727
},
2828
"bugs": {
2929
"url": "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues"

packages/conf-dbi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemonldap-ng/conf-dbi",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "lemonldap-ng base class for *DBI configuration access",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -23,7 +23,7 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"perl-dbi": "^0.9.0"
26+
"perl-dbi": "^0.9.1"
2727
},
2828
"bugs": {
2929
"url": "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues"

packages/conf-rdbi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemonldap-ng/conf-rdbi",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "lemonldap-ng class for RDBI configuration access",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -23,7 +23,7 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"@lemonldap-ng/conf-dbi": "^0.9.0"
26+
"@lemonldap-ng/conf-dbi": "^0.9.1"
2727
},
2828
"bugs": {
2929
"url": "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues"

packages/conf/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemonldap-ng/conf",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "LemonLDAP::NG configuration loader",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -28,10 +28,10 @@
2828
"ini": "^3.0.0"
2929
},
3030
"optionalDependencies": {
31-
"@lemonldap-ng/conf-cdbi": "^0.9.0",
31+
"@lemonldap-ng/conf-cdbi": "^0.9.1",
3232
"@lemonldap-ng/conf-ldap": "^0.8.0",
3333
"@lemonldap-ng/conf-mongodb": "^0.8.0",
34-
"@lemonldap-ng/conf-rdbi": "^0.9.0",
34+
"@lemonldap-ng/conf-rdbi": "^0.9.1",
3535
"@lemonldap-ng/conf-rest": "^0.8.0",
3636
"@lemonldap-ng/conf-yaml": "^0.8.0"
3737
},

packages/handler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lemonldap-ng-handler",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "LemonLDAP::NG handler for Node.js",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -23,12 +23,12 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"@lemonldap-ng/conf": "^0.9.0",
26+
"@lemonldap-ng/conf": "^0.9.1",
2727
"@lemonldap-ng/jwt": "^0.8.0",
2828
"@lemonldap-ng/logger": "^0.8.0",
2929
"@lemonldap-ng/message-broker": "^0.8.0",
3030
"@lemonldap-ng/safelib": "^0.8.0",
31-
"@lemonldap-ng/session": "^0.9.0",
31+
"@lemonldap-ng/session": "^0.9.1",
3232
"node-fastcgi": "^1.3.3",
3333
"normalize-url": "^7.0.3",
3434
"re2": "^1.17.7"

packages/message-broker-pg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemonldap-ng/message-broker-pg",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "PostgreSQL message broker for LemonLDAP::NG handler",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@lemonldap-ng/message-broker": "^0.8.0",
2727
"@lemonldap-ng/types": "^0.8.0",
28-
"perl-dbi": "^0.9.0",
28+
"perl-dbi": "^0.9.1",
2929
"pg": "^8.13.3"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)