@toa.io/operations 0.20.0-dev.13 → 0.20.0-dev.14

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/operations",
3
- "version": "0.20.0-dev.13",
3
+ "version": "0.20.0-dev.14",
4
4
  "description": "Toa Deployment",
5
5
  "homepage": "https://toa.io",
6
6
  "author": {
@@ -26,10 +26,10 @@
26
26
  "test": "echo \"Error: run tests from root\" && exit 1"
27
27
  },
28
28
  "dependencies": {
29
- "@toa.io/filesystem": "0.20.0-dev.13",
30
- "@toa.io/generic": "0.20.0-dev.13",
31
- "@toa.io/yaml": "0.20.0-dev.13",
29
+ "@toa.io/filesystem": "0.20.0-dev.14",
30
+ "@toa.io/generic": "0.20.0-dev.14",
31
+ "@toa.io/yaml": "0.20.0-dev.14",
32
32
  "execa": "5.1.1"
33
33
  },
34
- "gitHead": "73a02a4a471d9c62d2437df1065fc037b7eb7279"
34
+ "gitHead": "bb2aed156c9e6b76bb802628bb249d4dd7adcebe"
35
35
  }
@@ -14,7 +14,7 @@ const describe = (context, compositions, dependency) => {
14
14
  const components = get.components(compositions)
15
15
  const dependencies = get.dependencies(references)
16
16
  const variables = get.variables(context, dependency.variables)
17
- const credentials = context.registry.credentials
17
+ const credentials = context.registry?.credentials
18
18
 
19
19
  return {
20
20
  compositions,