@signetai/signet-memory-openclaw 0.200.0 → 0.200.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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12609,6 +12609,7 @@ var MIGRATIONS = [
|
|
|
12609
12609
|
}
|
|
12610
12610
|
];
|
|
12611
12611
|
var LATEST_SCHEMA_VERSION = MIGRATIONS[MIGRATIONS.length - 1]?.version ?? 0;
|
|
12612
|
+
var NETWORK_FILESYSTEM_TYPES = new Set(["afpfs", "nfs", "smbfs", "webdav"]);
|
|
12612
12613
|
var __filename2 = fileURLToPath(import.meta.url);
|
|
12613
12614
|
var __dirname2 = dirname(__filename2);
|
|
12614
12615
|
var import_yaml = __toESM(require_dist(), 1);
|