@teamscale/coverage-collector 0.1.0-beta.2 → 0.1.0-beta.4

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 CHANGED
@@ -29,10 +29,10 @@ pnpm build
29
29
 
30
30
  ## Running the Collector
31
31
 
32
- There are several options to run the Collector. For example, via `yarn` by running
32
+ There are several options to run the Collector. For example, via `pnpm` by running
33
33
 
34
34
  ```
35
- yarn collector --port 54678 --dump-to-file=./coverage.simple
35
+ pnpm collector --port 54678 --dump-to-file=./coverage.simple
36
36
  ```
37
37
 
38
38
  or via `npx` by running
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamscale/coverage-collector",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.4",
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": "0.0.1-beta.59",
25
+ "@cqse/commons": "0.1.0-beta.2",
26
26
  "argparse": "^2.0.1",
27
- "async": "^3.2.4",
28
- "axios": "^1.6.2",
27
+ "async": "^3.2.5",
28
+ "axios": "^1.6.5",
29
29
  "bunyan": "^1.8.15",
30
- "date-and-time": "^3.0.3",
30
+ "date-and-time": "^3.1.0",
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.14.2"
39
+ "ws": "^8.16.0"
40
40
  },
41
41
  "devDependencies": {
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",
42
+ "@babel/core": "^7.23.7",
43
+ "@babel/preset-env": "^7.23.8",
44
+ "@types/argparse": "^2.0.14",
45
+ "@types/async": "^3.2.24",
46
+ "@types/bunyan": "^1.8.11",
47
+ "@types/express": "^4.17.21",
48
+ "@types/jest": "^29.5.11",
49
+ "@types/node": "^20.11.0",
50
+ "@types/tmp": "^0.2.6",
51
+ "@types/ws": "^8.5.10",
52
52
  "babel-jest": "^29.7.0",
53
- "esbuild": "^0.19.5",
53
+ "esbuild": "^0.19.11",
54
54
  "jest": "^29.7.0",
55
- "mockttp": "^3.9.4",
55
+ "mockttp": "^3.10.1",
56
56
  "rimraf": "^5.0.5",
57
57
  "ts-jest": "^29.1.1",
58
- "ts-node": "^10.9.1",
59
- "typescript": "^5.2.2"
58
+ "ts-node": "^10.9.2",
59
+ "typescript": "^5.3.3"
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.1.0-beta.2",
3
+ "version": "0.1.0-beta.4",
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": "0.0.1-beta.59",
18
+ "@cqse/commons": "0.1.0-beta.2",
19
19
  "argparse": "^2.0.1",
20
- "async": "^3.2.4",
21
- "axios": "^1.6.2",
20
+ "async": "^3.2.5",
21
+ "axios": "^1.6.5",
22
22
  "bunyan": "^1.8.15",
23
- "date-and-time": "^3.0.3",
23
+ "date-and-time": "^3.1.0",
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.14.2"
32
+ "ws": "^8.16.0"
33
33
  },
34
34
  "devDependencies": {
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",
35
+ "@babel/core": "^7.23.7",
36
+ "@babel/preset-env": "^7.23.8",
37
+ "@types/argparse": "^2.0.14",
38
+ "@types/async": "^3.2.24",
39
+ "@types/bunyan": "^1.8.11",
40
+ "@types/express": "^4.17.21",
41
+ "@types/jest": "^29.5.11",
42
+ "@types/node": "^20.11.0",
43
+ "@types/tmp": "^0.2.6",
44
+ "@types/ws": "^8.5.10",
45
45
  "babel-jest": "^29.7.0",
46
- "esbuild": "^0.19.5",
46
+ "esbuild": "^0.19.11",
47
47
  "jest": "^29.7.0",
48
- "mockttp": "^3.9.4",
48
+ "mockttp": "^3.10.1",
49
49
  "rimraf": "^5.0.5",
50
50
  "ts-jest": "^29.1.1",
51
- "ts-node": "^10.9.1",
52
- "typescript": "^5.2.2"
51
+ "ts-node": "^10.9.2",
52
+ "typescript": "^5.3.3"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"