omnius 1.0.524 → 1.0.525

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.524",
3
+ "version": "1.0.525",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.524",
9
+ "version": "1.0.525",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
@@ -1662,16 +1662,12 @@
1662
1662
  }
1663
1663
  },
1664
1664
  "node_modules/@multiformats/murmur3": {
1665
- "version": "2.2.7",
1666
- "resolved": "https://registry.npmjs.org/@multiformats/murmur3/-/murmur3-2.2.7.tgz",
1667
- "integrity": "sha512-If5B55onHn4uaXMkof2JT2jDaLocjSSMqssSIFbUvyrgEtJ+orhLArNhMerUzhYpGFRtuL2TeeNChi3QckyqIw==",
1665
+ "version": "2.2.8",
1666
+ "resolved": "https://registry.npmjs.org/@multiformats/murmur3/-/murmur3-2.2.8.tgz",
1667
+ "integrity": "sha512-CrsYnnoWbTYPkLl9D6zKaFPlRbnOekofvi93/1IrXc5eaT5QChRscEFV93kVqHwL2phi8u1hj9UnaeFOq2PYMQ==",
1668
1668
  "license": "Apache-2.0 OR MIT",
1669
1669
  "dependencies": {
1670
1670
  "multiformats": "^14.0.0"
1671
- },
1672
- "engines": {
1673
- "node": ">=16.0.0",
1674
- "npm": ">=7.0.0"
1675
1671
  }
1676
1672
  },
1677
1673
  "node_modules/@multiformats/murmur3/node_modules/multiformats": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.524",
3
+ "version": "1.0.525",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",