akeyless-client-commons 1.1.14 → 1.1.15
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/components/index.js
CHANGED
|
@@ -1209,7 +1209,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
1209
1209
|
var _this = this;
|
|
1210
1210
|
if (!this.socket) {
|
|
1211
1211
|
this.socket = (0, import_socket.io)(dataSocketDomain, {
|
|
1212
|
-
path: "/connect",
|
|
1212
|
+
path: "/api/data-socket/connect",
|
|
1213
1213
|
transports: [
|
|
1214
1214
|
"websocket"
|
|
1215
1215
|
]
|
package/dist/helpers/index.js
CHANGED
|
@@ -2315,7 +2315,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
2315
2315
|
var _this = this;
|
|
2316
2316
|
if (!this.socket) {
|
|
2317
2317
|
this.socket = (0, import_socket.io)(dataSocketDomain, {
|
|
2318
|
-
path: "/connect",
|
|
2318
|
+
path: "/api/data-socket/connect",
|
|
2319
2319
|
transports: [
|
|
2320
2320
|
"websocket"
|
|
2321
2321
|
]
|
package/dist/helpers/index.mjs
CHANGED
package/dist/hooks/index.js
CHANGED
|
@@ -660,7 +660,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
660
660
|
var _this = this;
|
|
661
661
|
if (!this.socket) {
|
|
662
662
|
this.socket = (0, import_socket.io)(dataSocketDomain, {
|
|
663
|
-
path: "/connect",
|
|
663
|
+
path: "/api/data-socket/connect",
|
|
664
664
|
transports: [
|
|
665
665
|
"websocket"
|
|
666
666
|
]
|
package/dist/hooks/index.mjs
CHANGED