@toa.io/userland 1.0.0-alpha.190 → 1.0.0-alpha.192

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.
@@ -10,6 +10,11 @@ operations:
10
10
  output: string
11
11
 
12
12
  configuration:
13
- signal: quack
13
+ schema:
14
+ type: object
15
+ properties:
16
+ signal:
17
+ type: string
18
+ default: quack
14
19
 
15
20
  state: ~
@@ -4,7 +4,7 @@ namespace: tea
4
4
  entity:
5
5
  storage: mongodb
6
6
  schema:
7
- material*: [ glass, ceramic, steel ]
7
+ material*: [glass, ceramic, steel]
8
8
  volume: number
9
9
  booked: false
10
10
 
@@ -25,4 +25,9 @@ receivers:
25
25
  binding: amqp # avoid discovery
26
26
 
27
27
  configuration:
28
- step: 0.5
28
+ schema:
29
+ type: object
30
+ properties:
31
+ step:
32
+ type: number
33
+ default: 0.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/userland",
3
- "version": "1.0.0-alpha.190",
3
+ "version": "1.0.0-alpha.192",
4
4
  "description": "Toa development kit",
5
5
  "homepage": "https://toa.io",
6
6
  "author": {
@@ -24,14 +24,14 @@
24
24
  "main": "src/index.js",
25
25
  "types": "types/index.d.ts",
26
26
  "dependencies": {
27
- "@toa.io/boot": "1.0.0-alpha.190",
27
+ "@toa.io/boot": "1.0.0-alpha.192",
28
28
  "@toa.io/core": "1.0.0-alpha.190",
29
29
  "@toa.io/filesystem": "1.0.0-alpha.173",
30
30
  "@toa.io/generic": "1.0.0-alpha.173",
31
- "@toa.io/norm": "1.0.0-alpha.190",
31
+ "@toa.io/norm": "1.0.0-alpha.192",
32
32
  "@toa.io/schemas": "1.0.0-alpha.182",
33
33
  "@toa.io/storages.null": "0.22.0",
34
34
  "@toa.io/yaml": "1.0.0-alpha.182"
35
35
  },
36
- "gitHead": "494b1c8f05c21f377f1152a9d89df5cbbd1001de"
36
+ "gitHead": "21f5b09a8c401620a4cca4f1e8f9c1b31b7fb918"
37
37
  }