@warlock.js/ai-groq 5.0.2 → 5.2.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/CHANGELOG.md +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -4,6 +4,29 @@ All notable changes to `@warlock.js/ai-groq` are documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). `@warlock.js/*` packages are released in lockstep — every package shares the same version number, so a version below may list only the changes that affected this package.
6
6
 
7
+ ## 5.2.2
8
+
9
+ ### Maintenance
10
+
11
+ - Restored the Warlock family to one exact, installable lockstep version.
12
+
13
+ ## 5.1.0
14
+
15
+ No changes to `@warlock.js/ai-groq`. Released in lockstep with the `@warlock.js/web`
16
+ React-execution fix and the `@warlock.js/core` CLI additions — see those packages'
17
+ changelogs.
18
+
19
+ ## 5.0.2 - 2026-08-25
20
+
21
+ No changes to `@warlock.js/ai-groq`. Released in lockstep with the `@warlock.js/web` SSR
22
+ fix (`ssr.noExternal`) — see that package's changelog.
23
+
24
+ ## 5.0.1 - 2026-08-25
25
+
26
+ No changes to `@warlock.js/ai-groq`. Released in lockstep with the `create-warlock` vite
27
+ resolution pin and the `@warlock.js/web` peer narrowing — see those packages'
28
+ changelogs.
29
+
7
30
  ## 5.0.0 - 2026-08-25
8
31
 
9
32
  ### Changed
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "url": "https://github.com/warlockjs/ai-groq"
16
16
  },
17
17
  "peerDependencies": {
18
- "@warlock.js/ai": "5.0.2"
18
+ "@warlock.js/ai": "5.2.2"
19
19
  },
20
20
  "dependencies": {
21
- "@warlock.js/ai-openai": "5.0.2",
22
- "@warlock.js/logger": "5.0.2"
21
+ "@warlock.js/ai-openai": "5.2.2",
22
+ "@warlock.js/logger": "5.2.2"
23
23
  },
24
- "version": "5.0.2",
24
+ "version": "5.2.2",
25
25
  "main": "./cjs/index.cjs",
26
26
  "module": "./esm/index.mjs",
27
27
  "types": "./esm/index.d.mts",