ts-node-client 3.4.1 → 3.4.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.
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.4.2 - 2024-08-20
12
+
13
+ ### Changed
14
+ * docs update
15
+
16
+
11
17
  ## 3.4.1 - 2024-08-13
12
18
 
13
19
  ### Fixed
package/README.md CHANGED
@@ -10,7 +10,9 @@
10
10
  > TrustSource node client - node module to transfer dependency information to TrustSource server.
11
11
 
12
12
  ## Release 3.4.0
13
- Migrated to TrustSource API v2
13
+ Migrated to TrustSource API v2. Please ensure your `url` is updated to `https://api.trustsource.io`.
14
+
15
+ > PLEASE NOTE: API v1 is meanwhile deprecated. We plan to seize its functionality in September 30th, 2024. Starting from June, users of APIv1 will receive a deprecation notice. If you feel that this timeframe is too tough for you, please reach out to your engagement manager as soon as possible to clarify further proceedings.
14
16
 
15
17
  ## Release 3.2.0
16
18
  Package now support package-lock.json v.3
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.4.1",
4
+ "version": "3.4.2",
5
5
  "homepage": "https://app.trustsource.io/",
6
6
  "author": {
7
7
  "name": "Oleksandr Dmukhovskyi",