@toa.io/extensions.origins 0.8.0-dev.4 → 0.8.0-dev.5

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.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/extensions.origins",
3
- "version": "0.8.0-dev.4",
3
+ "version": "0.8.0-dev.5",
4
4
  "description": "Toa Origins",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -19,15 +19,15 @@
19
19
  "test": "echo \"Error: run tests from root\" && exit 1"
20
20
  },
21
21
  "dependencies": {
22
- "@toa.io/core": "0.8.0-dev.4",
23
- "@toa.io/generic": "0.8.0-dev.4",
24
- "@toa.io/schemas": "0.8.0-dev.4",
25
- "@toa.io/yaml": "0.7.2-dev.5",
22
+ "@toa.io/core": "0.8.0-dev.5",
23
+ "@toa.io/generic": "0.8.0-dev.5",
24
+ "@toa.io/schemas": "0.8.0-dev.5",
25
+ "@toa.io/yaml": "0.7.2-dev.6",
26
26
  "comq": "0.6.0",
27
27
  "node-fetch": "2.6.7"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node-fetch": "2.6.2"
31
31
  },
32
- "gitHead": "3de648988a0bfb4b0217da0527db312f22ef7c54"
32
+ "gitHead": "c3391b478f76ec1c28c1aa6669c5f5400159b963"
33
33
  }
package/readme.md CHANGED
@@ -53,6 +53,8 @@ origins:
53
53
  foo@dev: stage${STAGE_NUMBER}.stages.com
54
54
  ```
55
55
 
56
+ This is only usable in local development environment.
57
+
56
58
  ## HTTP Aspect
57
59
 
58
60
  Uses [node-fetch](https://github.com/node-fetch/node-fetch) and returns its result.