@yawlabs/ctxlint 0.2.0 → 0.2.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.
- package/dist/index.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1089,7 +1089,7 @@ import * as path8 from "path";
|
|
|
1089
1089
|
|
|
1090
1090
|
// src/version.ts
|
|
1091
1091
|
function loadVersion() {
|
|
1092
|
-
if (true) return "0.2.
|
|
1092
|
+
if (true) return "0.2.1";
|
|
1093
1093
|
const fs7 = __require("fs");
|
|
1094
1094
|
const path9 = __require("path");
|
|
1095
1095
|
const pkgPath = path9.resolve(__dirname, "../package.json");
|
package/dist/mcp/server.js
CHANGED
|
@@ -922,7 +922,7 @@ import * as path7 from "path";
|
|
|
922
922
|
|
|
923
923
|
// src/version.ts
|
|
924
924
|
function loadVersion() {
|
|
925
|
-
if (true) return "0.2.
|
|
925
|
+
if (true) return "0.2.1";
|
|
926
926
|
const fs5 = __require("fs");
|
|
927
927
|
const path8 = __require("path");
|
|
928
928
|
const pkgPath = path8.resolve(__dirname, "../package.json");
|