@thecorporation/corp-tools 26.3.44 → 26.3.46

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/browser.js CHANGED
@@ -39,7 +39,7 @@ INTERNAL_WORKER_TOKEN={{INTERNAL_WORKER_TOKEN}}
39
39
  # MAX_QUEUE_DEPTH=1000
40
40
  `;
41
41
  function generateFernetKey() {
42
- return randomBytes(32).toString("base64url") + "=";
42
+ return randomBytes(32).toString("base64");
43
43
  }
44
44
  function generateSecret(length = 32) {
45
45
  return randomBytes(length).toString("hex");