conductor-node 9.4.2 → 9.6.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.
@@ -64,7 +64,7 @@ class ConductorError extends Error {
64
64
  rawType;
65
65
  constructor(options) {
66
66
  // Do not pass `options.message` to the superclass `Error` constructor to
67
- // avoid this bug: https://twitter.com/DannyNemer/status/1638997876176195584
67
+ // avoid this bug: https://twitter.com/DannyNemer/status/1639513810141687810
68
68
  super();
69
69
  // Set `name` to the constructor name so that the error appears in logs as
70
70
  // `[ConductorError: foo]` instead of `[Error: foo]`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "9.4.2",
3
+ "version": "9.6.0",
4
4
  "description": "Easily integrate with the entire QuickBooks Desktop API with fully-typed async TypeScript",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",