Skip to content

Commit fcbcbc3

Browse files
authored
release: bump to v0.0.30 (#165)
* Bump version to 0.0.30 * bumped package.json version
1 parent e350ec1 commit fcbcbc3

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

package.json

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "codepathfinder",
3-
"version": "0.0.29",
4-
"description": "Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.",
5-
"goBinary": {
6-
"name": "pathfinder",
7-
"path": "./bin",
8-
"url": "https://github.com/shivasurya/code-pathfinder/releases/download/v{{version}}/pathfinder-{{platform}}-{{arch}}{{archive_ext}}"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/shivasurya/code-pathfinder.git"
13-
},
14-
"keywords": [
15-
"sast",
16-
"security-tools",
17-
"structural-search",
18-
"codeql-alternative",
19-
"tree-sitter"
20-
],
21-
"files": [
22-
"package.json",
23-
"LICENSE",
24-
"README.md"
25-
],
26-
"author": "shivasurya",
27-
"license": "AGPL-3.0",
28-
"dependencies": {
29-
"@go-task/go-npm": "0.2.0"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/shivasurya/code-pathfinder/issues"
33-
},
34-
"homepage": "https://codepathfinder.dev",
35-
"scripts": {
36-
"postinstall": "go-npm install",
37-
"preuninstall": "go-npm uninstall"
38-
}
39-
}
2+
"name": "codepathfinder",
3+
"version": "0.0.30",
4+
"description": "Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.",
5+
"goBinary": {
6+
"name": "pathfinder",
7+
"path": "./bin",
8+
"url": "https://github.com/shivasurya/code-pathfinder/releases/download/v{{version}}/pathfinder-{{platform}}-{{arch}}{{archive_ext}}"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/shivasurya/code-pathfinder.git"
13+
},
14+
"keywords": [
15+
"sast",
16+
"security-tools",
17+
"structural-search",
18+
"codeql-alternative",
19+
"tree-sitter"
20+
],
21+
"files": [
22+
"package.json",
23+
"LICENSE",
24+
"README.md"
25+
],
26+
"author": "shivasurya",
27+
"license": "AGPL-3.0",
28+
"dependencies": {
29+
"@go-task/go-npm": "0.2.0"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/shivasurya/code-pathfinder/issues"
33+
},
34+
"homepage": "https://codepathfinder.dev",
35+
"scripts": {
36+
"postinstall": "go-npm install",
37+
"preuninstall": "go-npm uninstall"
38+
}
39+
}

sourcecode-parser/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.29
1+
0.0.30

0 commit comments

Comments
 (0)