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 +2 -2
- package/dist/cli.jsc +0 -0
- package/dist/index.jsc +0 -0
- package/package.json +1 -1
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 (
|
|
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
|
-
|
|
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
|