xindex 1.0.22 → 1.0.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xindex",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "Local semantic code search — index codebase, search by meaning or keywords",
5
5
  "type": "module",
6
6
  "main": "xindex.ts",
@@ -24,7 +24,7 @@
24
24
  "test.compilation": "tsc --ignoreConfig --noEmit --target ES2022 --module ESNext --moduleResolution bundler --esModuleInterop --skipLibCheck --strict false $(git ls-files '*.ts') && tsc -p tsconfig.json --noEmit",
25
25
  "test.npx": "docker run --rm -it -w /tmp node:22 bash -c 'npm i -g xindex && xindex-index tsx-0 && xindex-search streamx map | grep \"await mapper\" && which xindex | grep bin/xindex' ",
26
26
  "console": "docker run --rm -it -v \"$PWD:/app\" -w /app node:22 bash",
27
- "make.release": "yarn test && npm version patch && npm publish && yarn dev.ci"
27
+ "make.release": "yarn test && npm version patch && echo 'npm publish && yarn dev.ci'"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=22"
File without changes