@l10nmonster/helpers-lqaboss 3.0.0-alpha.2 → 3.0.0-alpha.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ The tests are located in `test/index.test.js` and cover:
43
43
 
44
44
  ### Test Requirements
45
45
 
46
- - Node.js 18+ (for built-in test runner)
46
+ - Node.js >= 22.11.0 (for built-in test runner)
47
47
  - No additional test dependencies required
48
48
 
49
49
  ## Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l10nmonster/helpers-lqaboss",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-alpha.3",
4
4
  "description": "LQA Boss helper for L10n Monster",
5
5
  "main": "index.js",
6
6
  "type": "module",