@brendangraham/steer 0.10.1 → 0.11.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 +6 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.11.0](https://github.com/BrendanGraham14/steer/compare/steer-v0.10.1...steer-v0.11.0) - 2026-02-14
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- *(steer-core)* add image content variants to conversation model
|
|
15
|
+
|
|
10
16
|
## [0.10.0](https://github.com/BrendanGraham14/steer/compare/steer-v0.9.0...steer-v0.10.0) - 2026-02-12
|
|
11
17
|
|
|
12
18
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"hasInstallScript": true,
|
|
25
25
|
"license": "AGPL-3.0-or-later",
|
|
26
26
|
"name": "@brendangraham/steer",
|
|
27
|
-
"version": "0.
|
|
27
|
+
"version": "0.11.1"
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@isaacs/balanced-match": {
|
|
30
30
|
"engines": {
|
|
@@ -516,5 +516,5 @@
|
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
"requires": true,
|
|
519
|
-
"version": "0.
|
|
519
|
+
"version": "0.11.1"
|
|
520
520
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/BrendanGraham14/steer/releases/download/steer-v0.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/BrendanGraham14/steer/releases/download/steer-v0.11.1",
|
|
3
3
|
"author": "Brendan Graham <brendanigraham@gmail.com>",
|
|
4
4
|
"bin": {
|
|
5
5
|
"schema-generator": "run-schema-generator.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"zipExt": ".tar.xz"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"version": "0.
|
|
71
|
+
"version": "0.11.1",
|
|
72
72
|
"volta": {
|
|
73
73
|
"node": "18.14.1",
|
|
74
74
|
"npm": "9.5.0"
|