nestor-sh 2.0.9 → 2.1.0

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/nestor.mjs +4 -4
  2. package/package.json +1 -1
package/dist/nestor.mjs CHANGED
@@ -10593,7 +10593,7 @@ var SERVER_VERSION, startTime;
10593
10593
  var init_health = __esm({
10594
10594
  "../server/src/routes/health.ts"() {
10595
10595
  "use strict";
10596
- SERVER_VERSION = "2.0.9";
10596
+ SERVER_VERSION = "2.1.0";
10597
10597
  startTime = Date.now();
10598
10598
  }
10599
10599
  });
@@ -19383,7 +19383,7 @@ function isNativeAvailable() {
19383
19383
  return nativeModule !== null;
19384
19384
  }
19385
19385
  function getNativeVersion() {
19386
- return nativeModule ? "2.0.9" : null;
19386
+ return nativeModule ? "2.1.0" : null;
19387
19387
  }
19388
19388
  function validateSsrf(url, allowPrivate = false) {
19389
19389
  if (nativeModule) {
@@ -159071,7 +159071,7 @@ var init_server = __esm({
159071
159071
  MCP_PROTOCOL_VERSION = "2024-11-05";
159072
159072
  SERVER_INFO = {
159073
159073
  name: "nestor",
159074
- version: "2.0.9"
159074
+ version: "2.1.0"
159075
159075
  };
159076
159076
  SERVER_CAPABILITIES = {
159077
159077
  tools: { listChanged: false },
@@ -165313,7 +165313,7 @@ if (command2 && !["--help", "-h", "--version", "-V", "install"].includes(command
165313
165313
  }
165314
165314
  }
165315
165315
  var program = new Command();
165316
- program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("2.0.9");
165316
+ program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("2.1.0");
165317
165317
  registerStartCommand(program);
165318
165318
  registerInstallCommand(program);
165319
165319
  registerAgentCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestor-sh",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "AI agent platform — security-first orchestration for autonomous agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",