querysub 0.688.0 → 0.689.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.688.0",
3
+ "version": "0.689.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",
@@ -24,7 +24,7 @@ const MAX_UNDO_STACK = 200;
24
24
  neverSet: t.stringOptional,
25
25
  }
26
26
  ),
27
- */
27
+ */
28
28
  export class UndoWatch extends qreact.Component<{
29
29
  // Tracks changes to this data, and undoes it when ctrl+z is pressed
30
30
  // - Depends on undo regions being defined in the schema, via t.undoRegion