conductor-node 8.0.2 → 8.0.3
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Conductor -
|
|
1
|
+
# Conductor - The best QuickBooks Desktop integration on the planet
|
|
2
2
|
|
|
3
3
|
Execute _any_ read or write [QuickBooks Desktop API](https://developer.intuit.com/app/developer/qbdesktop/docs/api-reference/qbdesktop) through async TypeScript and receive a fully-typed response.
|
|
4
4
|
|
package/dist/package.json
CHANGED
|
@@ -26,7 +26,7 @@ async function graphqlOperationWrapper(operationName, variables, operation, verb
|
|
|
26
26
|
: {},
|
|
27
27
|
};
|
|
28
28
|
if (verbose) {
|
|
29
|
-
console.log(`Conductor request
|
|
29
|
+
console.log(`Conductor request start: ${node_util_1.default.inspect(graphqlInfo, {
|
|
30
30
|
depth: undefined,
|
|
31
31
|
})}`);
|
|
32
32
|
}
|
|
@@ -39,7 +39,7 @@ async function graphqlOperationWrapper(operationName, variables, operation, verb
|
|
|
39
39
|
...graphqlInfo,
|
|
40
40
|
};
|
|
41
41
|
const responseString = node_util_1.default.inspect(responseInfo, { depth: undefined });
|
|
42
|
-
console.log(`Conductor
|
|
42
|
+
console.log(`Conductor request complete: ${responseString}`);
|
|
43
43
|
}
|
|
44
44
|
return result;
|
|
45
45
|
}
|
package/package.json
CHANGED