@toa.io/extensions.configuration 0.20.0-dev.18 → 0.20.0-dev.19

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/extensions.configuration",
3
- "version": "0.20.0-dev.18",
3
+ "version": "0.20.0-dev.19",
4
4
  "description": "Toa Configuration",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -16,11 +16,11 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@toa.io/core": "0.20.0-dev.18",
20
- "@toa.io/generic": "0.20.0-dev.18",
21
- "@toa.io/schema": "0.20.0-dev.18",
22
- "@toa.io/yaml": "0.20.0-dev.18",
19
+ "@toa.io/core": "0.20.0-dev.19",
20
+ "@toa.io/generic": "0.20.0-dev.19",
21
+ "@toa.io/schema": "0.20.0-dev.19",
22
+ "@toa.io/yaml": "0.20.0-dev.19",
23
23
  "clone-deep": "4.0.1"
24
24
  },
25
- "gitHead": "24c2fccf1af324fc4b0e32d5e3e012786618f5bb"
25
+ "gitHead": "e10214f746cf4fc699af42dba90e099487177a43"
26
26
  }
package/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # Toa Configuration Extension
1
+ # Toa Configuration
2
2
 
3
3
  ## TL;DR
4
4
 
@@ -45,7 +45,8 @@ $ toa conceal configuration BAZ_VALUE=$ecr3t
45
45
 
46
46
  ## Problem Definition
47
47
 
48
- - Components must be reusable in different contexts and deployment environments that are in different configurations.
48
+ - Components must be reusable in different contexts and deployment environments that are in
49
+ different configurations.
49
50
  - Some algorithm parameters must be deployed secretly.
50
51
 
51
52
  ## Definitions
@@ -232,7 +233,8 @@ Configuration can be exported by [`toa env`](/runtime/cli/readme.md#env).
232
233
  Context Configuration values may contain placeholders that reference environment variables.
233
234
  Placeholders are replaced with values if the corresponding environment variables are set.
234
235
 
235
- > Placeholders can only be used with local environment (exported by `toa env`), as these values are not
236
+ > Placeholders can only be used with local environment (exported by `toa env`), as these values are
237
+ > not
236
238
  > deployed.
237
239
 
238
240
  ```yaml
File without changes