@travetto/config 3.0.3 → 3.1.0-rc.1

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/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -145,6 +145,7 @@ $ trv main doc/dbconfig-run.ts
145
145
  errors: [
146
146
  {
147
147
  kind: 'required',
148
+ active: true,
148
149
  value: undefined,
149
150
  message: 'port is required',
150
151
  path: 'port',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/config",
3
- "version": "3.0.3",
3
+ "version": "3.1.0-rc.1",
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.0.3",
30
- "@travetto/schema": "^3.0.3",
31
- "@travetto/yaml": "^3.0.3"
29
+ "@travetto/di": "^3.1.0-rc.0",
30
+ "@travetto/schema": "^3.1.0-rc.1",
31
+ "@travetto/yaml": "^3.1.0-rc.0"
32
32
  },
33
33
  "travetto": {
34
34
  "displayName": "Configuration"