@kronos-integration/endpoint 10.1.0 → 10.1.2
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/README.md +5 -22
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -82,26 +82,23 @@ Named communication (end)-points inside of kronos
|
|
|
82
82
|
* [ReceivableEndpoint](#receivableendpoint)
|
|
83
83
|
* [Parameters](#parameters-19)
|
|
84
84
|
* [isIn](#isin-2)
|
|
85
|
-
* [receive](#receive-1)
|
|
86
|
-
* [receive](#receive-2)
|
|
87
|
-
* [Parameters](#parameters-20)
|
|
88
85
|
* [ReceiveEndpointDefault](#receiveendpointdefault)
|
|
89
86
|
* [isDefault](#isdefault-1)
|
|
90
87
|
* [ReceiveEndpointSelfConnectedDefault](#receiveendpointselfconnecteddefault)
|
|
91
88
|
* [removeConnection](#removeconnection-2)
|
|
92
|
-
* [Parameters](#parameters-
|
|
89
|
+
* [Parameters](#parameters-20)
|
|
93
90
|
* [ReceiveEndpoint](#receiveendpoint)
|
|
94
|
-
* [Parameters](#parameters-
|
|
91
|
+
* [Parameters](#parameters-21)
|
|
95
92
|
* [isIn](#isin-3)
|
|
96
93
|
* [SendEndpointDefault](#sendendpointdefault)
|
|
97
94
|
* [isDefault](#isdefault-2)
|
|
98
95
|
* [SendEndpoint](#sendendpoint)
|
|
99
|
-
* [Parameters](#parameters-
|
|
96
|
+
* [Parameters](#parameters-22)
|
|
100
97
|
* [isOut](#isout-2)
|
|
101
98
|
* [addConnection](#addconnection-1)
|
|
102
|
-
* [Parameters](#parameters-
|
|
99
|
+
* [Parameters](#parameters-23)
|
|
103
100
|
* [removeConnection](#removeconnection-3)
|
|
104
|
-
* [Parameters](#parameters-
|
|
101
|
+
* [Parameters](#parameters-24)
|
|
105
102
|
* [SendReceiveEndpoint](#sendreceiveendpoint)
|
|
106
103
|
* [isIn](#isin-4)
|
|
107
104
|
|
|
@@ -415,20 +412,6 @@ Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/
|
|
|
415
412
|
|
|
416
413
|
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true is receive function is present
|
|
417
414
|
|
|
418
|
-
### receive
|
|
419
|
-
|
|
420
|
-
Get the receive function.
|
|
421
|
-
|
|
422
|
-
Returns **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** 
|
|
423
|
-
|
|
424
|
-
### receive
|
|
425
|
-
|
|
426
|
-
Set the receive function.
|
|
427
|
-
|
|
428
|
-
#### Parameters
|
|
429
|
-
|
|
430
|
-
* `receive` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** 
|
|
431
|
-
|
|
432
415
|
## ReceiveEndpointDefault
|
|
433
416
|
|
|
434
417
|
**Extends ReceiveEndpoint**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kronos-integration/endpoint",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@kronos-integration/interceptor": "^12.0
|
|
42
|
+
"@kronos-integration/interceptor": "^12.1.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"ava": "^6.4.1",
|