clawcompany 0.26.0 → 0.27.0
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1940,7 +1940,7 @@ import { join } from "path";
|
|
|
1940
1940
|
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs";
|
|
1941
1941
|
function banner() {
|
|
1942
1942
|
console.log("");
|
|
1943
|
-
console.log(" \u{1F99E} ClawCompany v0.
|
|
1943
|
+
console.log(" \u{1F99E} ClawCompany v0.27.0");
|
|
1944
1944
|
console.log(" Build for OPC. Every human being is a chairman.");
|
|
1945
1945
|
console.log("");
|
|
1946
1946
|
}
|
package/package.json
CHANGED