@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 +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
|
@@ -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.
|
|
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) {
|