ts-node-client 3.0.0 → 3.0.1

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/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
 
10
10
 
11
+ ## 3.0.1 - 2023-02-08
12
+
13
+ ### Changed
14
+ * docs updated
15
+
16
+
11
17
  ## 3.0.0 - 2023-02-08
12
18
 
13
19
  ### Changed
package/README.md CHANGED
@@ -10,10 +10,9 @@
10
10
  > TrustSource node client - node module to transfer dependency information to TrustSource server.
11
11
 
12
12
  ## Release 3.0.0
13
- Package now is not including `npm`. This was done due to missing programmatic API in npm >= 8.0.0 and in order to skip deprecated dependencies
14
-
15
- This change affects structure of scans, but improve tool.
13
+ Package now is not including `npm` anymore. The addition has been done due to missing programmatic API in npm >= 8.0.0 and in order to skip deprecated dependencies
16
14
 
15
+ This change affects the structure of scans slightly, but it heavily improves the scanner.
17
16
 
18
17
  ## Requirements
19
18
  * node >= 8.9.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ts-node-client",
3
3
  "description": "npm / node module to transfer dependency information to TrustSource server.",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "private": false,
6
6
  "homepage": "https://app.trustsource.io/",
7
7
  "author": {