@toa.io/norm 0.8.0 → 0.8.1-dev.0

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": "0.8.0",
3
+ "version": "0.8.1-dev.0",
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,7 +19,7 @@
19
19
  "test": "echo \"Error: run tests from root\" && exit 1"
20
20
  },
21
21
  "devDependencies": {
22
- "@toa.io/mock": "0.7.3"
22
+ "@toa.io/mock": "0.7.4-dev.0"
23
23
  },
24
24
  "dependencies": {
25
25
  "@toa.io/core": "0.7.1",
@@ -28,5 +28,5 @@
28
28
  "@toa.io/schemas": "0.7.1",
29
29
  "@toa.io/yaml": "0.7.1"
30
30
  },
31
- "gitHead": "9989ea316ebf5698b1eee933e83a86e6a18b406b"
31
+ "gitHead": "7146630543c7c5e7bc0a3bd288c71ede409be1f4"
32
32
  }
@@ -42,6 +42,7 @@ export namespace toa.norm {
42
42
  bridge: string
43
43
  binding: string
44
44
  path: string
45
+ source?: string
45
46
  }
46
47
 
47
48
  type Entity = {