xunit.ts 1.2.1 → 1.2.2

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -18,9 +18,9 @@ Detailed documentation is available at https://ecoAPM.github.io/xunit.ts
18
18
 
19
19
  ### Requirements
20
20
 
21
- - Node.js 16
21
+ - Node.js 14, 16, 18
22
22
 
23
- (older versions may work, but only the latest LTS is actively supported)
23
+ (other versions may work, but only the latest minor release for each LTS version is actively supported)
24
24
 
25
25
  ### Installation
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xunit.ts",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A unit testing framework for TypeScript, following standard xUnit patterns",
5
5
  "main": "dist/xunit.js",
6
6
  "author": "ecoAPM LLC",
@@ -18,13 +18,13 @@
18
18
  "@types/command-line-args": "5.2.0",
19
19
  "@types/command-line-usage": "5.0.2",
20
20
  "@types/lodash.isequal": "4.5.6",
21
- "@types/node": "17.0.41",
21
+ "@types/node": "18.0.1",
22
22
  "@types/xml": "1.0.8",
23
- "@typescript-eslint/eslint-plugin": "5.27.1",
24
- "@typescript-eslint/parser": "5.27.1",
25
- "eslint": "8.17.0",
23
+ "@typescript-eslint/eslint-plugin": "5.30.5",
24
+ "@typescript-eslint/parser": "5.30.5",
25
+ "eslint": "8.19.0",
26
26
  "ts-mockito": "2.6.1",
27
- "typescript": "4.7.3"
27
+ "typescript": "4.7.4"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "typescript": "^4.0.0"