diff --git a/.example/options.json b/.example/options.json index da2c21648..d09b7a636 100644 --- a/.example/options.json +++ b/.example/options.json @@ -483,7 +483,8 @@ "escrow": "", "manual": "", "failedToCounter": "", - "takingItemsWithZeroSellingPrice": "" + "takingItemsWithIntentBuy": "", + "givingItemsWithIntentSell": "" }, "accepted": { "automatic": { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 134d60eca..1632c32cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@master - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.3.0 + uses: actions/setup-node@v2.4.0 with: node-version: ${{ matrix.node-version }} - run: npm install diff --git a/package-lock.json b/package-lock.json index d3e458943..31894a96c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tf2autobot", - "version": "4.3.1", + "version": "4.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10171,9 +10171,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-to-regexp": { "version": "0.1.7", diff --git a/package.json b/package.json index fb0601b4b..d459e0488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tf2autobot", - "version": "4.3.1", + "version": "4.4.5", "description": "Fully automated TF2 trading bot advertising on www.backpack.tf using prices from www.prices.tf, Originally made by Nicklason.", "main": "dist/app.js", "scripts": {