signetai 0.219.6 → 0.220.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/mcp-stdio.js +11 -2
- package/native-manifest.json +14 -14
- package/package.json +6 -6
package/dist/mcp-stdio.js
CHANGED
|
@@ -21313,7 +21313,7 @@ import { homedir as homedir5 } from "node:os";
|
|
|
21313
21313
|
import { dirname as dirname4, join as join8, resolve as resolve3 } from "node:path";
|
|
21314
21314
|
import { homedir as homedir6, platform as platform2 } from "node:os";
|
|
21315
21315
|
import { basename, dirname as dirname5, resolve as resolve5 } from "node:path";
|
|
21316
|
-
import { homedir as
|
|
21316
|
+
import { homedir as homedir8 } from "node:os";
|
|
21317
21317
|
function __accessProp2(key) {
|
|
21318
21318
|
return this[key];
|
|
21319
21319
|
}
|
|
@@ -40537,7 +40537,7 @@ ${end.comment}` : end.comment;
|
|
|
40537
40537
|
};
|
|
40538
40538
|
REQUIRED_IDENTITY_KEYS = Object.entries(IDENTITY_FILES).filter(([, spec]) => !spec.optional).map(([key]) => key);
|
|
40539
40539
|
OPTIONAL_IDENTITY_KEYS = Object.entries(IDENTITY_FILES).filter(([, spec]) => spec.optional).map(([key]) => key);
|
|
40540
|
-
home =
|
|
40540
|
+
home = homedir8();
|
|
40541
40541
|
SOURCE_NATIVE_TOPOLOGY_ENTITY_TYPES = [
|
|
40542
40542
|
"source_document",
|
|
40543
40543
|
"source_folder",
|
|
@@ -53539,6 +53539,12 @@ class DbOwnerWritesBlockedError extends DbOwnerError {
|
|
|
53539
53539
|
this.name = "DbOwnerWritesBlockedError";
|
|
53540
53540
|
}
|
|
53541
53541
|
}
|
|
53542
|
+
var DB_OWNER_SURVIVABLE_CODES = new Set([
|
|
53543
|
+
"DB_OWNER_DEADLINE",
|
|
53544
|
+
"DB_OWNER_CANCELLED",
|
|
53545
|
+
"DB_OWNER_QUEUE_FULL",
|
|
53546
|
+
"DB_OWNER_WORK_BUDGET"
|
|
53547
|
+
]);
|
|
53542
53548
|
var DEFAULT_DB_OWNER_START_TIMEOUT_MS = 15000;
|
|
53543
53549
|
var DB_OWNER_CANCEL_REGISTRY_MAX_AGE_MS = 24 * 60 * 60 * 1000;
|
|
53544
53550
|
var CANCEL_REGISTRY_PREFIX = ".db-owner-cancel-";
|
|
@@ -54006,6 +54012,9 @@ function createSingleDbOwnerClient(options) {
|
|
|
54006
54012
|
settle(job.id, (settledJob) => {
|
|
54007
54013
|
if (dispatched)
|
|
54008
54014
|
abandonedMetrics.set(job.id, settledJob.resolveMetrics);
|
|
54015
|
+
else {
|
|
54016
|
+
settledJob.resolveMetrics(undefined);
|
|
54017
|
+
}
|
|
54009
54018
|
if (!settledJob.settled) {
|
|
54010
54019
|
settledJob.settled = true;
|
|
54011
54020
|
settledJob.reject(new DbOwnerDeadlineError(job.id));
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.220.0",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
9
|
-
"size":
|
|
8
|
+
"sha256": "6296e7340678c341458d2dbfd8efb7dd6c9df7f11525db3ff1e9203f9dcd2615",
|
|
9
|
+
"size": 204508960
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
15
|
-
"size":
|
|
14
|
+
"sha256": "22d0c7dd4bbf7ab27f0db3de6fea8a60e3abbc98bb053f7171509db35b89f670",
|
|
15
|
+
"size": 208898624
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "fce33c245f9df8f0783b1031d96f1585611624b55bbd320b96de3f4e98509f2f",
|
|
21
|
+
"size": 251507704
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "9679f550438bffc631a6924ad82457111c03c1075a7dc41142c5851e2745e9a6",
|
|
27
|
+
"size": 254295556
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
33
|
-
"size":
|
|
32
|
+
"sha256": "b3e5710e7538de58886c9e05b429fdb8334aacf9772965a4e9ee8c7005413842",
|
|
33
|
+
"size": 260750336
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.220.0.tar.gz",
|
|
39
|
+
"sha256": "125d58dc92c1cbce47d793ffed61dbd90e69a6da00805cda0480cc5fd8f5c0cd",
|
|
40
|
+
"size": 21847
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signetai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.220.0",
|
|
4
4
|
"description": "Signet native CLI installer wrapper",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
69
|
-
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
70
|
-
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
71
|
-
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
72
|
-
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.
|
|
68
|
+
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.220.0/signetai-darwin-arm64-0.220.0.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.220.0/signetai-darwin-x64-0.220.0.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.220.0/signetai-linux-arm64-0.220.0.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.220.0/signetai-linux-x64-0.220.0.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.220.0/signetai-win32-x64-0.220.0.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|