@kinotic-ai/core 1.8.0 → 1.8.1
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.cjs +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -176,7 +176,7 @@ class Util {
|
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
// packages/core/src/internal/api/
|
|
179
|
+
// packages/core/src/internal/api/StompConnectionManager.ts
|
|
180
180
|
var import_rx_stomp = require("@stomp/rx-stomp");
|
|
181
181
|
var import_stompjs = require("@stomp/stompjs");
|
|
182
182
|
var import_debug = __toESM(require("debug"));
|
|
@@ -995,8 +995,8 @@ class ServiceInvocationSupervisor {
|
|
|
995
995
|
this.log.warn("Reply-to header must not be blank");
|
|
996
996
|
return false;
|
|
997
997
|
}
|
|
998
|
-
if (!replyTo.startsWith(`${"
|
|
999
|
-
this.log.warn("Reply-to header must be a valid
|
|
998
|
+
if (!replyTo.startsWith(`${"reply" /* REPLY_DESTINATION_SCHEME */}:`)) {
|
|
999
|
+
this.log.warn("Reply-to header must be a valid reply destination");
|
|
1000
1000
|
return false;
|
|
1001
1001
|
}
|
|
1002
1002
|
return true;
|
|
@@ -1010,7 +1010,7 @@ var import_operators2 = require("rxjs/operators");
|
|
|
1010
1010
|
// packages/core/package.json
|
|
1011
1011
|
var package_default = {
|
|
1012
1012
|
name: "@kinotic-ai/core",
|
|
1013
|
-
version: "1.8.
|
|
1013
|
+
version: "1.8.1",
|
|
1014
1014
|
type: "module",
|
|
1015
1015
|
files: [
|
|
1016
1016
|
"dist"
|
package/dist/index.js
CHANGED
|
@@ -75,7 +75,7 @@ class Util {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
// packages/core/src/internal/api/
|
|
78
|
+
// packages/core/src/internal/api/StompConnectionManager.ts
|
|
79
79
|
import { RxStomp } from "@stomp/rx-stomp";
|
|
80
80
|
import { ReconnectionTimeMode } from "@stomp/stompjs";
|
|
81
81
|
import debug from "debug";
|
|
@@ -894,8 +894,8 @@ class ServiceInvocationSupervisor {
|
|
|
894
894
|
this.log.warn("Reply-to header must not be blank");
|
|
895
895
|
return false;
|
|
896
896
|
}
|
|
897
|
-
if (!replyTo.startsWith(`${"
|
|
898
|
-
this.log.warn("Reply-to header must be a valid
|
|
897
|
+
if (!replyTo.startsWith(`${"reply" /* REPLY_DESTINATION_SCHEME */}:`)) {
|
|
898
|
+
this.log.warn("Reply-to header must be a valid reply destination");
|
|
899
899
|
return false;
|
|
900
900
|
}
|
|
901
901
|
return true;
|
|
@@ -912,7 +912,7 @@ import { first, map as map2 } from "rxjs/operators";
|
|
|
912
912
|
// packages/core/package.json
|
|
913
913
|
var package_default = {
|
|
914
914
|
name: "@kinotic-ai/core",
|
|
915
|
-
version: "1.8.
|
|
915
|
+
version: "1.8.1",
|
|
916
916
|
type: "module",
|
|
917
917
|
files: [
|
|
918
918
|
"dist"
|