@reporters/junit 1.3.2 → 1.3.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Junit Reporter
4
4
  A Junit reporter for `node:test`.
5
- intendend for use with major CI tools like Jenkins, CircleCI, etc that consume Junit reports.
5
+ intended for use with major CI tools like Jenkins, CircleCI, etc that consume Junit reports.
6
6
 
7
7
  ## Installation
8
8
 
@@ -24,7 +24,7 @@ node --test \
24
24
 
25
25
  ## Example
26
26
 
27
- Ouput of the following test file:
27
+ Output of the following test file:
28
28
 
29
29
  ```js
30
30
  const { describe, it } = require('node:test');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reporters/junit",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "A jUnit reporter for `node:test`",
5
5
  "type": "commonjs",
6
6
  "keywords": [