semantic-chunking
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -5,2 +5,7 @@ # Changelog | ||
## [2.3.5] - 2024-11-13 | ||
### Updated | ||
- Only print version if logging is enabled (default is false) | ||
- was adding console noise to upstream applications | ||
## [2.3.4] - 2024-11-12 | ||
@@ -7,0 +12,0 @@ ### Updated |
@@ -52,3 +52,3 @@ // =========================== | ||
printVersion(); | ||
if(logging) { printVersion(); } | ||
@@ -207,3 +207,3 @@ // Input validation | ||
printVersion(); | ||
if(logging) { printVersion(); } | ||
@@ -210,0 +210,0 @@ // Input validation |
{ | ||
"name": "semantic-chunking", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
5
3346192
111