@signetai/connector-pi 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
@@ -7024,7 +7024,13 @@ function scanMemoryContent(content) {
7024
7024
  policyVersion: MEMORY_CONTENT_SAFETY_POLICY_VERSION
7025
7025
  };
7026
7026
  }
7027
- var DAEMON_DERIVED_MEMORY_SOURCE_TYPES = ["extract", "aggregate-recall", "session_end", "checkpoint", "dreaming"];
7027
+ var DAEMON_DERIVED_MEMORY_SOURCE_TYPES = [
7028
+ "extract",
7029
+ "aggregate-recall",
7030
+ "session_end",
7031
+ "checkpoint",
7032
+ "dreaming"
7033
+ ];
7028
7034
  var MEMORIES_FTS_TOKENIZER = "unicode61";
7029
7035
  function normalizeSql(sql) {
7030
7036
  return sql.replace(/\s+/g, " ").trim().toLowerCase();
@@ -19924,7 +19930,13 @@ function scanMemoryContent2(content) {
19924
19930
  policyVersion: MEMORY_CONTENT_SAFETY_POLICY_VERSION2
19925
19931
  };
19926
19932
  }
19927
- var DAEMON_DERIVED_MEMORY_SOURCE_TYPES2 = ["extract", "aggregate-recall", "session_end", "checkpoint", "dreaming"];
19933
+ var DAEMON_DERIVED_MEMORY_SOURCE_TYPES2 = [
19934
+ "extract",
19935
+ "aggregate-recall",
19936
+ "session_end",
19937
+ "checkpoint",
19938
+ "dreaming"
19939
+ ];
19928
19940
  var MEMORIES_FTS_TOKENIZER2 = "unicode61";
19929
19941
  function normalizeSql2(sql) {
19930
19942
  return sql.replace(/\s+/g, " ").trim().toLowerCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-pi",
3
- "version": "0.199.5",
3
+ "version": "0.199.7",
4
4
  "description": "Signet connector for pi",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,8 +25,8 @@
25
25
  "typecheck": "tsc --noEmit"
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",