@toa.io/norm 1.0.2-dev.1 → 1.0.2-dev.10

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/norm",
3
- "version": "1.0.2-dev.1",
3
+ "version": "1.0.2-dev.10",
4
4
  "description": "Toa declarations normalization and validation",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -19,14 +19,14 @@
19
19
  "test": "echo \"Error: run tests from root\" && exit 1"
20
20
  },
21
21
  "devDependencies": {
22
- "@toa.io/mock": "0.7.9-dev.1"
22
+ "@toa.io/mock": "0.7.9-dev.10"
23
23
  },
24
24
  "dependencies": {
25
- "@toa.io/core": "1.1.0-dev.1",
26
- "@toa.io/generic": "0.11.0-dev.1",
27
- "@toa.io/schema": "0.7.6-dev.1",
28
- "@toa.io/schemas": "0.8.4-dev.1",
29
- "@toa.io/yaml": "0.7.6-dev.1"
25
+ "@toa.io/core": "1.1.0-dev.10",
26
+ "@toa.io/generic": "0.11.0-dev.10",
27
+ "@toa.io/schema": "0.7.6-dev.10",
28
+ "@toa.io/schemas": "0.8.4-dev.10",
29
+ "@toa.io/yaml": "0.7.6-dev.10"
30
30
  },
31
- "gitHead": "ef65d2f42f13aac397c14f8c47eb026a191cda66"
31
+ "gitHead": "df6df35ff3e9f2d9416118a979d3885a8a1cd897"
32
32
  }
@@ -12,6 +12,7 @@ properties:
12
12
  packages:
13
13
  type: string
14
14
  runtime:
15
+ type: object
15
16
  properties:
16
17
  version:
17
18
  $ref: 'definitions#/definitions/version'
@@ -21,7 +22,7 @@ properties:
21
22
  proxy:
22
23
  type: string
23
24
  format: uri
24
- required: [version]
25
+ required: [ version ]
25
26
  environment:
26
27
  type: string
27
28
  registry:
@@ -39,7 +40,7 @@ properties:
39
40
  - linux/amd64
40
41
  - linux/arm/v7
41
42
  - linux/arm64
42
- required: [base, platforms]
43
+ required: [ base, platforms ]
43
44
  compositions:
44
45
  type: array
45
46
  minItems: 1
@@ -53,8 +54,8 @@ properties:
53
54
  minItems: 1
54
55
  items:
55
56
  $ref: 'definitions#/definitions/locator'
56
- required: [name, components]
57
+ required: [ name, components ]
57
58
  annotations:
58
59
  type: object
59
- required: [runtime, name, packages, registry]
60
+ required: [ runtime, name, packages, registry ]
60
61
  additionalProperties: false