@goodandready/dsh-image-gen 0.11.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodandready/dsh-image-gen",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Image generation for DeepSeek Harness: a generate_image tool with pluggable providers — the FAL queue, any OpenAI-compatible images API, or a ChatGPT/Grok subscription with no API key at all. The picture is shown inline in the conversation; the model receives either a link (works with any chat model) or the image itself (needs dsh-vision-bridge or a vision-capable model).",
5
5
  "keywords": [
6
6
  "deepseek-harness",
@@ -71,5 +71,11 @@
71
71
  "scripts": {
72
72
  "test": "node scripts/build-client.mjs && node --check lib/client.js && node --test test/*.test.mjs",
73
73
  "build:client": "node scripts/build-client.mjs"
74
+ },
75
+ "publishConfig": {
76
+ "access": "public"
77
+ },
78
+ "devDependencies": {
79
+ "@deepseek-ai/schemastery": "^3.18.1"
74
80
  }
75
81
  }