trac-msb 0.0.63 → 0.0.65

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.
@@ -0,0 +1 @@
1
+ f46776c2cbdc14938b72d19a257d24c680040158d7b0a0bfc2437b8c6a1bf59c
package/msb.mjs CHANGED
@@ -1,11 +1,11 @@
1
- import MainSettlementBus from './src/index.js';
1
+ import {MainSettlementBus} from './src/index.js';
2
2
 
3
3
  const opts = {
4
4
  stores_directory : 'stores/',
5
5
  store_name : typeof process !== "undefined" ? process.argv[2] : Pear.config.args[0],
6
- bootstrap: 'db83156cbf7d227ad08fc4117fc247f387c15311e3597d65c2a09a768e97d70a',
7
- channel: '00bptracnetworkmainsettlementbus',
8
- tx : 'bptracnetworkmainsettlementbustx'
6
+ bootstrap: '07814eb54b2a3ebf61506f056fa1235d11431fcfb6505dccfa880146938093a6',
7
+ channel: '00ogtracnetworkmainsettlementbus',
8
+ tx : 'ogtracnetworkmainsettlementbustx'
9
9
  };
10
10
 
11
11
  const msb = new MainSettlementBus(opts);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trac-msb",
3
3
  "main": "msb.mjs",
4
- "version": "0.0.63",
4
+ "version": "0.0.65",
5
5
  "pear": {
6
6
  "name": "trac-msb",
7
7
  "type": "terminal"
@@ -32,8 +32,6 @@
32
32
  "protomux-wakeup": "^2.2.1",
33
33
 
34
34
 
35
- "sodium-native": "^5.0.1",
36
- "ready-resource": "^1.0.0",
37
35
  "bare-fetch": "^2.2.1",
38
36
  "bare-assert": "^1.0.2",
39
37
  "bare-buffer": "^3.1.2",
@@ -66,6 +64,7 @@
66
64
  "console": "npm:bare-node-console",
67
65
  "crypto": "npm:bare-node-crypto",
68
66
  "events": "npm:bare-node-events",
67
+ "fastest-validator": "^1.19.0",
69
68
  "fs": "npm:bare-node-fs",
70
69
  "http": "npm:bare-node-http",
71
70
  "https": "npm:bare-node-https",