@signetai/signet-memory-openclaw 0.127.0 → 0.128.0
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10220,6 +10220,8 @@ var SIGNET_GIT_PROTECTED_PATHS = [
|
|
|
10220
10220
|
`${SIGNET_SOURCE_CHECKOUT_DIRNAME}/`
|
|
10221
10221
|
];
|
|
10222
10222
|
var DEFAULT_DISCORD_DESKTOP_CACHE_PATH = defaultDiscordDesktopCachePath();
|
|
10223
|
+
var DEFAULT_GITHUB_RESOURCE_TYPES = ["issues", "pulls", "discussions", "docs"];
|
|
10224
|
+
var VALID_GITHUB_RESOURCE_TYPES = new Set(DEFAULT_GITHUB_RESOURCE_TYPES);
|
|
10223
10225
|
function defaultDiscordDesktopCachePath() {
|
|
10224
10226
|
switch (platform2()) {
|
|
10225
10227
|
case "darwin":
|