omnius 1.0.459 → 1.0.461

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.459",
3
+ "version": "1.0.461",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.459",
9
+ "version": "1.0.461",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
@@ -1662,9 +1662,9 @@
1662
1662
  }
1663
1663
  },
1664
1664
  "node_modules/@multiformats/murmur3": {
1665
- "version": "2.2.5",
1666
- "resolved": "https://registry.npmjs.org/@multiformats/murmur3/-/murmur3-2.2.5.tgz",
1667
- "integrity": "sha512-M+VwV8hEx5qB8i7b8fljMwZETJsqyLo8RAXA+JAn+QF9NnH46ZWvGErNukJVlxXSR2KQpuOtHIYIzZlbhhdFvw==",
1665
+ "version": "2.2.6",
1666
+ "resolved": "https://registry.npmjs.org/@multiformats/murmur3/-/murmur3-2.2.6.tgz",
1667
+ "integrity": "sha512-SPovNpXC6BQpYkCy2IpN58t4BFx2dnwmo5ppWk3z5/DjD2syV/Na1fAPkBKjk6iualm6qpoTp55cX1UE0jIRlQ==",
1668
1668
  "license": "Apache-2.0 OR MIT",
1669
1669
  "dependencies": {
1670
1670
  "multiformats": "^14.0.0"
@@ -5940,9 +5940,9 @@
5940
5940
  }
5941
5941
  },
5942
5942
  "node_modules/p-queue": {
5943
- "version": "9.3.0",
5944
- "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz",
5945
- "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==",
5943
+ "version": "9.3.1",
5944
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.1.tgz",
5945
+ "integrity": "sha512-POWdiIPmsUPGwb4FeQ4OBg46aqmcInSWe45CKDsGHiOBiVQM9chqfQTuqhuTzcg2Vz9faTI65at0KkVyVEiCHw==",
5946
5946
  "license": "MIT",
5947
5947
  "dependencies": {
5948
5948
  "eventemitter3": "^5.0.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.459",
3
+ "version": "1.0.461",
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",