@kronos-integration/endpoint
Advanced tools
Comparing version 3.1.2 to 3.2.0
{ | ||
"name": "@kronos-integration/endpoint", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -145,3 +145,4 @@ [![npm](https://img.shields.io/npm/v/kronos-endpoint.svg)](https://www.npmjs.com/package/kronos-endpoint) | ||
- `owner` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** of the endpoint (service or step) | ||
- `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** | ||
- `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** (optional, default `{}`) | ||
- `options.receive` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)?** reciever function | ||
@@ -213,2 +214,3 @@ ### connected | ||
- `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** (optional, default `{}`) | ||
- `options.connected` **[Endpoint](#endpoint)?** where te requests are delivered to | ||
- `options.opposite` **[Endpoint](#endpoint)?** endpoint going into the opposite direction | ||
@@ -215,0 +217,0 @@ - `options.hasBeenConnected` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)?** called after connected |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24031
428
259