@nanocollective/nanocoder 1.19.0 → 1.19.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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nanocollective/nanocoder",
3
3
  "main": "dist/cli.js",
4
- "version": "1.19.0",
4
+ "version": "1.19.1",
5
5
  "description": "A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter",
6
6
  "keywords": [
7
7
  "cli",
@@ -126,5 +126,13 @@
126
126
  "LC_ALL": "en-US.UTF-8",
127
127
  "LANG": "en-US.UTF-8"
128
128
  }
129
+ },
130
+ "pnpm": {
131
+ "overrides": {
132
+ "glob@>=10.2.0 <10.5.0": ">=10.5.0",
133
+ "js-yaml@<3.14.2": ">=3.14.2",
134
+ "js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
135
+ "jws@<3.2.3": ">=3.2.3"
136
+ }
129
137
  }
130
138
  }