shogun-core 6.3.0 → 6.3.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.
@@ -838,7 +838,7 @@ export var demonstrateDoubleRatchet = function () { return __awaiter(void 0, voi
838
838
  case 0:
839
839
  _c.trys.push([0, 14, , 15]);
840
840
  console.log("🚀 Starting Double Ratchet demonstration...");
841
- return [4 /*yield*/, import("./signal-protocol")];
841
+ return [4 /*yield*/, import("./signal-protocol.js")];
842
842
  case 1:
843
843
  _a = _c.sent(), initializeSignalUser = _a.initializeSignalUser, getSignalPublicKeyBundle = _a.getSignalPublicKeyBundle, performSignalX3DHKeyExchange = _a.performSignalX3DHKeyExchange;
844
844
  return [4 /*yield*/, initializeSignalUser("Alice")];
@@ -90,7 +90,7 @@ function testInteractiveDoubleRatchet() {
90
90
  case 0:
91
91
  _b.trys.push([0, 15, , 16]);
92
92
  console.log("🔄 Starting Interactive Double Ratchet test...");
93
- return [4 /*yield*/, import("../crypto/signal-protocol")];
93
+ return [4 /*yield*/, import("../crypto/signal-protocol.js")];
94
94
  case 1:
95
95
  _a = _b.sent(), initializeSignalUser = _a.initializeSignalUser, getSignalPublicKeyBundle = _a.getSignalPublicKeyBundle, performSignalX3DHKeyExchange = _a.performSignalX3DHKeyExchange;
96
96
  return [4 /*yield*/, initializeSignalUser("Alice")];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shogun-core",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "type": "module",
5
5
  "description": "SHOGUN CORE - Core library for Shogun Ecosystem",
6
6
  "main": "./dist/src/index.js",