rulesync 3.11.1 → 3.11.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 +3 -3
package/dist/index.cjs
CHANGED
|
@@ -7493,7 +7493,7 @@ Attention, again, you are just the planner, so though you can read any files and
|
|
|
7493
7493
|
}
|
|
7494
7494
|
|
|
7495
7495
|
// src/cli/index.ts
|
|
7496
|
-
var getVersion = () => "3.11.
|
|
7496
|
+
var getVersion = () => "3.11.3";
|
|
7497
7497
|
var main = async () => {
|
|
7498
7498
|
const program = new import_commander.Command();
|
|
7499
7499
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -7470,7 +7470,7 @@ Attention, again, you are just the planner, so though you can read any files and
|
|
|
7470
7470
|
}
|
|
7471
7471
|
|
|
7472
7472
|
// src/cli/index.ts
|
|
7473
|
-
var getVersion = () => "3.11.
|
|
7473
|
+
var getVersion = () => "3.11.3";
|
|
7474
7474
|
var main = async () => {
|
|
7475
7475
|
const program = new Command();
|
|
7476
7476
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.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",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"c12": "3.3.1",
|
|
40
40
|
"chokidar": "4.0.3",
|
|
41
|
-
"commander": "14.0.
|
|
41
|
+
"commander": "14.0.2",
|
|
42
42
|
"consola": "3.4.2",
|
|
43
|
-
"es-toolkit": "1.
|
|
43
|
+
"es-toolkit": "1.41.0",
|
|
44
44
|
"fast-xml-parser": "5.3.0",
|
|
45
45
|
"gray-matter": "4.0.3",
|
|
46
46
|
"js-yaml": "4.1.0",
|