rulesync 3.23.2 → 3.23.3
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -2
package/dist/index.cjs
CHANGED
|
@@ -8522,7 +8522,7 @@ async function mcpCommand({ version }) {
|
|
|
8522
8522
|
}
|
|
8523
8523
|
|
|
8524
8524
|
// src/cli/index.ts
|
|
8525
|
-
var getVersion = () => "3.23.
|
|
8525
|
+
var getVersion = () => "3.23.3";
|
|
8526
8526
|
var main = async () => {
|
|
8527
8527
|
const program = new import_commander.Command();
|
|
8528
8528
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -8499,7 +8499,7 @@ async function mcpCommand({ version }) {
|
|
|
8499
8499
|
}
|
|
8500
8500
|
|
|
8501
8501
|
// src/cli/index.ts
|
|
8502
|
-
var getVersion = () => "3.23.
|
|
8502
|
+
var getVersion = () => "3.23.3";
|
|
8503
8503
|
var main = async () => {
|
|
8504
8504
|
const program = new Command();
|
|
8505
8505
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.3",
|
|
4
4
|
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"pre-commit": "pnpm exec lint-staged"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@kimuson/modular-mcp": "0.0.5",
|
|
40
39
|
"@modelcontextprotocol/sdk": "1.21.2",
|
|
41
40
|
"chokidar": "4.0.3",
|
|
42
41
|
"commander": "14.0.2",
|