signetai 0.199.2 → 0.199.4
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 +5 -5
- package/native-manifest.json +12 -12
- package/package.json +6 -6
package/dist/mcp-stdio.js
CHANGED
|
@@ -29392,7 +29392,7 @@ import { createHash } from "node:crypto";
|
|
|
29392
29392
|
import { homedir as homedir2 } from "os";
|
|
29393
29393
|
import { join as join2 } from "path";
|
|
29394
29394
|
import { createRequire as createRequire2 } from "node:module";
|
|
29395
|
-
import { existsSync as existsSync5, mkdirSync as mkdirSync3, readFileSync as readFileSync4, renameSync, rmSync as rmSync2, writeFileSync as
|
|
29395
|
+
import { existsSync as existsSync5, mkdirSync as mkdirSync3, readFileSync as readFileSync4, renameSync as renameSync2, rmSync as rmSync2, writeFileSync as writeFileSync2 } from "node:fs";
|
|
29396
29396
|
import { homedir as homedir4 } from "node:os";
|
|
29397
29397
|
import { dirname as dirname3, join as join6, resolve as resolve2 } from "node:path";
|
|
29398
29398
|
import { homedir as homedir5, platform as platform2 } from "node:os";
|
|
@@ -42461,7 +42461,7 @@ import {
|
|
|
42461
42461
|
mkdirSync,
|
|
42462
42462
|
readFileSync,
|
|
42463
42463
|
readdirSync,
|
|
42464
|
-
renameSync
|
|
42464
|
+
renameSync,
|
|
42465
42465
|
statSync,
|
|
42466
42466
|
unlinkSync
|
|
42467
42467
|
} from "node:fs";
|
|
@@ -42686,7 +42686,7 @@ class Logger extends EventEmitter {
|
|
|
42686
42686
|
const timestamp = new Date().toISOString().replace(/[:.]/g, "-");
|
|
42687
42687
|
const rotatedName = this.currentLogFile.replace(".log", `-${timestamp}.log`);
|
|
42688
42688
|
try {
|
|
42689
|
-
|
|
42689
|
+
renameSync(this.currentLogFile, rotatedName);
|
|
42690
42690
|
this.cleanOldLogs();
|
|
42691
42691
|
} catch {}
|
|
42692
42692
|
}
|
|
@@ -49929,7 +49929,7 @@ var signetGraphiqManifest = {
|
|
|
49929
49929
|
};
|
|
49930
49930
|
|
|
49931
49931
|
// ../../platform/daemon/src/plugins/host.ts
|
|
49932
|
-
import { existsSync as existsSync8, mkdirSync as mkdirSync7, readFileSync as readFileSync7, writeFileSync as
|
|
49932
|
+
import { existsSync as existsSync8, mkdirSync as mkdirSync7, readFileSync as readFileSync7, writeFileSync as writeFileSync3 } from "node:fs";
|
|
49933
49933
|
import { dirname as dirname7, join as join10 } from "node:path";
|
|
49934
49934
|
|
|
49935
49935
|
// ../../platform/daemon/src/plugins/manifest.ts
|
|
@@ -50307,7 +50307,7 @@ class PluginHostV1 {
|
|
|
50307
50307
|
return;
|
|
50308
50308
|
}
|
|
50309
50309
|
mkdirSync7(dirname7(this.storagePath), { recursive: true });
|
|
50310
|
-
|
|
50310
|
+
writeFileSync3(this.storagePath, `${JSON.stringify(this.store, null, 2)}
|
|
50311
50311
|
`, { mode: 384 });
|
|
50312
50312
|
}
|
|
50313
50313
|
}
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.199.
|
|
3
|
+
"version": "0.199.4",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "ab1a5af5d9e496cf5d1035dd4db1dff5a59edae672b7a3289a467de3c6713648",
|
|
9
9
|
"size": 125234848
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "31204254d1e294c3771658aae92a362f0cb72403e746d675f25890e64b27e656",
|
|
15
15
|
"size": 130206272
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "7ad54b2b55da4de0b37c496b160589880bf2638866af0f038f71070172f06b5b",
|
|
21
|
+
"size": 169783418
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "5ad5f1af63c2322f82088355f9bdd40c9dd7fe252646b5ad026c905040370fb7",
|
|
27
|
+
"size": 172158000
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
33
|
-
"size":
|
|
32
|
+
"sha256": "69616672392aab4335f545e816a321406b544968d25b0f47b0efc2e946b1a37d",
|
|
33
|
+
"size": 180284416
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.199.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.199.4.tar.gz",
|
|
39
|
+
"sha256": "91eb2dd9a36b2e6ef605955b8316199bb6735f759ab2e907859d02b63519f26e",
|
|
40
|
+
"size": 21669
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signetai",
|
|
3
|
-
"version": "0.199.
|
|
3
|
+
"version": "0.199.4",
|
|
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.199.
|
|
69
|
-
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.
|
|
70
|
-
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.
|
|
71
|
-
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.
|
|
72
|
-
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.
|
|
68
|
+
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.4/signetai-darwin-arm64-0.199.4.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.4/signetai-darwin-x64-0.199.4.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.4/signetai-linux-arm64-0.199.4.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.4/signetai-linux-x64-0.199.4.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.199.4/signetai-win32-x64-0.199.4.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|