signetai 0.155.2 → 0.156.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/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,42 +1,42 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.155.2",
3
+ "version": "0.156.0",
4
4
  "assets": [
5
5
  {
6
6
  "name": "signet-darwin-arm64",
7
7
  "platform": "darwin-arm64",
8
- "sha256": "f120eb2246a8d8c3979cdfd3d048ac1580ae192088e670bfeeeb0bf0da70d3b4",
9
- "size": 118828192
8
+ "sha256": "677db48b255a6042a4c4e6f7e958ad6bfaf6b3be77fe7f8f12222de9eff9bfd3",
9
+ "size": 120661024
10
10
  },
11
11
  {
12
12
  "name": "signet-darwin-x64",
13
13
  "platform": "darwin-x64",
14
- "sha256": "0c669dd6a46b3531783ade5113b5a3ff67b93aa3a5b16705a68040713a3395c3",
15
- "size": 123439680
14
+ "sha256": "1c8630043ff9af3cfff0fea977cd4c2c7d9fce0d1be7442674f1c9cad4fc582e",
15
+ "size": 125258304
16
16
  },
17
17
  {
18
18
  "name": "signet-linux-arm64",
19
19
  "platform": "linux-arm64",
20
- "sha256": "9478b29d3f80bd3b8ac6bdbcb61859dcc63b170fc28ee3c4d89eec484c7de5d6",
21
- "size": 156048908
20
+ "sha256": "a0f51241299cccbf1ef7789f1dd2325888e7228bb06be7e52cb22c18f10e6fdd",
21
+ "size": 157871137
22
22
  },
23
23
  {
24
24
  "name": "signet-linux-x64",
25
25
  "platform": "linux-x64",
26
- "sha256": "cff0906c21ed0c3213a78c0abaa4c2124d9f38aa7a7784d48833bb70cb5d3bd9",
27
- "size": 156607903
26
+ "sha256": "a502e773c5142f63a758412a92a30fc09066642030d9defabcb3fbcbc00ff5bf",
27
+ "size": 158430132
28
28
  },
29
29
  {
30
30
  "name": "signet-win32-x64.exe",
31
31
  "platform": "win32-x64",
32
- "sha256": "14ff7e87114dab7e8955be04f86702780872d63e17cdee3170167db786a96578",
33
- "size": 172739584
32
+ "sha256": "b53b8c818c3ec07fc35684a029f8e780ad74fc4a32381ae18109d6cf2281643b",
33
+ "size": 174561792
34
34
  }
35
35
  ],
36
36
  "components": {
37
37
  "connectors": {
38
- "url": "signet-connectors-0.155.2.tar.gz",
39
- "sha256": "64b8e8ecc9788994858c546cc61db3b6da7f4947d291ada513951feafc9516ef",
38
+ "url": "signet-connectors-0.156.0.tar.gz",
39
+ "sha256": "fe64b553fa5dc1a9e5fc0d4e42ec6513a488216c04d4eba236647b342a39f242",
40
40
  "size": 15996
41
41
  }
42
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signetai",
3
- "version": "0.155.2",
3
+ "version": "0.156.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.155.2/signetai-darwin-arm64-0.155.2.tgz",
69
- "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.2/signetai-darwin-x64-0.155.2.tgz",
70
- "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.2/signetai-linux-arm64-0.155.2.tgz",
71
- "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.2/signetai-linux-x64-0.155.2.tgz",
72
- "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.155.2/signetai-win32-x64-0.155.2.tgz"
68
+ "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.156.0/signetai-darwin-arm64-0.156.0.tgz",
69
+ "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.156.0/signetai-darwin-x64-0.156.0.tgz",
70
+ "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.156.0/signetai-linux-arm64-0.156.0.tgz",
71
+ "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.156.0/signetai-linux-x64-0.156.0.tgz",
72
+ "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.156.0/signetai-win32-x64-0.156.0.tgz"
73
73
  }
74
74
  }