@nxtedition/lib 17.2.17 → 17.2.19

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/app.js +7 -0
  2. package/package.json +2 -3
package/app.js CHANGED
@@ -464,6 +464,13 @@ export function makeApp(appConfig, onTerminate) {
464
464
  rx.exhaustMap(async () => {
465
465
  try {
466
466
  await couch.up()
467
+ return [
468
+ {
469
+ id: 'app:couch',
470
+ level: 30,
471
+ msg: 'couch: connected',
472
+ },
473
+ ]
467
474
  } catch (err) {
468
475
  return [
469
476
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "17.2.17",
3
+ "version": "17.2.19",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -117,8 +117,7 @@
117
117
  "pinst": "^3.0.0",
118
118
  "prettier": "^3.2.5",
119
119
  "rxjs": "^7.5.6",
120
- "send": "^0.18.0",
121
- "tap": "^18.5.8"
120
+ "send": "^0.18.0"
122
121
  },
123
122
  "peerDependencies": {
124
123
  "@elastic/elasticsearch": "^8.6.0",