@toa.io/norm 1.0.0-alpha.143 → 1.0.0-alpha.154

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.0-alpha.143",
3
+ "version": "1.0.0-alpha.154",
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",
@@ -20,10 +20,10 @@
20
20
  "test": "echo \"Error: run tests from root\" && exit 1"
21
21
  },
22
22
  "dependencies": {
23
- "@toa.io/core": "1.0.0-alpha.136",
23
+ "@toa.io/core": "1.0.0-alpha.154",
24
24
  "@toa.io/generic": "1.0.0-alpha.93",
25
25
  "@toa.io/schemas": "1.0.0-alpha.143",
26
26
  "@toa.io/yaml": "1.0.0-alpha.93"
27
27
  },
28
- "gitHead": "a98d593cac7077f15ef3d178c35dbb9f5742af47"
28
+ "gitHead": "01832fc47f9906d6a63180d5c2813db86763506a"
29
29
  }
@@ -101,7 +101,7 @@ properties:
101
101
  patternProperties:
102
102
  '.*':
103
103
  type: string
104
- enum: [asc, desc, hash]
104
+ enum: [asc, desc, hash, text]
105
105
  associated:
106
106
  type: boolean
107
107
  default: false