codebolt 1.12.2 → 1.12.4

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.
Files changed (2) hide show
  1. package/dist/index.js +10 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -373244,7 +373244,8 @@ async function main() {
373244
373244
  process.exit(0);
373245
373245
  }
373246
373246
  if (version) {
373247
- console.log('codebolt 1.0.0');
373247
+ const pkg = __webpack_require__(8330);
373248
+ console.log(`codebolt ${pkg.version}`);
373248
373249
  process.exit(0);
373249
373250
  }
373250
373251
  const shutdown = (signal) => {
@@ -954371,6 +954372,14 @@ module.exports = /*#__PURE__*/JSON.parse('{"name":"thread-stream","version":"3.1
954371
954372
  "use strict";
954372
954373
  module.exports = {"version":"3.19.0"};
954373
954374
 
954375
+ /***/ },
954376
+
954377
+ /***/ 8330
954378
+ (module) {
954379
+
954380
+ "use strict";
954381
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"codebolt","version":"1.12.4","description":"CodeBolt headless server CLI","main":"dist/index.js","types":"dist/index.d.ts","bin":{"codebolt":"./bin/codebolt"},"files":["dist","bin","!dist/**/*.map"],"scripts":{"build":"npm run build:deps && webpack --config webpack.config.js","build:local":"webpack --config webpack.config.js","build:deps":"cd ../.. && npm run build -w @codebolt/types -w @codebolt/narrative -w @codebolt/gotui -w @arrowai/multillm -w @codebolt/server","package":"npm run build","dev":"tsc && cross-env CODEBOLT_NARRATIVE_BINARY=../codeboltNarrative/target/debug/codebolt-narrative node dist/index.js","dev:rebuild":"npm run build -w @codebolt/gotui && npm run build -w @arrowai/multillm && npm run build -w @codebolt/server && tsc && cross-env CODEBOLT_NARRATIVE_BINARY=../codeboltNarrative/target/debug/codebolt-narrative node dist/index.js","start":"node dist/index.js","typecheck":"tsc --noEmit","prepublishOnly":"npm run package"},"dependencies":{"@codebolt/gotui":"1.12.4","@codebolt/narrative":"1.12.4","@huggingface/tokenizers":"^0.1.2","@codebolt/kuzu":"^0.11.3","@homebridge/node-pty-prebuilt-multiarch":"^0.13.1","better-sqlite3":"^11.0.0","sqlite-vec":"^0.1.6","@vscode/ripgrep":"^1.17.0","web-tree-sitter":"^0.24.1"},"devDependencies":{"@anthropic-ai/bedrock-sdk":"^0.12.4","@anthropic-ai/sdk":"^0.37.0","@anthropic-ai/vertex-sdk":"^0.6.4","@aws-sdk/client-bedrock-runtime":"^3.758.0","@cloudflare/ai":"^1.2.2","@google-cloud/vertexai":"^1.9.3","@google/generative-ai":"^0.18.0","@huggingface/inference":"^3.4.1","@json-schema-tools/traverse":"^1.10.4","@mistralai/mistralai":"^1.5.0","@octokit/rest":"^21.1.1","@slack/bolt":"^4.6.0","@types/node":"^20.17.27","@whiskeysockets/baileys":"^7.0.0-rc.9","adm-zip":"^0.5.10","ajv":"^6.12.6","archiver":"^7.0.1","aws4fetch":"^1.0.20","axios":"^1.6.8","botbuilder":"^4.23.3","chat_history_summary":"^1.0.0","chokidar":"^4.0.3","content-type":"^1.0.5","copy-webpack-plugin":"^12.0.0","cors":"^2.8.5","cross-env":"^7.0.3","delay":"^6.0.0","diff":"^6.0.0","directory-tree":"^3.5.1","discord.js":"^14.25.1","dockview":"^1.16.1","dotenv":"^16.6.1","download-git-repo":"^3.0.2","eventsource":"^3.0.2","express":"^4.22.1","extract-zip":"^2.0.1","fast-glob":"^3.3.2","find-process":"^1.4.7","fs-extra":"^11.2.0","glob":"^10.4.5","gpt-tokenizer":"^3.4.0","grammy":"^1.40.0","groq-sdk":"^0.15.0","ignore":"^5.3.2","isbinaryfile":"^5.0.7","joi":"^18.0.2","js-tiktoken":"^1.0.11","js-yaml":"^4.1.0","lodash":"^4.17.21","lodash-es":"^4.17.21","mammoth":"^1.8.0","merkletreejs":"^0.5.2","mime-types":"^2.1.35","minimatch":"^9.0.3","node-fetch":"^2.7.0","ollama":"^0.5.14","openai":"^4.83.0","pathspec":"^0.9.2","pdf-parse":"^1.1.1","pino":"^9.5.0","portscanner":"^2.2.0","posthog-node":"4.2.2","problem-matcher":"^1.1.0","prompts":"^2.4.2","raw-body":"^3.0.0","replicate":"^1.0.1","serialize-javascript":"^6.0.2","shell-path":"^3.1.0","simple-git":"^3.24.0","socket.io":"^4.7.5","threads":"^1.7.0","sqlite-vec":"^0.1.6","toml":"^3.0.0","tree-kill":"^1.2.2","ts-loader":"^9.0.0","typescript":"^5.4.5","uuid":"^9.0.1","uuid4":"^2.0.3","vscode":"npm:@codingame/monaco-vscode-extension-api@~18.1.0","vscode-jsonrpc":"^8.2.1","vscode-languageserver-protocol":"^3.17.5","webpack":"^5.0.0","webpack-cli":"^5.0.0","wink-bm25-text-search":"^3.1.2","wink-eng-lite-web-model":"^1.8.1","wink-nlp":"^2.4.0","winston":"^3.13.0","ws":"^8.17.0","yaml":"^2.6.0","yocto-spinner":"^0.1.2","yoctocolors":"^2.1.1","zod":"^3.24.1"}}');
954382
+
954374
954383
  /***/ }
954375
954384
 
954376
954385
  /******/ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebolt",
3
- "version": "1.12.2",
3
+ "version": "1.12.4",
4
4
  "description": "CodeBolt headless server CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  "prepublishOnly": "npm run package"
25
25
  },
26
26
  "dependencies": {
27
- "@codebolt/gotui": "1.11.0",
28
- "@codebolt/narrative": "1.11.0",
27
+ "@codebolt/gotui": "1.12.4",
28
+ "@codebolt/narrative": "1.12.4",
29
29
  "@huggingface/tokenizers": "^0.1.2",
30
30
  "@codebolt/kuzu": "^0.11.3",
31
31
  "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",