adapt-cli 3.0.10 → 3.0.11

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.
@@ -218,7 +218,7 @@ export default class Plugin {
218
218
  } catch (err) {
219
219
  const isFinished = (err?.code === 'ENOTFOUND' || attemptCount >= BOWER_MAX_TRY)
220
220
  if (isFinished) return null
221
- return await perform(attemptCount++)
221
+ return await perform(attemptCount + 1)
222
222
  }
223
223
  }
224
224
  const info = await perform()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-cli",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "description": "Command line tools for Adapt",
5
5
  "main": "./lib/api.js",
6
6
  "type": "module",