aberlaas-helper 2.22.2 → 2.23.0

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.
Files changed (2) hide show
  1. package/lib/helper.js +1 -1
  2. package/package.json +3 -3
package/lib/helper.js CHANGED
@@ -155,7 +155,7 @@ export const __ = {
155
155
  */
156
156
  /**
157
157
  * Run a yarn command from the host git root
158
- * @param {string} command Command to run (e.g., 'test', 'lint', 'test --failFast')
158
+ * @param {string} command Command to run (e.g., 'test', 'lint', 'test --fail-fast')
159
159
  * @returns {Promise} Result of the command execution
160
160
  */
161
161
  async yarnRun(command) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aberlaas-helper",
3
- "version": "2.22.2",
3
+ "version": "2.23.0",
4
4
  "type": "module",
5
5
  "description": "aberlaas shared helper: Common methods used by all commands",
6
6
  "author": "Tim Carry <tim@pixelastic.com>",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "main": "./lib/main.js",
21
21
  "dependencies": {
22
- "aberlaas-versions": "2.22.2",
23
- "firost": "5.5.1",
22
+ "aberlaas-versions": "2.23.0",
23
+ "firost": "5.5.2",
24
24
  "golgoth": "3.1.0"
25
25
  },
26
26
  "scripts": {