closeclaw 3.0.6 → 3.0.7

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/cli.cjs CHANGED
@@ -434,7 +434,7 @@ function verifyLicense(key) {
434
434
  if (!decoded.sub || typeof decoded.sub !== "string") {
435
435
  throw new Error("License missing 'sub' claim");
436
436
  }
437
- if (!decoded.org || typeof decoded.org !== "string") {
437
+ if (typeof decoded.org !== "string") {
438
438
  throw new Error("License missing 'org' claim");
439
439
  }
440
440
  if (!decoded.tier || typeof decoded.tier !== "string") {
@@ -491,7 +491,7 @@ var init_license = __esm({
491
491
  import_node_crypto2 = require("crypto");
492
492
  init_connection();
493
493
  ED25519_PUBLIC_KEY_PEM = `-----BEGIN PUBLIC KEY-----
494
- MCowBQYDK2VwAyEA80iefuTEhFa8J4eGC4xiJACga87921vELYchFtEH7UY=
494
+ MCowBQYDK2VwAyEAZPoq2LHwMVyQCyLYXvp9MAO5R+tQ5vTS0ee/khHfqxc=
495
495
  -----END PUBLIC KEY-----`;
496
496
  _license = null;
497
497
  _devMode = false;
package/dist/cli.jsc CHANGED
Binary file
package/dist/index.jsc CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "closeclaw",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "CloseClaw — AI-powered project management platform. One command, full stack.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",