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 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
  }
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.155.1",
3
+ "version": "0.155.3",
4
4
  "assets": [
5
5
  {
6
6
  "name": "signet-darwin-arm64",
7
7
  "platform": "darwin-arm64",
8
- "sha256": "e3f3d463469d2009aa51d2bfcea596236a1e5fc992a6ba44f89788673cc85481",
8
+ "sha256": "64b2e65c99b394cbba044b722f16dbbc31edecac868f543f4f40757dfcc3aa6d",
9
9
  "size": 118828192
10
10
  },
11
11
  {
12
12
  "name": "signet-darwin-x64",
13
13
  "platform": "darwin-x64",
14
- "sha256": "8cb3340bac13ae3b80376fc1df44462d6f51c6b6d5ae75d270e9ed69ee98b344",
14
+ "sha256": "473f614eea2288bccc70d4623ac06bd4fa00ba727508a5284a1ff62c2cec9cf9",
15
15
  "size": 123439680
16
16
  },
17
17
  {
18
18
  "name": "signet-linux-arm64",
19
19
  "platform": "linux-arm64",
20
- "sha256": "6d946c1e86b2b0c62e82249b7652f59098079201323f2668b1e7372ed79f4097",
21
- "size": 156049480
20
+ "sha256": "0dfe44d3161da1162a2eddbd2325f60579171fd9bca642cc540a21a4e419bf8a",
21
+ "size": 156053152
22
22
  },
23
23
  {
24
24
  "name": "signet-linux-x64",
25
25
  "platform": "linux-x64",
26
- "sha256": "a963e9ebcee2e46b0b754828ffe2c0606a604d8a900b79a41720a8bb88b36a0c",
27
- "size": 156608475
26
+ "sha256": "b331b8823a6c0f14debc41f6f0cb5f01e4095fdda6bd041b71f9f7b93421d1ec",
27
+ "size": 156612143
28
28
  },
29
29
  {
30
30
  "name": "signet-win32-x64.exe",
31
31
  "platform": "win32-x64",
32
- "sha256": "c9bb50def6856899ad9adcdb86d90d0650157f09e6216ccf10cc65eac52413dc",
33
- "size": 172740096
32
+ "sha256": "73192cd009e8b7da2c2970b2bae504a2e0491cf4ded30fd51540f670ba2daab1",
33
+ "size": 172743680
34
34
  }
35
35
  ],
36
36
  "components": {
37
37
  "connectors": {
38
- "url": "signet-connectors-0.155.1.tar.gz",
39
- "sha256": "03f1af67aa22fa3044b7f3476084da7bf54ba27ae63b1db778988498fabcbcfa",
40
- "size": 15996
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.1",
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.1/signetai-darwin-arm64-0.155.1.tgz",
69
- "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.1/signetai-darwin-x64-0.155.1.tgz",
70
- "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.1/signetai-linux-arm64-0.155.1.tgz",
71
- "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.1/signetai-linux-x64-0.155.1.tgz",
72
- "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.1/signetai-win32-x64-0.155.1.tgz"
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
  }