@agoric/casting 0.4.3-dev-81776f3.0 → 0.4.3-dev-c4e4693.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/package.json +7 -7
- package/src/netconfig.d.ts +1 -1
- package/src/netconfig.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/casting",
|
|
3
|
-
"version": "0.4.3-dev-
|
|
3
|
+
"version": "0.4.3-dev-c4e4693.0+c4e4693",
|
|
4
4
|
"description": "Agoric's OCap broadcasting system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/main.js",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/internal": "0.3.3-dev-
|
|
26
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
27
|
-
"@agoric/spawner": "0.6.9-dev-
|
|
28
|
-
"@agoric/store": "0.9.3-dev-
|
|
25
|
+
"@agoric/internal": "0.3.3-dev-c4e4693.0+c4e4693",
|
|
26
|
+
"@agoric/notifier": "0.6.3-dev-c4e4693.0+c4e4693",
|
|
27
|
+
"@agoric/spawner": "0.6.9-dev-c4e4693.0+c4e4693",
|
|
28
|
+
"@agoric/store": "0.9.3-dev-c4e4693.0+c4e4693",
|
|
29
29
|
"@cosmjs/encoding": "^0.30.1",
|
|
30
30
|
"@cosmjs/proto-signing": "^0.30.1",
|
|
31
31
|
"@cosmjs/stargate": "^0.30.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"node-fetch": "^2.6.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@agoric/cosmic-proto": "0.3.1-dev-
|
|
41
|
+
"@agoric/cosmic-proto": "0.3.1-dev-c4e4693.0+c4e4693",
|
|
42
42
|
"@endo/ses-ava": "^0.2.41",
|
|
43
43
|
"@types/node-fetch": "^2.6.2",
|
|
44
44
|
"ava": "^5.3.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"timeout": "20m",
|
|
60
60
|
"workerThreads": false
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "c4e469386a2a8c813182dc84cc63c8a660d22ecc"
|
|
63
63
|
}
|
package/src/netconfig.d.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* @property {string[]} [peers] - a list of nodes used to start the p2p gossip (stored in a per-node “address book”, which is a file stored in that node’s data directory)
|
|
12
12
|
* @property {string[]} [seeds] - nodes which tell you about other peers but don't gossip actual data
|
|
13
13
|
*/
|
|
14
|
-
export const NetworkConfigShape:
|
|
14
|
+
export const NetworkConfigShape: any;
|
|
15
15
|
export function assertNetworkConfig(specimen: unknown): asserts specimen is NetworkConfig;
|
|
16
16
|
/**
|
|
17
17
|
* `peers` and `seeds` are only used for configuring full nodes participating in
|
package/src/netconfig.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"netconfig.d.ts","sourceRoot":"","sources":["netconfig.js"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,
|
|
1
|
+
{"version":3,"file":"netconfig.d.ts","sourceRoot":"","sources":["netconfig.js"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,qCAWE;AAQK,8CAJI,OAAO,qCAKuB;;;;;;;;;;cA3B3B,MAAM,EAAE;;;;eACR,MAAM"}
|