xunit.ts 1.3.0 → 1.3.1
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.
- package/README.md +5 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -23,11 +23,11 @@ Detailed documentation is available at https://ecoAPM.github.io/xunit.ts
|
|
|
23
23
|
(other versions may work, but only the latest minor release for each LTS version is actively supported)
|
|
24
24
|
|
|
25
25
|
- A supported TypeScript compiler
|
|
26
|
-
- TypeScript
|
|
27
|
-
- Vite
|
|
28
|
-
- Rollup
|
|
29
|
-
- Parcel
|
|
30
|
-
- Webpack
|
|
26
|
+
- TypeScript v4
|
|
27
|
+
- Vite v3
|
|
28
|
+
- Rollup v3
|
|
29
|
+
- Parcel v1
|
|
30
|
+
- Webpack v5
|
|
31
31
|
|
|
32
32
|
### Installation
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xunit.ts",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
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": "18.
|
|
21
|
+
"@types/node": "18.8.4",
|
|
22
22
|
"@types/xml": "1.0.8",
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
24
|
-
"@typescript-eslint/parser": "5.
|
|
25
|
-
"eslint": "8.
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "5.40.0",
|
|
24
|
+
"@typescript-eslint/parser": "5.40.0",
|
|
25
|
+
"eslint": "8.25.0",
|
|
26
26
|
"ts-mockito": "2.6.1",
|
|
27
|
-
"typescript": "4.
|
|
27
|
+
"typescript": "4.8.4"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"typescript": "^4.0.0"
|