querysub 0.363.0 → 0.365.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "querysub",
3
- "version": "0.363.0",
3
+ "version": "0.365.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "note1": "note on node-forge fork, see https://github.com/digitalbazaar/forge/issues/744 for details",
@@ -194,7 +194,11 @@ export const MachineController = getSyncedController(SocketFunction.register(
194
194
  writes: {
195
195
  deployMachineFromBrowser: ["MachineInfo"],
196
196
  deployMachine: ["MachineInfo"],
197
- }
197
+ killRollingServicesFromBrowser: ["RollingInfo"],
198
+ },
199
+ reads: {
200
+ getRollingServiceInfoFromBrowser: ["RollingInfo"],
201
+ },
198
202
  });
199
203
 
200
204
  let callbacks = new Map<string, (data: string) => Promise<void>>();
@@ -796,7 +796,7 @@ export class LogViewer3 extends qreact.Component {
796
796
  </div>
797
797
 
798
798
  <h1>
799
- Test
799
+ Test 2
800
800
  </h1>
801
801
 
802
802
  <div className={css.hbox(10).fillWidth}>