@toa.io/userland 0.6.0-dev.1 → 0.6.0-dev.4

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.
@@ -22,7 +22,6 @@ operations:
22
22
  receivers:
23
23
  store.orders.created:
24
24
  transition: transit
25
- foreign: false
26
25
  binding: amqp # avoid discovery
27
26
 
28
27
  configuration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/userland",
3
- "version": "0.6.0-dev.1",
3
+ "version": "0.6.0-dev.4",
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": "0.6.0-dev.1",
28
- "@toa.io/core": "0.6.0-dev.1",
27
+ "@toa.io/boot": "0.6.0-dev.4",
28
+ "@toa.io/core": "0.6.0-dev.4",
29
29
  "@toa.io/filesystem": "0.6.0-dev.1",
30
30
  "@toa.io/generic": "0.6.0-dev.1",
31
- "@toa.io/norm": "0.6.0-dev.1",
32
- "@toa.io/schemas": "0.6.0-dev.1",
33
- "@toa.io/yaml": "0.6.0-dev.1",
31
+ "@toa.io/norm": "0.6.0-dev.4",
32
+ "@toa.io/schemas": "0.6.0-dev.2",
33
+ "@toa.io/yaml": "0.6.0-dev.2",
34
34
  "tap": "16.3.4"
35
35
  },
36
- "gitHead": "dd1dcbc7af846e15e4d4db0e57a918d8ab95f928"
36
+ "gitHead": "64ed74a84a57955b905fdd331b655bf4bd9bf3b2"
37
37
  }