@shahmilsaari/memory-core 1.0.20 → 1.0.22

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/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -147,7 +147,7 @@ elif [ -f "./node_modules/.bin/memory-core" ]; then
147
147
  elif [ -f "./dist/cli.js" ]; then
148
148
  node ./dist/cli.js ${checkArgs}${suffix}
149
149
  else
150
- npx --no-install memory-core ${checkArgs} 2>/dev/null || exit 0
150
+ exit 0
151
151
  fi
152
152
  `;
153
153
  }
@@ -834,7 +834,7 @@ elif [ -f "./node_modules/.bin/memory-core" ]; then
834
834
  elif [ -f "./dist/cli.js" ]; then
835
835
  node ./dist/cli.js check --commit-msg "$1"${suffix}
836
836
  else
837
- npx --no-install memory-core check --commit-msg "$1" 2>/dev/null || exit 0
837
+ exit 0
838
838
  fi
839
839
  `;
840
840
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shahmilsaari/memory-core",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Universal AI memory core — generate AI context files from architecture profiles with RAG support",
5
5
  "homepage": "https://memory-core.shahmilsaari.my/",
6
6
  "type": "module",