signetai 0.169.0 → 0.170.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 +19 -3
- package/native-manifest.json +14 -14
- package/package.json +6 -6
package/dist/mcp-stdio.js
CHANGED
|
@@ -47400,6 +47400,14 @@ function up108(db) {
|
|
|
47400
47400
|
);
|
|
47401
47401
|
`);
|
|
47402
47402
|
}
|
|
47403
|
+
function up109(db) {
|
|
47404
|
+
db.exec(`
|
|
47405
|
+
CREATE TABLE IF NOT EXISTS telemetry_install (
|
|
47406
|
+
id TEXT PRIMARY KEY,
|
|
47407
|
+
created_at TEXT NOT NULL
|
|
47408
|
+
);
|
|
47409
|
+
`);
|
|
47410
|
+
}
|
|
47403
47411
|
var MIGRATIONS = [
|
|
47404
47412
|
{
|
|
47405
47413
|
version: 1,
|
|
@@ -48262,6 +48270,14 @@ var MIGRATIONS = [
|
|
|
48262
48270
|
artifacts: {
|
|
48263
48271
|
tables: ["embedding_usage"]
|
|
48264
48272
|
}
|
|
48273
|
+
},
|
|
48274
|
+
{
|
|
48275
|
+
version: 109,
|
|
48276
|
+
name: "telemetry-install",
|
|
48277
|
+
up: up109,
|
|
48278
|
+
artifacts: {
|
|
48279
|
+
tables: ["telemetry_install"]
|
|
48280
|
+
}
|
|
48265
48281
|
}
|
|
48266
48282
|
];
|
|
48267
48283
|
var LATEST_SCHEMA_VERSION = MIGRATIONS[MIGRATIONS.length - 1]?.version ?? 0;
|
|
@@ -50168,10 +50184,10 @@ var DEFAULT_PIPELINE_V2 = {
|
|
|
50168
50184
|
inheritContext: true,
|
|
50169
50185
|
tailChars: 3000
|
|
50170
50186
|
},
|
|
50171
|
-
telemetryEnabled:
|
|
50187
|
+
telemetryEnabled: true,
|
|
50172
50188
|
telemetry: {
|
|
50173
|
-
posthogHost: "",
|
|
50174
|
-
posthogApiKey: "",
|
|
50189
|
+
posthogHost: "https://us.i.posthog.com",
|
|
50190
|
+
posthogApiKey: "phc_mLsvJmbmp6e9UarrX9Cq5QtTjVNiiphM9mvi5Xnddd8Q",
|
|
50175
50191
|
flushIntervalMs: 60000,
|
|
50176
50192
|
flushBatchSize: 50,
|
|
50177
50193
|
retentionDays: 90,
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.170.0",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
9
|
-
"size":
|
|
8
|
+
"sha256": "419eb6bd4acc55dfba3330bbe912fad1fec85d9536fe7710488949367c48bd4c",
|
|
9
|
+
"size": 117028384
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
15
|
-
"size":
|
|
14
|
+
"sha256": "3ee7e2a4471bca8ce3256e130121fc85a831d3731fa6358a6870cf707cc6b693",
|
|
15
|
+
"size": 121653824
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "18a439bba647b8634be9545af68524336fbd4e0d288c48bb476c35c7d8134c15",
|
|
21
|
+
"size": 154259889
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "148e80bcaba4d1f11383b2a34edc2fa64b57e2a60c61f273f2eda9900edd917f",
|
|
27
|
+
"size": 154818874
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
33
|
-
"size":
|
|
32
|
+
"sha256": "e10df8fb684dc6bf840e9f5fc9b24662bd238ebcc1f10b616af9c22118cf9c70",
|
|
33
|
+
"size": 170952192
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.170.0.tar.gz",
|
|
39
|
+
"sha256": "680f6d471d1c03b966f101b21510ff4369809d4d49f94322f2d077501a040ad7",
|
|
40
|
+
"size": 16248
|
|
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.170.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.170.0/signetai-darwin-arm64-0.170.0.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.170.0/signetai-darwin-x64-0.170.0.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.170.0/signetai-linux-arm64-0.170.0.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.170.0/signetai-linux-x64-0.170.0.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.170.0/signetai-win32-x64-0.170.0.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|