@haven_ai/signer 0.1.20-alpha.0 → 0.1.21-alpha.0
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 +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.cjs
CHANGED
|
@@ -998,7 +998,7 @@ async function warnIfCredentialFilePermissive(path, log = (message) => process.s
|
|
|
998
998
|
|
|
999
999
|
// src/server.ts
|
|
1000
1000
|
var SIGNER_NAME = "@haven_ai/signer";
|
|
1001
|
-
var SIGNER_VERSION = "0.1.
|
|
1001
|
+
var SIGNER_VERSION = "0.1.21-alpha.0";
|
|
1002
1002
|
async function resolveSignerRuntime(options = {}) {
|
|
1003
1003
|
assertSupportedNodeVersion(options.nodeVersion);
|
|
1004
1004
|
if (options.delegateKey) {
|