@mestreyoda/fabrica 0.1.18 → 0.1.19
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -111337,8 +111337,8 @@ import fsSync from "node:fs";
|
|
|
111337
111337
|
import path5 from "node:path";
|
|
111338
111338
|
import { fileURLToPath as fileURLToPath3 } from "node:url";
|
|
111339
111339
|
function getCurrentVersion() {
|
|
111340
|
-
if ("0.1.
|
|
111341
|
-
return "0.1.
|
|
111340
|
+
if ("0.1.19") {
|
|
111341
|
+
return "0.1.19";
|
|
111342
111342
|
}
|
|
111343
111343
|
try {
|
|
111344
111344
|
const pkgPath = path5.join(THIS_DIR, "..", "..", "package.json");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mestreyoda/fabrica",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"description": "Autonomous software engineering pipeline for OpenClaw. Turns ideas into deployed code via intake, dispatch, review, test, and merge.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|