@toa.io/bridges.node 1.0.0-alpha.81 → 1.0.0-alpha.86

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/bridges.node",
3
- "version": "1.0.0-alpha.81",
3
+ "version": "1.0.0-alpha.86",
4
4
  "description": "Toa Node Bridge (inproc)",
5
5
  "homepage": "https://toa.io",
6
6
  "author": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/parser": "7.24.7",
30
- "@toa.io/core": "1.0.0-alpha.81",
30
+ "@toa.io/core": "1.0.0-alpha.86",
31
31
  "@toa.io/filesystem": "1.0.0-alpha.63",
32
32
  "@toa.io/generic": "1.0.0-alpha.63",
33
33
  "fast-glob": "3.2.7",
@@ -36,5 +36,5 @@
36
36
  "devDependencies": {
37
37
  "clone-deep": "4.0.1"
38
38
  },
39
- "gitHead": "99c366c07ee6a34206ecb15d46c0f53e46eb9b06"
39
+ "gitHead": "9379190c388da1327a70f23e0b6f3ae47f0724fb"
40
40
  }
@@ -10,6 +10,8 @@ function logs (context, aspect) {
10
10
 
11
11
  return logs
12
12
  }, {})
13
+
14
+ context.logs.fork = (ctx) => aspect.invoke(context.operation, 'fork', ctx)
13
15
  }
14
16
 
15
17
  const CHANNELS = ['debug', 'info', 'warn', 'error']