@haven_ai/signer 0.1.25-alpha.0 → 0.1.27-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
|
@@ -1186,7 +1186,7 @@ async function warnIfCredentialFilePermissive(path, log = (message) => process.s
|
|
|
1186
1186
|
|
|
1187
1187
|
// src/server.ts
|
|
1188
1188
|
var SIGNER_NAME = "@haven_ai/signer";
|
|
1189
|
-
var SIGNER_VERSION = "0.1.
|
|
1189
|
+
var SIGNER_VERSION = "0.1.27-alpha.0";
|
|
1190
1190
|
async function resolveSignerRuntime(options = {}) {
|
|
1191
1191
|
assertSupportedNodeVersion(options.nodeVersion);
|
|
1192
1192
|
if (options.delegateKey) {
|