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.
@@ -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
  ]
@@ -987,7 +987,7 @@ var SocketService = /*#__PURE__*/ function() {
987
987
  var _this = this;
988
988
  if (!this.socket) {
989
989
  this.socket = io(dataSocketDomain, {
990
- path: "/connect",
990
+ path: "/api/data-socket/connect",
991
991
  transports: [
992
992
  "websocket"
993
993
  ]
@@ -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
  ]
@@ -1951,7 +1951,7 @@ var SocketService = /*#__PURE__*/ function() {
1951
1951
  var _this = this;
1952
1952
  if (!this.socket) {
1953
1953
  this.socket = io(dataSocketDomain, {
1954
- path: "/connect",
1954
+ path: "/api/data-socket/connect",
1955
1955
  transports: [
1956
1956
  "websocket"
1957
1957
  ]
@@ -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
  ]
@@ -566,7 +566,7 @@ var SocketService = /*#__PURE__*/ function() {
566
566
  var _this = this;
567
567
  if (!this.socket) {
568
568
  this.socket = io(dataSocketDomain, {
569
- path: "/connect",
569
+ path: "/api/data-socket/connect",
570
570
  transports: [
571
571
  "websocket"
572
572
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",