querysub 0.275.0 → 0.276.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.275.0",
3
+ "version": "0.276.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",
@@ -259,6 +259,7 @@ export class MachineServiceControllerBase {
259
259
  }
260
260
 
261
261
  public async commitPushService(commitMessage: string) {
262
+
262
263
  require("debugbreak")(2);
263
264
  debugger;
264
265
  if (commitMessage.toLowerCase().includes("querysub")) {