llm-messages 0.4.6 → 0.4.7

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project are documented here. The format is based on
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres
5
5
  to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.4.7] - 2026-06-04
8
+
9
+ ### Changed
10
+
11
+ - Updated Vitest development tooling to resolve GitHub Dependabot alerts for
12
+ vulnerable transitive `vitest` / `vite` / `esbuild` versions.
13
+
7
14
  ## [0.4.6] - 2026-06-04
8
15
 
9
16
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llm-messages",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Convert chat conversations and responses between OpenAI, Anthropic and Gemini. Tool calls, images, audio, documents and roles handled. Zero dependencies.",
5
5
  "keywords": [
6
6
  "openai",
@@ -83,6 +83,6 @@
83
83
  "tsup": "^8.3.5",
84
84
  "typescript": "^5.7.2",
85
85
  "typescript-eslint": "^8.60.0",
86
- "vitest": "^2.1.8"
86
+ "vitest": "^4.1.8"
87
87
  }
88
88
  }