@travetto/config 2.0.3 → 2.1.2

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 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -110,7 +110,7 @@ $ node @travetto/boot/bin/main ./doc/dbconfig-run.ts
110
110
  message: 'Failed to construct @trv:config/doc/dbconfig○DBConfig as validation errors have occurred',
111
111
  category: 'data',
112
112
  type: 'ValidationResultError',
113
- at: 2021-03-14T05:00:00.618Z,
113
+ at: 2022-03-14T04:00:00.618Z,
114
114
  class: '@trv:config/doc/dbconfig○DBConfig',
115
115
  file: '@trv:config/doc/dbconfig.ts',
116
116
  errors: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@travetto/config",
3
3
  "displayName": "Configuration",
4
- "version": "2.0.3",
4
+ "version": "2.1.2",
5
5
  "description": "Environment-aware config management using yaml files",
6
6
  "keywords": [
7
7
  "yaml",
@@ -28,12 +28,12 @@
28
28
  "directory": "module/config"
29
29
  },
30
30
  "dependencies": {
31
- "@travetto/schema": "^2.0.5",
32
- "@travetto/transformer": "^2.0.3",
33
- "@travetto/yaml": "^2.0.2"
31
+ "@travetto/schema": "^2.1.2",
32
+ "@travetto/transformer": "^2.1.2",
33
+ "@travetto/yaml": "^2.1.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@travetto/di": "^2.0.3"
36
+ "@travetto/di": "^2.1.2"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"