clawcompany 0.9.0 → 0.10.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
|
@@ -947,7 +947,7 @@ import { join } from "path";
|
|
|
947
947
|
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs";
|
|
948
948
|
function banner() {
|
|
949
949
|
console.log("");
|
|
950
|
-
console.log(" \u{1F99E} ClawCompany v0.
|
|
950
|
+
console.log(" \u{1F99E} ClawCompany v0.10.0");
|
|
951
951
|
console.log(" Build for OPC. Every human being is a chairman.");
|
|
952
952
|
console.log("");
|
|
953
953
|
}
|
package/package.json
CHANGED