@haven_ai/signer 0.1.29-alpha.0 → 0.1.30-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
|
@@ -1206,7 +1206,7 @@ async function warnIfCredentialFilePermissive(path, log = (message) => process.s
|
|
|
1206
1206
|
|
|
1207
1207
|
// src/server.ts
|
|
1208
1208
|
var SIGNER_NAME = "@haven_ai/signer";
|
|
1209
|
-
var SIGNER_VERSION = "0.1.
|
|
1209
|
+
var SIGNER_VERSION = "0.1.30-alpha.0";
|
|
1210
1210
|
async function resolveSignerRuntime(options = {}) {
|
|
1211
1211
|
assertSupportedNodeVersion(options.nodeVersion);
|
|
1212
1212
|
if (options.delegateKey) {
|