@cadenza.io/service 1.9.18 → 1.9.19
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -690,7 +690,7 @@ var ServiceRegistry = class _ServiceRegistry {
|
|
|
690
690
|
inputSchema: {
|
|
691
691
|
type: "object",
|
|
692
692
|
properties: {
|
|
693
|
-
|
|
693
|
+
uuid: {
|
|
694
694
|
type: "string"
|
|
695
695
|
},
|
|
696
696
|
address: {
|
|
@@ -1114,7 +1114,7 @@ var RestController = class _RestController {
|
|
|
1114
1114
|
createHttpServer(ctx);
|
|
1115
1115
|
}
|
|
1116
1116
|
ctx.data = {
|
|
1117
|
-
|
|
1117
|
+
uuid: (0, import_uuid3.v4)(),
|
|
1118
1118
|
address,
|
|
1119
1119
|
port,
|
|
1120
1120
|
exposed,
|