signetai 0.221.4 → 0.221.5
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 +3 -1
- package/native-manifest.json +11 -11
- package/package.json +6 -6
package/dist/mcp-stdio.js
CHANGED
|
@@ -56474,8 +56474,10 @@ class DreamingBacklogTokenCache {
|
|
|
56474
56474
|
});
|
|
56475
56475
|
});
|
|
56476
56476
|
} finally {
|
|
56477
|
+
try {
|
|
56478
|
+
await worker.terminate();
|
|
56479
|
+
} catch {}
|
|
56477
56480
|
this.workers.delete(worker);
|
|
56478
|
-
worker.terminate().catch(() => {});
|
|
56479
56481
|
}
|
|
56480
56482
|
}
|
|
56481
56483
|
enqueue(agentId, key, inflight, operation) {
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.221.
|
|
3
|
+
"version": "0.221.5",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "32be41931413b1401284dbf341b2d1fa17258430320c6d6e1bd67529ff5df85f",
|
|
9
9
|
"size": 202411936
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "3106df7ecc80e9e27398e33eef990caeb40dc12964c919171d1fe5b4f9d2f442",
|
|
15
15
|
"size": 206817856
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "57f24949c48737f6b986033685212763ff7def717db8a6b8ba526f6aa99590d9",
|
|
21
|
+
"size": 249424214
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "5099ca463219e596dcdc9cbf22f8753e6228886d90a9c67c5820b9120dff5b44",
|
|
27
|
+
"size": 252212102
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
32
|
+
"sha256": "3a25bb4eecf5103b98019b51434e3d7d4cd830332f652020833c8a06949ac8c6",
|
|
33
33
|
"size": 258668032
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.221.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.221.5.tar.gz",
|
|
39
|
+
"sha256": "a540fd6bfd7908e4c1f3745bd4e343a0b3fd57ea66156aaea448f8d0702ba3e8",
|
|
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.221.
|
|
3
|
+
"version": "0.221.5",
|
|
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.221.
|
|
69
|
-
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.
|
|
70
|
-
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.
|
|
71
|
-
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.
|
|
72
|
-
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.
|
|
68
|
+
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.5/signetai-darwin-arm64-0.221.5.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.5/signetai-darwin-x64-0.221.5.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.5/signetai-linux-arm64-0.221.5.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.5/signetai-linux-x64-0.221.5.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.221.5/signetai-win32-x64-0.221.5.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|