conductor-node 0.0.16 → 0.0.17

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ To send a request to a specific QuickBooks Desktop user, you must also supply th
23
23
 
24
24
  ```ts
25
25
  import Conductor from "conductor-node";
26
- const conductor = new Conductor("sk_test_...");
26
+ const conductor = new Conductor({ apiKey: "sk_test_..." });
27
27
 
28
28
  conductor.qbd
29
29
  .accountAdd("mock_qbwc_username", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Conductor API wrapper",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",