clawcompany 0.14.0 → 0.15.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1350,7 +1350,7 @@ import { join } from "path";
1350
1350
  import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs";
1351
1351
  function banner() {
1352
1352
  console.log("");
1353
- console.log(" \u{1F99E} ClawCompany v0.14.0");
1353
+ console.log(" \u{1F99E} ClawCompany v0.15.0");
1354
1354
  console.log(" Build for OPC. Every human being is a chairman.");
1355
1355
  console.log("");
1356
1356
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawcompany",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Build for OPC. Every human being is a chairman. AI company infrastructure — one key, 9 roles, 4 models.",
5
5
  "type": "module",
6
6
  "bin": { "clawcompany": "dist/index.js" },