@kronos-integration/endpoint 11.0.20 → 11.0.22

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/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -111,6 +111,7 @@ Named communication (end)-points inside of kronos
111
111
  **Extends Endpoint**
112
112
 
113
113
  Dummy endpoints are used during construction of the endpoint mesh.
114
+ The will be replaces by real endpoints during the resolving phase.
114
115
 
115
116
  ### receive
116
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/endpoint",
3
- "version": "11.0.20",
3
+ "version": "11.0.22",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -40,7 +40,7 @@
40
40
  "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
41
41
  },
42
42
  "dependencies": {
43
- "@kronos-integration/interceptor": "^13.1.20"
43
+ "@kronos-integration/interceptor": "^13.1.22"
44
44
  },
45
45
  "devDependencies": {
46
46
  "ava": "^6.4.1",