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
|
@@ -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>>();
|