rulesync 8.28.0 → 8.28.1

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.
@@ -17155,7 +17155,7 @@ var CANONICAL_TO_ZED_TOOL_NAMES = {
17155
17155
  read: "read_file",
17156
17156
  edit: "edit_file",
17157
17157
  webfetch: "fetch",
17158
- websearch: "web_search"
17158
+ websearch: "search_web"
17159
17159
  };
17160
17160
  var ZED_TO_CANONICAL_TOOL_NAMES = Object.fromEntries(
17161
17161
  Object.entries(CANONICAL_TO_ZED_TOOL_NAMES).map(([k, v]) => [v, k])
@@ -17178,7 +17178,7 @@ var CANONICAL_TO_ZED_TOOL_NAMES = {
17178
17178
  read: "read_file",
17179
17179
  edit: "edit_file",
17180
17180
  webfetch: "fetch",
17181
- websearch: "web_search"
17181
+ websearch: "search_web"
17182
17182
  };
17183
17183
  var ZED_TO_CANONICAL_TOOL_NAMES = Object.fromEntries(
17184
17184
  Object.entries(CANONICAL_TO_ZED_TOOL_NAMES).map(([k, v]) => [v, k])
@@ -39752,7 +39752,7 @@ function wrapCommand({
39752
39752
  }
39753
39753
 
39754
39754
  // src/cli/index.ts
39755
- var getVersion = () => "8.28.0";
39755
+ var getVersion = () => "8.28.1";
39756
39756
  function wrapCommand2(name, errorCode, handler) {
39757
39757
  return wrapCommand({ name, errorCode, handler, getVersion });
39758
39758
  }
package/dist/cli/index.js CHANGED
@@ -79,7 +79,7 @@ import {
79
79
  stringifyFrontmatter,
80
80
  toPosixPath,
81
81
  writeFileContent
82
- } from "../chunk-3N62MMXU.js";
82
+ } from "../chunk-BLYLT4LZ.js";
83
83
 
84
84
  // src/cli/index.ts
85
85
  import { Command } from "commander";
@@ -6572,7 +6572,7 @@ function wrapCommand({
6572
6572
  }
6573
6573
 
6574
6574
  // src/cli/index.ts
6575
- var getVersion = () => "8.28.0";
6575
+ var getVersion = () => "8.28.1";
6576
6576
  function wrapCommand2(name, errorCode, handler) {
6577
6577
  return wrapCommand({ name, errorCode, handler, getVersion });
6578
6578
  }
package/dist/index.cjs CHANGED
@@ -17051,7 +17051,7 @@ var CANONICAL_TO_ZED_TOOL_NAMES = {
17051
17051
  read: "read_file",
17052
17052
  edit: "edit_file",
17053
17053
  webfetch: "fetch",
17054
- websearch: "web_search"
17054
+ websearch: "search_web"
17055
17055
  };
17056
17056
  var ZED_TO_CANONICAL_TOOL_NAMES = Object.fromEntries(
17057
17057
  Object.entries(CANONICAL_TO_ZED_TOOL_NAMES).map(([k, v]) => [v, k])
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-3N62MMXU.js";
10
+ } from "./chunk-BLYLT4LZ.js";
11
11
 
12
12
  // src/index.ts
13
13
  async function generate2(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "8.28.0",
3
+ "version": "8.28.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",