clawcompany 0.16.0 → 0.17.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
|
@@ -1508,7 +1508,7 @@ import { join } from "path";
|
|
|
1508
1508
|
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs";
|
|
1509
1509
|
function banner() {
|
|
1510
1510
|
console.log("");
|
|
1511
|
-
console.log(" \u{1F99E} ClawCompany v0.
|
|
1511
|
+
console.log(" \u{1F99E} ClawCompany v0.17.0");
|
|
1512
1512
|
console.log(" Build for OPC. Every human being is a chairman.");
|
|
1513
1513
|
console.log("");
|
|
1514
1514
|
}
|
package/package.json
CHANGED