@better_openclaw/betterclaw 2.1.0 → 2.1.2
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/package.json +1 -1
- package/src/cli.ts +1 -0
- package/src/jwt.ts +2 -2
package/package.json
CHANGED
package/src/cli.ts
CHANGED
package/src/jwt.ts
CHANGED
|
@@ -87,8 +87,8 @@ export function hasEntitlement(
|
|
|
87
87
|
|
|
88
88
|
// ES256 public key for JWT verification (from betterclaw-api)
|
|
89
89
|
const JWT_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAENEZHoGBTF5wHq6p7GTDRl5b24aSS
|
|
91
|
+
Jw9NZAbe/inE4VynwiMvl3IxS+CdJYSm4CKbeCGXxy/5jCBk6Mzod+0ICg==
|
|
92
92
|
-----END PUBLIC KEY-----`;
|
|
93
93
|
|
|
94
94
|
// Module-level JWT state — safe because this is per-plugin-instance,
|