@signetai/connector-openclaw 0.198.1 → 0.198.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -14609,6 +14609,8 @@ function parseLenientJsonObject(raw, options) {
14609
14609
  parsed = import_json5.parse(source);
14610
14610
  } catch {
14611
14611
  const first = errors[0];
14612
+ if (!first)
14613
+ throw new Error(`Invalid ${options.label}`);
14612
14614
  throw new Error(`Invalid ${options.label} at offset ${first.offset} (${printParseErrorCode(first.error)})`);
14613
14615
  }
14614
14616
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-openclaw",
3
- "version": "0.198.1",
3
+ "version": "0.198.2",
4
4
  "description": "Signet connector for OpenClaw - configures workspace and memory hooks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,8 +25,8 @@
25
25
  "test": "bun test"
26
26
  },
27
27
  "dependencies": {
28
- "@signetai/connector-base": "0.198.1",
29
- "@signetai/core": "0.198.1"
28
+ "@signetai/connector-base": "0.198.2",
29
+ "@signetai/core": "0.198.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.0.0",