@haven_ai/signer 0.1.23-alpha.0 → 0.1.23-alpha.2

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/cli.cjs CHANGED
@@ -1034,7 +1034,7 @@ async function warnIfCredentialFilePermissive(path, log = (message) => process.s
1034
1034
 
1035
1035
  // src/server.ts
1036
1036
  var SIGNER_NAME = "@haven_ai/signer";
1037
- var SIGNER_VERSION = "0.1.23-alpha.0";
1037
+ var SIGNER_VERSION = "0.1.23-alpha.2";
1038
1038
  async function resolveSignerRuntime(options = {}) {
1039
1039
  assertSupportedNodeVersion(options.nodeVersion);
1040
1040
  if (options.delegateKey) {