@routr/edgeport 2.1.3 → 2.1.8

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.
@@ -26,7 +26,7 @@ exports.schema = {
26
26
  type: "object",
27
27
  properties: {
28
28
  kind: {
29
- description: "Resouce type",
29
+ description: "Resource type",
30
30
  type: "string"
31
31
  },
32
32
  apiVersion: {
@@ -81,7 +81,7 @@ exports.schema = {
81
81
  uniqueItems: true
82
82
  },
83
83
  unknownMethodAction: {
84
- description: "What to do if an incomming request type is not allowed",
84
+ description: "What to do if an incoming request type is not allowed",
85
85
  enum: ["Discard", "Respond"]
86
86
  },
87
87
  transport: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/edgeport",
3
- "version": "2.1.3",
3
+ "version": "2.1.8",
4
4
  "description": "SIP endpoint at the edge of the network",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/routr#readme",
@@ -29,11 +29,11 @@
29
29
  "url": "https://github.com/fonoster/routr/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@routr/common": "^2.1.0",
32
+ "@routr/common": "^2.1.7",
33
33
  "ajv": "^6.12.6",
34
34
  "fp-ts": "^2.11.8",
35
35
  "js-yaml": "^4.1.0",
36
36
  "toml": "^3.0.0"
37
37
  },
38
- "gitHead": "7203af90781af616c1dd6ba672c8d361626b3723"
38
+ "gitHead": "85288a73e3898c22686446f8f091f8474a2aec1f"
39
39
  }