@gbozee/ultimate 0.0.2-156 → 0.0.2-157
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.cjs +3053 -37
- package/dist/index.d.ts +9 -1
- package/dist/index.js +3053 -37
- package/dist/mcp-server.cjs +3053 -37
- package/dist/mcp-server.js +3053 -37
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gbozee/ultimate",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.2-
|
|
4
|
+
"version": "0.0.2-157",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"test": "bun test --timeout 300000 test",
|
|
38
38
|
"test:unit": "bun test --timeout 300000 tests/unit-tests",
|
|
39
39
|
"mcp:client": "bun run tests/mcp-client.js dist/mcp-server.js",
|
|
40
|
-
"npm:publish": "npm publish --access public --registry=https://registry.npmjs.org/"
|
|
40
|
+
"npm:publish": "npm publish --access public --registry=https://registry.npmjs.org/",
|
|
41
|
+
"verify-proxy": "bun run tests/verify-proxy.ts"
|
|
41
42
|
},
|
|
42
43
|
"files": [
|
|
43
44
|
"dist"
|
|
@@ -56,6 +57,7 @@
|
|
|
56
57
|
"@anthropic-ai/sdk": "^0.50.3",
|
|
57
58
|
"@modelcontextprotocol/sdk": "^1.11.1",
|
|
58
59
|
"@trigger.dev/sdk": "^3.3.17",
|
|
60
|
+
"axios": "^1.10.0",
|
|
59
61
|
"binance": "^2.15.16",
|
|
60
62
|
"bybit-api": "^4.1.3",
|
|
61
63
|
"express": "^5.1.0",
|