@toa.io/norm 1.0.0-alpha.107 → 1.0.0-alpha.110

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.107",
3
+ "version": "1.0.0-alpha.110",
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.107",
23
+ "@toa.io/core": "1.0.0-alpha.110",
24
24
  "@toa.io/generic": "1.0.0-alpha.93",
25
25
  "@toa.io/schemas": "1.0.0-alpha.93",
26
26
  "@toa.io/yaml": "1.0.0-alpha.93"
27
27
  },
28
- "gitHead": "0c69afa09e2515ed76f88eaa9c9f5e5c97d8c5db"
28
+ "gitHead": "579e0243a9e783d9492c3616d6279f64862305c7"
29
29
  }
@@ -127,7 +127,7 @@ properties:
127
127
  type: object
128
128
  properties:
129
129
  type:
130
- enum: [transition, observation, assignment, computation, effect]
130
+ enum: [transition, observation, assignment, computation, effect, unmanaged]
131
131
  scope:
132
132
  enum: [object, objects, changeset, stream, none]
133
133
  concurrency:
@@ -198,7 +198,7 @@ properties:
198
198
  - if: # computation
199
199
  properties:
200
200
  type:
201
- const: computation
201
+ enum: [computation, unmanaged]
202
202
  then:
203
203
  properties:
204
204
  scope: