omnius 1.0.732 → 1.0.733

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.js CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/dist/index.js
3
- size: 38148520 bytes
4
- sha256: d2ee58c1117d83632b41e22ee7a535c679c003f39f2a5f0ee06502dbdd9f24ad
3
+ size: 38151901 bytes
4
+ sha256: 46a37c92e1d5046e2cef61074304debe27d54aae953a4981056990c33b32a772
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.732",
3
+ "version": "1.0.733",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.732",
9
+ "version": "1.0.733",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
@@ -1054,9 +1054,9 @@
1054
1054
  }
1055
1055
  },
1056
1056
  "node_modules/@libp2p/noise": {
1057
- "version": "17.0.2",
1058
- "resolved": "https://registry.npmjs.org/@libp2p/noise/-/noise-17.0.2.tgz",
1059
- "integrity": "sha512-FY83yQf4/aqqiJHY6XB5aO7vtst6mMoy0r/vGsnTaosaYQ6g9xwkNbTq/juzTXjRbz9pBVkp62zXKJrXmm9G3w==",
1057
+ "version": "17.0.3",
1058
+ "resolved": "https://registry.npmjs.org/@libp2p/noise/-/noise-17.0.3.tgz",
1059
+ "integrity": "sha512-dUmOjqkkeyUm9NCaFiSEqif1vsLsRFmlZXEfIeREerKXB7sLBvRLbpGiglsLNu7BlA6mrnsQk4BMjZ8aEDqzdA==",
1060
1060
  "license": "Apache-2.0 OR MIT",
1061
1061
  "dependencies": {
1062
1062
  "@chainsafe/as-chacha20poly1305": "^0.1.0",
@@ -1425,9 +1425,9 @@
1425
1425
  }
1426
1426
  },
1427
1427
  "node_modules/@libp2p/webrtc": {
1428
- "version": "6.0.32",
1429
- "resolved": "https://registry.npmjs.org/@libp2p/webrtc/-/webrtc-6.0.32.tgz",
1430
- "integrity": "sha512-XJTKNlsVh6v0LqbvBUFQqlwxHEQRA8KW8W2aLEZrjf8NtIww6BYozsaYVe+0W6ujjZWHjTkVjUwPgVqbIPzNFA==",
1428
+ "version": "6.0.33",
1429
+ "resolved": "https://registry.npmjs.org/@libp2p/webrtc/-/webrtc-6.0.33.tgz",
1430
+ "integrity": "sha512-vnjOnmUl7+0Cuy/khNjbDY0KUk/7JZ+fyf27lGmHHZas2mXJ5wzLZOS1b63/5yIq6EtIdouF0wpSdjLh1cvA7g==",
1431
1431
  "license": "Apache-2.0 OR MIT",
1432
1432
  "dependencies": {
1433
1433
  "@chainsafe/is-ip": "^2.1.0",
@@ -1435,7 +1435,7 @@
1435
1435
  "@libp2p/interface": "^3.3.0",
1436
1436
  "@libp2p/interface-internal": "^3.1.13",
1437
1437
  "@libp2p/keychain": "^6.1.7",
1438
- "@libp2p/noise": "^17.0.2",
1438
+ "@libp2p/noise": "^17.0.3",
1439
1439
  "@libp2p/peer-id": "^6.0.15",
1440
1440
  "@libp2p/utils": "^7.4.1",
1441
1441
  "@multiformats/multiaddr": "^13.0.3",
@@ -1596,9 +1596,9 @@
1596
1596
  }
1597
1597
  },
1598
1598
  "node_modules/@modelcontextprotocol/sdk": {
1599
- "version": "1.30.0",
1600
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
1601
- "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==",
1599
+ "version": "1.30.1",
1600
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.1.tgz",
1601
+ "integrity": "sha512-H2HxLvC3HDNybePJaLdSrU1hhUK5iQw+WvV1b01myFyI7sdVGe1u/IPTE5D9fGCiJDVtgMV/lmFkQXLmQyIFYA==",
1602
1602
  "license": "MIT",
1603
1603
  "dependencies": {
1604
1604
  "@hono/node-server": "^1.19.9 || ^2.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.732",
3
+ "version": "1.0.733",
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/library.js",