Skip to content

Commit 3c12b64

Browse files
authored
Merge pull request #39 from optave/release/v2.1.0
chore: release v2.1.0
2 parents 4f3000b + 5c30965 commit 3c12b64

15 files changed

Lines changed: 78 additions & 21 deletions

File tree

DEPENDENCIES.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dependencies
22

33
```
4-
@optave/codegraph@2.0.0 H:\Vscode\codegraph
4+
@optave/codegraph@2.1.0 /home/runner/work/codegraph/codegraph
55
├─┬ @huggingface/transformers@3.8.1
66
│ ├── @huggingface/jinja@0.5.5
77
│ ├─┬ onnxruntime-node@1.21.0
@@ -71,21 +71,23 @@
7171
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-libvips-linux-ppc64@1.2.4
7272
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-libvips-linux-riscv64@1.2.4
7373
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-libvips-linux-s390x@1.2.4
74-
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-libvips-linux-x64@1.2.4
74+
│ ├── @img/sharp-libvips-linux-x64@1.2.4
7575
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-libvips-linuxmusl-arm64@1.2.4
76-
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-libvips-linuxmusl-x64@1.2.4
76+
│ ├── @img/sharp-libvips-linuxmusl-x64@1.2.4
7777
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linux-arm@0.34.5
7878
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linux-arm64@0.34.5
7979
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linux-ppc64@0.34.5
8080
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linux-riscv64@0.34.5
8181
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linux-s390x@0.34.5
82-
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linux-x64@0.34.5
82+
│ ├─┬ @img/sharp-linux-x64@0.34.5
83+
│ │ └── @img/sharp-libvips-linux-x64@1.2.4 deduped
8384
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linuxmusl-arm64@0.34.5
84-
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-linuxmusl-x64@0.34.5
85+
│ ├─┬ @img/sharp-linuxmusl-x64@0.34.5
86+
│ │ └── @img/sharp-libvips-linuxmusl-x64@1.2.4 deduped
8587
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-wasm32@0.34.5
8688
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-win32-arm64@0.34.5
8789
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-win32-ia32@0.34.5
88-
│ ├── @img/sharp-win32-x64@0.34.5
90+
│ ├── UNMET OPTIONAL DEPENDENCY @img/sharp-win32-x64@0.34.5
8991
│ ├── detect-libc@2.1.2
9092
│ └── semver@7.7.4
9193
├─┬ @modelcontextprotocol/sdk@1.26.0
@@ -246,10 +248,10 @@
246248
│ ├─┬ zod-to-json-schema@3.25.1
247249
│ │ └── zod@4.3.6 deduped
248250
│ └── zod@4.3.6
249-
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-darwin-arm64@2.0.0
250-
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-darwin-x64@2.0.0
251-
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-linux-x64-gnu@2.0.0
252-
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-win32-x64-msvc@2.0.0
251+
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-darwin-arm64@2.1.0
252+
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-darwin-x64@2.1.0
253+
├── @optave/codegraph-linux-x64-gnu@2.0.0 invalid: "2.1.0" from the root project
254+
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-win32-x64-msvc@2.1.0
253255
├─┬ better-sqlite3@12.6.2
254256
│ ├─┬ bindings@1.5.0
255257
│ │ └── file-uri-to-path@1.0.0
14.8 MB
Binary file not shown.
14.7 MB
Binary file not shown.
15 MB
Binary file not shown.
14.3 MB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optave/codegraph",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Local code graph CLI — parse codebases with tree-sitter, build dependency graphs, query them",
55
"type": "module",
66
"main": "src/index.js",
@@ -33,8 +33,7 @@
3333
"deps:tree": "node scripts/gen-deps.cjs",
3434
"release": "commit-and-tag-version",
3535
"release:dry-run": "commit-and-tag-version --dry-run",
36-
"version": "node scripts/sync-native-versions.js && git add package.json",
37-
"prepublishOnly": "npm test"
36+
"version": "node scripts/sync-native-versions.js && git add package.json"
3837
},
3938
"keywords": [
4039
"codegraph",
@@ -62,19 +61,19 @@
6261
"optionalDependencies": {
6362
"@huggingface/transformers": "^3.8.1",
6463
"@modelcontextprotocol/sdk": "^1.0.0",
65-
"@optave/codegraph-darwin-arm64": "2.0.0",
66-
"@optave/codegraph-darwin-x64": "2.0.0",
67-
"@optave/codegraph-linux-x64-gnu": "2.0.0",
68-
"@optave/codegraph-win32-x64-msvc": "2.0.0"
64+
"@optave/codegraph-darwin-arm64": "2.1.0",
65+
"@optave/codegraph-darwin-x64": "2.1.0",
66+
"@optave/codegraph-linux-x64-gnu": "2.1.0",
67+
"@optave/codegraph-win32-x64-msvc": "2.1.0"
6968
},
7069
"devDependencies": {
7170
"@biomejs/biome": "^2.4.4",
7271
"@commitlint/cli": "^19.8",
7372
"@commitlint/config-conventional": "^19.8",
74-
"commit-and-tag-version": "^12.5",
75-
"husky": "^9.1",
7673
"@tree-sitter-grammars/tree-sitter-hcl": "^1.2.0",
7774
"@vitest/coverage-v8": "^4.0.18",
75+
"commit-and-tag-version": "^12.5",
76+
"husky": "^9.1",
7877
"tree-sitter-c-sharp": "^0.23.1",
7978
"tree-sitter-cli": "^0.26.5",
8079
"tree-sitter-go": "^0.23.4",
14.8 MB
Binary file not shown.

pkg/darwin-arm64/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "@optave/codegraph-darwin-arm64",
3+
"version": "2.1.0",
4+
"description": "Native codegraph-core binary for darwin-arm64",
5+
"os": ["darwin"],
6+
"cpu": ["arm64"],
7+
"main": "codegraph-core.node",
8+
"files": ["codegraph-core.node"],
9+
"license": "Apache-2.0",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/optave/codegraph.git"
13+
}
14+
}

pkg/darwin-x64/codegraph-core.node

14.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)