@testream/junit-reporter 1.2.1 → 1.2.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.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@testream/junit-reporter",
3
- "version": "1.2.1",
4
- "description": "CLI and library to convert JUnit XML to CTRF and upload results to Testream",
3
+ "version": "1.2.3",
4
+ "description": "Convert JUnit XML from Maven, Gradle, and compatible tools to CTRF and publish results to Testream and Jira.",
5
+ "homepage": "https://testream.app/junit-jira-integration",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "bin": {
@@ -23,13 +24,20 @@
23
24
  "url": "git+https://github.com/testream/docs.git"
24
25
  },
25
26
  "keywords": [
27
+ "testream",
26
28
  "junit",
27
- "ctrf",
28
- "reporter",
29
- "testing",
29
+ "junit-reporter",
30
+ "junit-jira",
31
+ "junit-xml",
32
+ "java",
33
+ "maven",
34
+ "gradle",
35
+ "jira",
30
36
  "test-management",
31
- "test-results",
32
- "jira"
37
+ "automated-test-management",
38
+ "test-reporting",
39
+ "ci-cd",
40
+ "ctrf"
33
41
  ],
34
42
  "author": "Testream",
35
43
  "license": "SEE LICENSE IN LICENSE",
@@ -43,18 +51,18 @@
43
51
  "THIRD_PARTY_NOTICES.md"
44
52
  ],
45
53
  "dependencies": {
46
- "glob": "^11.0.0",
54
+ "glob": "^13.0.6",
47
55
  "junit-to-ctrf": "^0.0.14"
48
56
  },
49
57
  "devDependencies": {
50
58
  "@jira-test-manager/shared-types": "*",
51
- "@types/node": "^20.10.6",
59
+ "@types/node": "^25.9.3",
52
60
  "@typescript-eslint/eslint-plugin": "^6.17.0",
53
61
  "@typescript-eslint/parser": "^6.17.0",
54
62
  "@vercel/ncc": "^0.38.1",
55
63
  "eslint": "^8.56.0",
56
64
  "prettier": "^3.1.1",
57
- "typescript": "^5.3.3",
65
+ "typescript": "^6.0.3",
58
66
  "vitest": "^4.1.9"
59
67
  },
60
68
  "engines": {