conductor-node 11.0.1 → 11.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "11.0.1",
3
+ "version": "11.0.3",
4
4
  "description": "Easily integrate the entire QuickBooks Desktop API using fully-typed async TypeScript",
5
5
  "keywords": [
6
6
  "QuickBooks Desktop",
@@ -26,9 +26,7 @@
26
26
  "postpack": "rm -rf dist",
27
27
  "clean": "rm -rf dist package conductor-node-*.tgz tsconfig.tsbuildinfo",
28
28
  "diff": "yarn pack && npm diff --diff=conductor-node@latest --diff=conductor-node-v$(node -p \"require('./package.json').version\").tgz && yarn clean",
29
- "prepublishOnly": "yarn test",
30
- "test": "yarn --cwd=../../ test ./packages/client",
31
- "jest": "yarn --cwd=../../ jest"
29
+ "prepublishOnly": "yarn jest"
32
30
  },
33
31
  "engines": {
34
32
  "node": ">=16"