@agoric/solo 0.10.4-u11.0 → 0.10.4-u12.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/CHANGELOG.md +18 -0
- package/package.json +25 -25
- package/src/entrypoint.js +1 -1
- package/src/pipe-entrypoint.js +1 -1
- package/src/start.js +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [0.10.4-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.4-u11wf.0...@agoric/solo@0.10.4-u12.0) (2023-11-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **solo:** correct lookup of wallet-ui ([670fc25](https://github.com/Agoric/agoric-sdk/commit/670fc25f30964c40fc887fac77ebf54bf58c7b8e))
|
|
12
|
+
* **solo:** use alternative endo init ([60a680a](https://github.com/Agoric/agoric-sdk/commit/60a680a2124ee9868ba3b8352a3a5a9f30ce7ab6))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### [0.10.4-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.4-u11.0...@agoric/solo@0.10.4-u11wf.0) (2023-09-23)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @agoric/solo
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
### [0.10.4-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.3...@agoric/solo@0.10.4-u11.0) (2023-08-24)
|
|
7
25
|
|
|
8
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/solo",
|
|
3
|
-
"version": "0.10.4-
|
|
3
|
+
"version": "0.10.4-u12.0",
|
|
4
4
|
"description": "Agoric's Solo vat runner",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,27 +22,27 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/access-token": "^0.4.
|
|
26
|
-
"@agoric/assert": "^0.6.0",
|
|
27
|
-
"@agoric/cache": "^0.3.3-
|
|
28
|
-
"@agoric/cosmic-swingset": "^0.42.0-
|
|
29
|
-
"@agoric/internal": "^0.
|
|
30
|
-
"@agoric/notifier": "^0.6.3-
|
|
31
|
-
"@agoric/spawner": "^0.6.9-
|
|
32
|
-
"@agoric/store": "^0.9.3-
|
|
33
|
-
"@agoric/swing-store": "^0.9.2-
|
|
34
|
-
"@agoric/swingset-vat": "^0.32.3-
|
|
35
|
-
"@agoric/telemetry": "^0.6.3-
|
|
36
|
-
"@agoric/time": "^0.3.3-
|
|
37
|
-
"@agoric/vats": "^0.15.2-
|
|
38
|
-
"@agoric/wallet": "^0.18.4-
|
|
39
|
-
"@endo/captp": "
|
|
40
|
-
"@endo/eventual-send": "
|
|
41
|
-
"@endo/import-bundle": "
|
|
42
|
-
"@endo/init": "
|
|
43
|
-
"@endo/marshal": "
|
|
44
|
-
"@endo/promise-kit": "
|
|
45
|
-
"agoric": "^0.21.2-
|
|
25
|
+
"@agoric/access-token": "^0.4.22-u11wf.0",
|
|
26
|
+
"@agoric/assert": "^0.6.1-u11wf.0",
|
|
27
|
+
"@agoric/cache": "^0.3.3-u12.0",
|
|
28
|
+
"@agoric/cosmic-swingset": "^0.42.0-u12.0",
|
|
29
|
+
"@agoric/internal": "^0.4.0-u12.0",
|
|
30
|
+
"@agoric/notifier": "^0.6.3-u12.0",
|
|
31
|
+
"@agoric/spawner": "^0.6.9-u12.0",
|
|
32
|
+
"@agoric/store": "^0.9.3-u12.0",
|
|
33
|
+
"@agoric/swing-store": "^0.9.2-u12.0",
|
|
34
|
+
"@agoric/swingset-vat": "^0.32.3-u12.0",
|
|
35
|
+
"@agoric/telemetry": "^0.6.3-u12.0",
|
|
36
|
+
"@agoric/time": "^0.3.3-u12.0",
|
|
37
|
+
"@agoric/vats": "^0.15.2-u12.0",
|
|
38
|
+
"@agoric/wallet": "^0.18.4-u12.0",
|
|
39
|
+
"@endo/captp": "3.1.1",
|
|
40
|
+
"@endo/eventual-send": "0.17.2",
|
|
41
|
+
"@endo/import-bundle": "0.3.4",
|
|
42
|
+
"@endo/init": "0.5.56",
|
|
43
|
+
"@endo/marshal": "0.8.5",
|
|
44
|
+
"@endo/promise-kit": "0.2.56",
|
|
45
|
+
"agoric": "^0.21.2-u12.0",
|
|
46
46
|
"anylogger": "^0.21.0",
|
|
47
47
|
"deterministic-json": "^1.0.5",
|
|
48
48
|
"esm": "agoric-labs/esm#Agoric-built",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"ws": "^7.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@agoric/ertp": "^0.16.3-
|
|
61
|
-
"@endo/bundle-source": "
|
|
60
|
+
"@agoric/ertp": "^0.16.3-u12.0",
|
|
61
|
+
"@endo/bundle-source": "2.5.2-upstream-rollup",
|
|
62
62
|
"ava": "^5.2.0",
|
|
63
63
|
"c8": "^7.13.0"
|
|
64
64
|
},
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"timeout": "20m",
|
|
76
76
|
"workerThreads": false
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "ee5a5fdad9187a6b1b7b26b772b6564c0db3062e"
|
|
79
79
|
}
|
package/src/entrypoint.js
CHANGED
|
@@ -7,7 +7,7 @@ import 'esm';
|
|
|
7
7
|
|
|
8
8
|
// we need to enable Math.random as a workaround for 'brace-expansion' module
|
|
9
9
|
// (dep chain: temp->glob->minimatch->brace-expansion)
|
|
10
|
-
import '@endo/init';
|
|
10
|
+
import '@endo/init/legacy.js';
|
|
11
11
|
|
|
12
12
|
import process from 'process';
|
|
13
13
|
import path from 'path';
|
package/src/pipe-entrypoint.js
CHANGED
package/src/start.js
CHANGED
|
@@ -483,8 +483,14 @@ const start = async (basedir, argv) => {
|
|
|
483
483
|
const { 'agoric-wallet': { htmlBasedir = 'ui/build', deploy = [] } = {} } =
|
|
484
484
|
JSON.parse(fs.readFileSync(pjs, 'utf-8'));
|
|
485
485
|
|
|
486
|
+
const htmlBasePath = String(htmlBasedir).replace(
|
|
487
|
+
/^\.\.\/\.\.\/node_modules\//,
|
|
488
|
+
'',
|
|
489
|
+
);
|
|
490
|
+
|
|
486
491
|
const agWallet = path.dirname(pjs);
|
|
487
|
-
const
|
|
492
|
+
const agWalletHtmlUrl = await importMetaResolve(htmlBasePath, packageUrl);
|
|
493
|
+
const agWalletHtml = new URL(agWalletHtmlUrl).pathname;
|
|
488
494
|
|
|
489
495
|
let hostport;
|
|
490
496
|
await Promise.all(
|