viben 1.2.0 → 1.2.2

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 CHANGED
@@ -36779,7 +36779,7 @@ var require_get_proto = __commonJS2({
36779
36779
  }
36780
36780
  });
36781
36781
  var require_hasown = __commonJS2({
36782
- "../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports2, module2) {
36782
+ "../../node_modules/.pnpm/hasown@2.0.3/node_modules/hasown/index.js"(exports2, module2) {
36783
36783
  var call = Function.prototype.call;
36784
36784
  var $hasOwn = Object.prototype.hasOwnProperty;
36785
36785
  var bind2 = require_function_bind();
@@ -42849,7 +42849,7 @@ var require_object_inspect = __commonJS2({
42849
42849
  }
42850
42850
  });
42851
42851
  var require_side_channel_list = __commonJS2({
42852
- "../../node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js"(exports2, module2) {
42852
+ "../../node_modules/.pnpm/side-channel-list@1.0.1/node_modules/side-channel-list/index.js"(exports2, module2) {
42853
42853
  var inspect2 = require_object_inspect();
42854
42854
  var $TypeError = require_type();
42855
42855
  var listGetNode = function(list2, key, isDelete) {
@@ -42908,9 +42908,8 @@ var require_side_channel_list = __commonJS2({
42908
42908
  }
42909
42909
  },
42910
42910
  "delete": function(key) {
42911
- var root = $o && $o.next;
42912
42911
  var deletedNode = listDelete($o, key);
42913
- if (deletedNode && root && root === deletedNode) {
42912
+ if (deletedNode && $o && !$o.next) {
42914
42913
  $o = void 0;
42915
42914
  }
42916
42915
  return !!deletedNode;
@@ -148706,7 +148705,7 @@ var startupConfig;
148706
148705
  var gatewayStartTime;
148707
148706
  var init_health = __esm({
148708
148707
  "src/gateway/routes/health.ts"() {
148709
- VERSION3 = "1.2.0";
148708
+ VERSION3 = "1.2.2";
148710
148709
  startupConfig = null;
148711
148710
  gatewayStartTime = Date.now();
148712
148711
  }
@@ -183961,7 +183960,7 @@ ${import_chalk.default.bold("Telemetry \u7EDF\u8BA1")}:
183961
183960
  init_lib();
183962
183961
  init_update();
183963
183962
  var execAsync11 = (0, import_util.promisify)(import_child_process.exec);
183964
- var CURRENT_VERSION = "1.2.0";
183963
+ var CURRENT_VERSION = "1.2.2";
183965
183964
  var GITHUB_REPO = "LinXueyuanStdio/viben";
183966
183965
  var NPM_PACKAGE = "viben";
183967
183966
  function compareSemver(a, b) {
@@ -192237,7 +192236,7 @@ function registerCommands(program) {
192237
192236
  registerPageCommand(program);
192238
192237
  registerAccountCommand(program);
192239
192238
  }
192240
- var VERSION4 = "1.2.0";
192239
+ var VERSION4 = "1.2.2";
192241
192240
  function createProgram() {
192242
192241
  const program = new import_commander.Command();
192243
192242
  program.name("viben").description("Viben - Agent Swarm \xD7 Code Evolution").version(VERSION4, "-v, --version", "Output the version number");
package/dist/index.js CHANGED
@@ -36770,7 +36770,7 @@ var require_get_proto = __commonJS2({
36770
36770
  }
36771
36771
  });
36772
36772
  var require_hasown = __commonJS2({
36773
- "../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports2, module2) {
36773
+ "../../node_modules/.pnpm/hasown@2.0.3/node_modules/hasown/index.js"(exports2, module2) {
36774
36774
  var call = Function.prototype.call;
36775
36775
  var $hasOwn = Object.prototype.hasOwnProperty;
36776
36776
  var bind2 = require_function_bind();
@@ -42840,7 +42840,7 @@ var require_object_inspect = __commonJS2({
42840
42840
  }
42841
42841
  });
42842
42842
  var require_side_channel_list = __commonJS2({
42843
- "../../node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js"(exports2, module2) {
42843
+ "../../node_modules/.pnpm/side-channel-list@1.0.1/node_modules/side-channel-list/index.js"(exports2, module2) {
42844
42844
  var inspect2 = require_object_inspect();
42845
42845
  var $TypeError = require_type();
42846
42846
  var listGetNode = function(list2, key, isDelete) {
@@ -42899,9 +42899,8 @@ var require_side_channel_list = __commonJS2({
42899
42899
  }
42900
42900
  },
42901
42901
  "delete": function(key) {
42902
- var root = $o && $o.next;
42903
42902
  var deletedNode = listDelete($o, key);
42904
- if (deletedNode && root && root === deletedNode) {
42903
+ if (deletedNode && $o && !$o.next) {
42905
42904
  $o = void 0;
42906
42905
  }
42907
42906
  return !!deletedNode;
@@ -148697,7 +148696,7 @@ var startupConfig;
148697
148696
  var gatewayStartTime;
148698
148697
  var init_health = __esm({
148699
148698
  "src/gateway/routes/health.ts"() {
148700
- VERSION3 = "1.2.0";
148699
+ VERSION3 = "1.2.2";
148701
148700
  startupConfig = null;
148702
148701
  gatewayStartTime = Date.now();
148703
148702
  }
@@ -183952,7 +183951,7 @@ ${chalk22.bold("Telemetry \u7EDF\u8BA1")}:
183952
183951
  init_lib();
183953
183952
  init_update();
183954
183953
  var execAsync11 = promisify(exec);
183955
- var CURRENT_VERSION = "1.2.0";
183954
+ var CURRENT_VERSION = "1.2.2";
183956
183955
  var GITHUB_REPO = "LinXueyuanStdio/viben";
183957
183956
  var NPM_PACKAGE = "viben";
183958
183957
  function compareSemver(a, b) {
@@ -192228,7 +192227,7 @@ function registerCommands(program) {
192228
192227
  registerPageCommand(program);
192229
192228
  registerAccountCommand(program);
192230
192229
  }
192231
- var VERSION4 = "1.2.0";
192230
+ var VERSION4 = "1.2.2";
192232
192231
  function createProgram() {
192233
192232
  const program = new Command();
192234
192233
  program.name("viben").description("Viben - Agent Swarm \xD7 Code Evolution").version(VERSION4, "-v, --version", "Output the version number");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viben",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "CLI for Viben - Agent Swarm × Code Evolution platform",
5
5
  "keywords": [
6
6
  "viben",