conductor-node 7.1.0 → 7.1.1

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/README.md CHANGED
@@ -51,12 +51,13 @@ The response includes the following:
51
51
  ```ts
52
52
  {
53
53
  // ❗ Show this URL to your end-user: The URL for the QWC config file
54
- // that your end-user must download and open on their computer to connect
55
- // their QBD instance to Conductor.
54
+ // that your end-user must download and open on their computer to
55
+ // connect their QBD instance to Conductor.
56
56
  qwcFileDownloadUrl: 'https://production.api.conductor.is/qwc/c1598ccf-0f84-4ac0-8703-f1b7260d59bf'
57
- // ❗ Show this password/access-code to your end-user: The unique password
58
- // that your end-user must enter into QuickBooks Web Connector after
59
- // loading the config file. This value will never be shown again.
57
+ // ❗ Show this password/access-code to your end-user: The unique
58
+ // password that your end-user must enter into QuickBooks Web
59
+ // Connector after loading the config file. This value will never be
60
+ // shown again.
60
61
  qbwcPassword: 'D+HaxP3p@@',
61
62
  integrationConnection: {
62
63
  // ❗ The `id` to save to you database to execute issue requests to
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
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",