akeyless-client-commons 1.1.17-test.0 → 1.1.17-test.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/components/index.js
CHANGED
|
@@ -1208,7 +1208,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
1208
1208
|
value: function initSocket() {
|
|
1209
1209
|
var _this = this;
|
|
1210
1210
|
if (!this.socket) {
|
|
1211
|
-
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://
|
|
1211
|
+
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://nx-api.xyz" : "https://nx-api.info";
|
|
1212
1212
|
console.log("socketUrl", socketUrl);
|
|
1213
1213
|
this.socket = (0, import_socket.io)(socketUrl, {
|
|
1214
1214
|
path: "/api/data-socket/connect",
|
|
@@ -986,7 +986,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
986
986
|
value: function initSocket() {
|
|
987
987
|
var _this = this;
|
|
988
988
|
if (!this.socket) {
|
|
989
|
-
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://
|
|
989
|
+
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://nx-api.xyz" : "https://nx-api.info";
|
|
990
990
|
console.log("socketUrl", socketUrl);
|
|
991
991
|
this.socket = io(socketUrl, {
|
|
992
992
|
path: "/api/data-socket/connect",
|
package/dist/helpers/index.js
CHANGED
|
@@ -2314,7 +2314,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
2314
2314
|
value: function initSocket() {
|
|
2315
2315
|
var _this = this;
|
|
2316
2316
|
if (!this.socket) {
|
|
2317
|
-
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://
|
|
2317
|
+
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://nx-api.xyz" : "https://nx-api.info";
|
|
2318
2318
|
console.log("socketUrl", socketUrl);
|
|
2319
2319
|
this.socket = (0, import_socket.io)(socketUrl, {
|
|
2320
2320
|
path: "/api/data-socket/connect",
|
package/dist/helpers/index.mjs
CHANGED
|
@@ -1950,7 +1950,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
1950
1950
|
value: function initSocket() {
|
|
1951
1951
|
var _this = this;
|
|
1952
1952
|
if (!this.socket) {
|
|
1953
|
-
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://
|
|
1953
|
+
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://nx-api.xyz" : "https://nx-api.info";
|
|
1954
1954
|
console.log("socketUrl", socketUrl);
|
|
1955
1955
|
this.socket = io(socketUrl, {
|
|
1956
1956
|
path: "/api/data-socket/connect",
|
package/dist/hooks/index.js
CHANGED
|
@@ -659,7 +659,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
659
659
|
value: function initSocket() {
|
|
660
660
|
var _this = this;
|
|
661
661
|
if (!this.socket) {
|
|
662
|
-
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://
|
|
662
|
+
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://nx-api.xyz" : "https://nx-api.info";
|
|
663
663
|
console.log("socketUrl", socketUrl);
|
|
664
664
|
this.socket = (0, import_socket.io)(socketUrl, {
|
|
665
665
|
path: "/api/data-socket/connect",
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -565,7 +565,7 @@ var SocketService = /*#__PURE__*/ function() {
|
|
|
565
565
|
value: function initSocket() {
|
|
566
566
|
var _this = this;
|
|
567
567
|
if (!this.socket) {
|
|
568
|
-
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://
|
|
568
|
+
var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://nx-api.xyz" : "https://nx-api.info";
|
|
569
569
|
console.log("socketUrl", socketUrl);
|
|
570
570
|
this.socket = io(socketUrl, {
|
|
571
571
|
path: "/api/data-socket/connect",
|