@travetto/config 3.1.0-rc.3 → 3.1.0-rc.5

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": "@travetto/config",
3
- "version": "3.1.0-rc.3",
3
+ "version": "3.1.0-rc.5",
4
4
  "description": "Configuration support",
5
5
  "keywords": [
6
6
  "yaml",
@@ -26,9 +26,9 @@
26
26
  "directory": "module/config"
27
27
  },
28
28
  "dependencies": {
29
- "@travetto/di": "^3.1.0-rc.0",
30
- "@travetto/schema": "^3.1.0-rc.2",
31
- "@travetto/yaml": "^3.1.0-rc.0"
29
+ "@travetto/di": "^3.1.0-rc.2",
30
+ "@travetto/schema": "^3.1.0-rc.4",
31
+ "@travetto/yaml": "^3.1.0-rc.2"
32
32
  },
33
33
  "travetto": {
34
34
  "displayName": "Configuration"
@@ -139,7 +139,7 @@ export class Configuration {
139
139
  const og = util.inspect.defaultOptions.depth;
140
140
  util.inspect.defaultOptions.depth = 100;
141
141
  console.log('Initialized', {
142
- manifest: RootIndex.mainDigest(),
142
+ manifest: RootIndex.manifestDigest(),
143
143
  env: GlobalEnv.toJSON(),
144
144
  config: await this.exportActive()
145
145
  });