@toa.io/core 0.20.0-dev.31 → 0.20.0-dev.34

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/core",
3
- "version": "0.20.0-dev.31",
3
+ "version": "0.20.0-dev.34",
4
4
  "description": "Toa Core",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@rsql/parser": "1.2.4",
24
- "@toa.io/console": "0.20.0-dev.31",
25
- "@toa.io/generic": "0.20.0-dev.31",
26
- "@toa.io/yaml": "0.20.0-dev.31",
24
+ "@toa.io/console": "0.20.0-dev.34",
25
+ "@toa.io/generic": "0.20.0-dev.34",
26
+ "@toa.io/yaml": "0.20.0-dev.34",
27
27
  "clone-deep": "4.0.1"
28
28
  },
29
- "gitHead": "f9ad6bf2bab1298b96ca52557b7e36b6041cfc88"
29
+ "gitHead": "7035b1985fe9bb844069308a272d061bfbd38bf0"
30
30
  }
@@ -7,9 +7,9 @@ import * as _bindings from './bindings'
7
7
  declare namespace toa.core.extensions {
8
8
 
9
9
  interface Factory {
10
- tenant? (locator: _core.Locator, declaration: object): _core.Connector
10
+ tenant? (locator: _core.Locator, manifest: object): _core.Connector
11
11
 
12
- aspect? (locator: _core.Locator, declaration: object): Aspect | Aspect[]
12
+ aspect? (locator: _core.Locator, manifest: object | null): Aspect | Aspect[]
13
13
 
14
14
  service? (name?: string): _core.Connector | null
15
15