@teamscale/coverage-collector 0.0.1-beta.59 → 0.0.1-beta.60
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/dist/package.json +21 -21
- package/package.json +21 -21
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamscale/coverage-collector",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.60",
|
|
4
4
|
"description": "Collector for JavaScript code coverage information",
|
|
5
5
|
"main": "dist/src/main.js",
|
|
6
6
|
"bin": "dist/src/main.js",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"dist/**/*"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@cqse/commons": "
|
|
25
|
+
"@cqse/commons": "0.0.1-beta.59",
|
|
26
26
|
"argparse": "^2.0.1",
|
|
27
27
|
"async": "^3.2.4",
|
|
28
|
-
"axios": "^1.
|
|
28
|
+
"axios": "^1.5.1",
|
|
29
29
|
"bunyan": "^1.8.15",
|
|
30
|
-
"date-and-time": "^3.0.
|
|
30
|
+
"date-and-time": "^3.0.3",
|
|
31
31
|
"dotenv": "^16.3.1",
|
|
32
32
|
"express": "^4.18.2",
|
|
33
33
|
"form-data": "^4.0.0",
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
"source-map": "^0.7.4",
|
|
37
37
|
"tmp": "^0.2.1",
|
|
38
38
|
"typescript-optional": "^2.0.1",
|
|
39
|
-
"ws": "^8.
|
|
39
|
+
"ws": "^8.14.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "^7.
|
|
43
|
-
"@babel/preset-env": "^7.
|
|
44
|
-
"@types/argparse": "^2.0.
|
|
45
|
-
"@types/async": "^3.2.
|
|
46
|
-
"@types/bunyan": "^1.8.
|
|
47
|
-
"@types/express": "^4.17.
|
|
48
|
-
"@types/jest": "^29.5.
|
|
49
|
-
"@types/node": "^20.
|
|
50
|
-
"@types/tmp": "^0.2.
|
|
51
|
-
"@types/ws": "^8.5.
|
|
52
|
-
"babel-jest": "^29.
|
|
53
|
-
"esbuild": "^0.
|
|
54
|
-
"jest": "^29.
|
|
55
|
-
"mockttp": "^3.
|
|
56
|
-
"rimraf": "^5.0.
|
|
42
|
+
"@babel/core": "^7.23.2",
|
|
43
|
+
"@babel/preset-env": "^7.23.2",
|
|
44
|
+
"@types/argparse": "^2.0.12",
|
|
45
|
+
"@types/async": "^3.2.22",
|
|
46
|
+
"@types/bunyan": "^1.8.10",
|
|
47
|
+
"@types/express": "^4.17.20",
|
|
48
|
+
"@types/jest": "^29.5.6",
|
|
49
|
+
"@types/node": "^20.8.6",
|
|
50
|
+
"@types/tmp": "^0.2.4",
|
|
51
|
+
"@types/ws": "^8.5.7",
|
|
52
|
+
"babel-jest": "^29.7.0",
|
|
53
|
+
"esbuild": "^0.19.5",
|
|
54
|
+
"jest": "^29.7.0",
|
|
55
|
+
"mockttp": "^3.9.4",
|
|
56
|
+
"rimraf": "^5.0.5",
|
|
57
57
|
"ts-jest": "^29.1.1",
|
|
58
58
|
"ts-node": "^10.9.1",
|
|
59
|
-
"typescript": "^5.
|
|
59
|
+
"typescript": "^5.2.2"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamscale/coverage-collector",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.60",
|
|
4
4
|
"description": "Collector for JavaScript code coverage information",
|
|
5
5
|
"main": "dist/src/main.js",
|
|
6
6
|
"bin": "dist/src/main.js",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"dist/**/*"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cqse/commons": "
|
|
18
|
+
"@cqse/commons": "0.0.1-beta.59",
|
|
19
19
|
"argparse": "^2.0.1",
|
|
20
20
|
"async": "^3.2.4",
|
|
21
|
-
"axios": "^1.
|
|
21
|
+
"axios": "^1.5.1",
|
|
22
22
|
"bunyan": "^1.8.15",
|
|
23
|
-
"date-and-time": "^3.0.
|
|
23
|
+
"date-and-time": "^3.0.3",
|
|
24
24
|
"dotenv": "^16.3.1",
|
|
25
25
|
"express": "^4.18.2",
|
|
26
26
|
"form-data": "^4.0.0",
|
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"source-map": "^0.7.4",
|
|
30
30
|
"tmp": "^0.2.1",
|
|
31
31
|
"typescript-optional": "^2.0.1",
|
|
32
|
-
"ws": "^8.
|
|
32
|
+
"ws": "^8.14.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/core": "^7.
|
|
36
|
-
"@babel/preset-env": "^7.
|
|
37
|
-
"@types/argparse": "^2.0.
|
|
38
|
-
"@types/async": "^3.2.
|
|
39
|
-
"@types/bunyan": "^1.8.
|
|
40
|
-
"@types/express": "^4.17.
|
|
41
|
-
"@types/jest": "^29.5.
|
|
42
|
-
"@types/node": "^20.
|
|
43
|
-
"@types/tmp": "^0.2.
|
|
44
|
-
"@types/ws": "^8.5.
|
|
45
|
-
"babel-jest": "^29.
|
|
46
|
-
"esbuild": "^0.
|
|
47
|
-
"jest": "^29.
|
|
48
|
-
"mockttp": "^3.
|
|
49
|
-
"rimraf": "^5.0.
|
|
35
|
+
"@babel/core": "^7.23.2",
|
|
36
|
+
"@babel/preset-env": "^7.23.2",
|
|
37
|
+
"@types/argparse": "^2.0.12",
|
|
38
|
+
"@types/async": "^3.2.22",
|
|
39
|
+
"@types/bunyan": "^1.8.10",
|
|
40
|
+
"@types/express": "^4.17.20",
|
|
41
|
+
"@types/jest": "^29.5.6",
|
|
42
|
+
"@types/node": "^20.8.6",
|
|
43
|
+
"@types/tmp": "^0.2.4",
|
|
44
|
+
"@types/ws": "^8.5.7",
|
|
45
|
+
"babel-jest": "^29.7.0",
|
|
46
|
+
"esbuild": "^0.19.5",
|
|
47
|
+
"jest": "^29.7.0",
|
|
48
|
+
"mockttp": "^3.9.4",
|
|
49
|
+
"rimraf": "^5.0.5",
|
|
50
50
|
"ts-jest": "^29.1.1",
|
|
51
51
|
"ts-node": "^10.9.1",
|
|
52
|
-
"typescript": "^5.
|
|
52
|
+
"typescript": "^5.2.2"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|