@ast-index/cli 3.32.3 → 3.33.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-index/cli",
3
- "version": "3.32.3",
3
+ "version": "3.33.0",
4
4
  "description": "Fast AST-based code search CLI for 30 programming languages. Native Rust binary distributed via npm.",
5
5
  "keywords": [
6
6
  "ast",
@@ -22,11 +22,11 @@
22
22
  "ast-index": "./bin/ast-index"
23
23
  },
24
24
  "optionalDependencies": {
25
- "@ast-index/cli-darwin-arm64": "3.32.3",
26
- "@ast-index/cli-darwin-x64": "3.32.3",
27
- "@ast-index/cli-linux-x64": "3.32.3",
28
- "@ast-index/cli-linux-arm64": "3.32.3",
29
- "@ast-index/cli-win32-x64": "3.32.3"
25
+ "@ast-index/cli-darwin-arm64": "3.33.0",
26
+ "@ast-index/cli-darwin-x64": "3.33.0",
27
+ "@ast-index/cli-linux-x64": "3.33.0",
28
+ "@ast-index/cli-linux-arm64": "3.33.0",
29
+ "@ast-index/cli-win32-x64": "3.33.0"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-index/cli-darwin-arm64",
3
- "version": "3.32.3",
3
+ "version": "3.33.0",
4
4
  "description": "darwin arm64 binary for @ast-index/cli",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["arm64"],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-index/cli-darwin-x64",
3
- "version": "3.32.3",
3
+ "version": "3.33.0",
4
4
  "description": "darwin x64 binary for @ast-index/cli",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["x64"],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-index/cli-linux-arm64",
3
- "version": "3.32.3",
3
+ "version": "3.33.0",
4
4
  "description": "linux arm64 binary for @ast-index/cli",
5
5
  "os": ["linux"],
6
6
  "cpu": ["arm64"],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-index/cli-linux-x64",
3
- "version": "3.32.3",
3
+ "version": "3.33.0",
4
4
  "description": "linux x64 binary for @ast-index/cli",
5
5
  "os": ["linux"],
6
6
  "cpu": ["x64"],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-index/cli-win32-x64",
3
- "version": "3.32.3",
3
+ "version": "3.33.0",
4
4
  "description": "win32 x64 binary for @ast-index/cli",
5
5
  "os": ["win32"],
6
6
  "cpu": ["x64"],