akeyless-client-commons 1.1.16 → 1.1.17-test.0

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.
@@ -1209,6 +1209,7 @@ var SocketService = /*#__PURE__*/ function() {
1209
1209
  var _this = this;
1210
1210
  if (!this.socket) {
1211
1211
  var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://akeyless-online.xyz" : "https://akeyless-online.info";
1212
+ console.log("socketUrl", socketUrl);
1212
1213
  this.socket = (0, import_socket.io)(socketUrl, {
1213
1214
  path: "/api/data-socket/connect",
1214
1215
  transports: [
@@ -987,6 +987,7 @@ var SocketService = /*#__PURE__*/ function() {
987
987
  var _this = this;
988
988
  if (!this.socket) {
989
989
  var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://akeyless-online.xyz" : "https://akeyless-online.info";
990
+ console.log("socketUrl", socketUrl);
990
991
  this.socket = io(socketUrl, {
991
992
  path: "/api/data-socket/connect",
992
993
  transports: [
@@ -2315,6 +2315,7 @@ var SocketService = /*#__PURE__*/ function() {
2315
2315
  var _this = this;
2316
2316
  if (!this.socket) {
2317
2317
  var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://akeyless-online.xyz" : "https://akeyless-online.info";
2318
+ console.log("socketUrl", socketUrl);
2318
2319
  this.socket = (0, import_socket.io)(socketUrl, {
2319
2320
  path: "/api/data-socket/connect",
2320
2321
  transports: [
@@ -1951,6 +1951,7 @@ var SocketService = /*#__PURE__*/ function() {
1951
1951
  var _this = this;
1952
1952
  if (!this.socket) {
1953
1953
  var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://akeyless-online.xyz" : "https://akeyless-online.info";
1954
+ console.log("socketUrl", socketUrl);
1954
1955
  this.socket = io(socketUrl, {
1955
1956
  path: "/api/data-socket/connect",
1956
1957
  transports: [
@@ -660,6 +660,7 @@ var SocketService = /*#__PURE__*/ function() {
660
660
  var _this = this;
661
661
  if (!this.socket) {
662
662
  var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://akeyless-online.xyz" : "https://akeyless-online.info";
663
+ console.log("socketUrl", socketUrl);
663
664
  this.socket = (0, import_socket.io)(socketUrl, {
664
665
  path: "/api/data-socket/connect",
665
666
  transports: [
@@ -566,6 +566,7 @@ var SocketService = /*#__PURE__*/ function() {
566
566
  var _this = this;
567
567
  if (!this.socket) {
568
568
  var socketUrl = isLocal ? "http://localhost:9009" : mode === "qa" ? "https://akeyless-online.xyz" : "https://akeyless-online.info";
569
+ console.log("socketUrl", socketUrl);
569
570
  this.socket = io(socketUrl, {
570
571
  path: "/api/data-socket/connect",
571
572
  transports: [
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.16",
3
+ "version": "1.1.17-test.0",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",
7
+ "deployTest": "npm version prerelease --preid=test --no-git-tag-version && npm run build && npm publish --tag test",
7
8
  "uc": "npm i akeyless-types-commons",
8
9
  "git": "powershell -ExecutionPolicy Bypass -File ./ps/create_branch.ps1",
9
10
  "git2": "powershell -ExecutionPolicy Bypass -File ./ps/move_to_main.ps1"