@stll/ai-catalog 0.1.2 → 0.1.3

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/dist/index.d.ts CHANGED
@@ -175,10 +175,10 @@ declare const MODEL_TEMPERATURE_POLICIES: {
175
175
  readonly "gpt-5.6": "omit";
176
176
  readonly "gpt-5.6-luna": "omit";
177
177
  readonly "gpt-5.5": "omit";
178
- readonly "gpt-5.4": "omit";
179
- readonly "gpt-5.4-mini": "omit";
180
- readonly "gpt-5.4-nano": "omit";
181
- readonly "gpt-5.2": "omit";
178
+ readonly "gpt-5.4": "emit";
179
+ readonly "gpt-5.4-mini": "emit";
180
+ readonly "gpt-5.4-nano": "emit";
181
+ readonly "gpt-5.2": "emit";
182
182
  readonly "claude-sonnet-5": "omit";
183
183
  readonly "claude-fable-5": "omit";
184
184
  readonly "claude-opus-5": "omit";
package/dist/index.js CHANGED
@@ -401,10 +401,10 @@ const MODEL_TEMPERATURE_POLICIES = {
401
401
  "gpt-5.6": "omit",
402
402
  "gpt-5.6-luna": "omit",
403
403
  "gpt-5.5": "omit",
404
- "gpt-5.4": "omit",
405
- "gpt-5.4-mini": "omit",
406
- "gpt-5.4-nano": "omit",
407
- "gpt-5.2": "omit",
404
+ "gpt-5.4": "emit",
405
+ "gpt-5.4-mini": "emit",
406
+ "gpt-5.4-nano": "emit",
407
+ "gpt-5.2": "emit",
408
408
  "claude-sonnet-5": "omit",
409
409
  "claude-fable-5": "omit",
410
410
  "claude-opus-5": "omit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/ai-catalog",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Provider-neutral AI model roles, capabilities, and curated model metadata.",
5
5
  "keywords": [
6
6
  "ai",