@soos-io/soos-scm-audit 0.2.12 → 0.3.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@ The SOOS SCM Audit script should be used to determine the number of contributing
6
6
  [![Out Of Date Dependencies](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-hooks.soos.io%2Fapi%2Fshieldsio-badges%3FbadgeType%3DOutOfDateDependencies%26pid%3Dzau3ko1vn%26branchName%3Dmain)](https://app.soos.io)
7
7
 
8
8
  ## Requirements
9
- - [Node 20 LTS](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
9
+ - [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
10
10
 
11
11
  ## Installation
12
12
  run `npm install --prefix ./soos @soos-io/soos-scm-audit`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soos-io/soos-scm-audit",
3
- "version": "0.2.12",
3
+ "version": "0.3.2",
4
4
  "description": "SOOS SCM Audit CLI",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "homepage": "https://github.com/soos-io/soos-scm-audit#readme",
34
34
  "dependencies": {
35
- "@soos-io/api-client": "1.6.2",
35
+ "@soos-io/api-client": "1.7.6",
36
36
  "axios": "^1.8.3",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@eslint/js": "^9.24.0",
41
- "@types/node": "^20.17.30",
41
+ "@types/node": "^22.16.4",
42
42
  "eslint": "^9.24.0",
43
43
  "globals": "^16.0.0",
44
44
  "knip": "^5.47.0",