akeyless-client-commons 1.0.155 → 1.0.156

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.
@@ -554,6 +554,7 @@ var useSnapshotBulk = function(configs, label) {
554
554
  if (unsubscribe) {
555
555
  unsubscribe();
556
556
  }
557
+ console.log("==> ".concat(label || "Custom snapshots", " unsubscribed"));
557
558
  });
558
559
  };
559
560
  }, []);
@@ -466,6 +466,7 @@ var useSnapshotBulk = function(configs, label) {
466
466
  if (unsubscribe) {
467
467
  unsubscribe();
468
468
  }
469
+ console.log("==> ".concat(label || "Custom snapshots", " unsubscribed"));
469
470
  });
470
471
  };
471
472
  }, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",