@signetai/connector-openclaw 0.199.5 → 0.199.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.
Files changed (2) hide show
  1. package/dist/index.js +14 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -7008,7 +7008,13 @@ function scanMemoryContent(content) {
7008
7008
  policyVersion: MEMORY_CONTENT_SAFETY_POLICY_VERSION
7009
7009
  };
7010
7010
  }
7011
- var DAEMON_DERIVED_MEMORY_SOURCE_TYPES = ["extract", "aggregate-recall", "session_end", "checkpoint", "dreaming"];
7011
+ var DAEMON_DERIVED_MEMORY_SOURCE_TYPES = [
7012
+ "extract",
7013
+ "aggregate-recall",
7014
+ "session_end",
7015
+ "checkpoint",
7016
+ "dreaming"
7017
+ ];
7012
7018
  var MEMORIES_FTS_TOKENIZER = "unicode61";
7013
7019
  function normalizeSql(sql) {
7014
7020
  return sql.replace(/\s+/g, " ").trim().toLowerCase();
@@ -21651,7 +21657,13 @@ function scanMemoryContent2(content) {
21651
21657
  policyVersion: MEMORY_CONTENT_SAFETY_POLICY_VERSION2
21652
21658
  };
21653
21659
  }
21654
- var DAEMON_DERIVED_MEMORY_SOURCE_TYPES2 = ["extract", "aggregate-recall", "session_end", "checkpoint", "dreaming"];
21660
+ var DAEMON_DERIVED_MEMORY_SOURCE_TYPES2 = [
21661
+ "extract",
21662
+ "aggregate-recall",
21663
+ "session_end",
21664
+ "checkpoint",
21665
+ "dreaming"
21666
+ ];
21655
21667
  var MEMORIES_FTS_TOKENIZER2 = "unicode61";
21656
21668
  function normalizeSql2(sql) {
21657
21669
  return sql.replace(/\s+/g, " ").trim().toLowerCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-openclaw",
3
- "version": "0.199.5",
3
+ "version": "0.199.7",
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.199.5",
29
- "@signetai/core": "0.199.5"
28
+ "@signetai/connector-base": "0.199.7",
29
+ "@signetai/core": "0.199.7"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.0.0",