signetai 0.155.1 → 0.155.3
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/bin/launch.js +1 -1
- package/native-manifest.json +12 -12
- package/package.json +6 -6
package/bin/launch.js
CHANGED
|
@@ -48,7 +48,7 @@ export function launchSignet() {
|
|
|
48
48
|
// doesn't carry inline. The env is only set when the wrapper actually
|
|
49
49
|
// has a runtime tree to share; the binary's own bootstrap can derive
|
|
50
50
|
// its own path otherwise.
|
|
51
|
-
const env = { ...process.env };
|
|
51
|
+
const env = { ...process.env, SIGNET_WRAPPER_DIR: packageDir };
|
|
52
52
|
if (!env.SIGNET_DIR && existsSync(join(packageDir, "runtime", "connectors"))) {
|
|
53
53
|
env.SIGNET_DIR = packageDir;
|
|
54
54
|
}
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.155.
|
|
3
|
+
"version": "0.155.3",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "64b2e65c99b394cbba044b722f16dbbc31edecac868f543f4f40757dfcc3aa6d",
|
|
9
9
|
"size": 118828192
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "473f614eea2288bccc70d4623ac06bd4fa00ba727508a5284a1ff62c2cec9cf9",
|
|
15
15
|
"size": 123439680
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "0dfe44d3161da1162a2eddbd2325f60579171fd9bca642cc540a21a4e419bf8a",
|
|
21
|
+
"size": 156053152
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "b331b8823a6c0f14debc41f6f0cb5f01e4095fdda6bd041b71f9f7b93421d1ec",
|
|
27
|
+
"size": 156612143
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
33
|
-
"size":
|
|
32
|
+
"sha256": "73192cd009e8b7da2c2970b2bae504a2e0491cf4ded30fd51540f670ba2daab1",
|
|
33
|
+
"size": 172743680
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.155.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.155.3.tar.gz",
|
|
39
|
+
"sha256": "0a3c16c649645d05d05d2ebbd7856b192a722a6e015b66ab12020e7864eb799e",
|
|
40
|
+
"size": 15995
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signetai",
|
|
3
|
-
"version": "0.155.
|
|
3
|
+
"version": "0.155.3",
|
|
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.155.
|
|
69
|
-
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.
|
|
70
|
-
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.
|
|
71
|
-
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.
|
|
72
|
-
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.
|
|
68
|
+
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.3/signetai-darwin-arm64-0.155.3.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.3/signetai-darwin-x64-0.155.3.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.3/signetai-linux-arm64-0.155.3.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.3/signetai-linux-x64-0.155.3.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.3/signetai-win32-x64-0.155.3.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|