Skip to content

Commit 605cbf9

Browse files
chore(release): 34 packages (#12)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f75ab5 commit 605cbf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1603
-1399
lines changed

packages/synth-c/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphx/synth-c
22

3+
## 0.2.3 (2025-11-29)
4+
5+
### 🐛 Bug Fixes
6+
7+
- resolve workspace dependency version conflict ([4f75ab5](https://github.com/SylphxAI/synth/commit/4f75ab507ede47fec60d5a82d7a567343016130e))
8+
39
## 0.2.2 (2025-11-29)
410

511
### 🐛 Bug Fixes

packages/synth-c/package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "@sylphx/synth-c",
3-
"version": "0.2.2",
4-
"description": "C parser using Synth's universal AST - conversion layer over tree-sitter-c",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"scripts": {
15-
"test": "bun test",
16-
"test:watch": "bun test --watch",
17-
"build": "bunup",
18-
"prepack": "bun run build"
19-
},
20-
"keywords": [
21-
"c",
22-
"parser",
23-
"ast",
24-
"synth",
25-
"tree-sitter",
26-
"c99",
27-
"c11",
28-
"c17"
29-
],
30-
"author": "SylphX",
31-
"license": "MIT",
32-
"dependencies": {
33-
"@sylphx/synth": "workspace:*",
34-
"tree-sitter": "^0.21.1",
35-
"tree-sitter-c": "^0.23.1"
36-
},
37-
"devDependencies": {
38-
"typescript": "^5.6.0"
39-
}
2+
"name": "@sylphx/synth-c",
3+
"version": "0.2.3",
4+
"description": "C parser using Synth's universal AST - conversion layer over tree-sitter-c",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"scripts": {
15+
"test": "bun test",
16+
"test:watch": "bun test --watch",
17+
"build": "bunup",
18+
"prepack": "bun run build"
19+
},
20+
"keywords": [
21+
"c",
22+
"parser",
23+
"ast",
24+
"synth",
25+
"tree-sitter",
26+
"c99",
27+
"c11",
28+
"c17"
29+
],
30+
"author": "SylphX",
31+
"license": "MIT",
32+
"dependencies": {
33+
"@sylphx/synth": "workspace:*",
34+
"tree-sitter": "^0.21.1",
35+
"tree-sitter-c": "^0.23.1"
36+
},
37+
"devDependencies": {
38+
"typescript": "^5.6.0"
39+
}
4040
}

packages/synth-css/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphx/synth-css
22

3+
## 0.2.3 (2025-11-29)
4+
5+
### 🐛 Bug Fixes
6+
7+
- resolve workspace dependency version conflict ([4f75ab5](https://github.com/SylphxAI/synth/commit/4f75ab507ede47fec60d5a82d7a567343016130e))
8+
39
## 0.2.2 (2025-11-29)
410

511
### 🐛 Bug Fixes

packages/synth-css/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "@sylphx/synth-css",
3-
"version": "0.2.2",
4-
"description": "CSS3 parser using Synth's universal AST - hand-written, zero dependencies",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"scripts": {
15-
"test": "bun test",
16-
"test:watch": "bun test --watch",
17-
"build": "bunup",
18-
"prepack": "bun run build"
19-
},
20-
"keywords": [
21-
"css",
22-
"css3",
23-
"parser",
24-
"ast",
25-
"synth",
26-
"stylesheet",
27-
"selector",
28-
"hand-written"
29-
],
30-
"author": "SylphX",
31-
"license": "MIT",
32-
"dependencies": {
33-
"@sylphx/synth": "workspace:*"
34-
},
35-
"devDependencies": {
36-
"typescript": "^5.6.0"
37-
}
2+
"name": "@sylphx/synth-css",
3+
"version": "0.2.3",
4+
"description": "CSS3 parser using Synth's universal AST - hand-written, zero dependencies",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"scripts": {
15+
"test": "bun test",
16+
"test:watch": "bun test --watch",
17+
"build": "bunup",
18+
"prepack": "bun run build"
19+
},
20+
"keywords": [
21+
"css",
22+
"css3",
23+
"parser",
24+
"ast",
25+
"synth",
26+
"stylesheet",
27+
"selector",
28+
"hand-written"
29+
],
30+
"author": "SylphX",
31+
"license": "MIT",
32+
"dependencies": {
33+
"@sylphx/synth": "workspace:*"
34+
},
35+
"devDependencies": {
36+
"typescript": "^5.6.0"
37+
}
3838
}

packages/synth-docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphx/synth-docs
22

3+
## 0.2.3 (2025-11-29)
4+
5+
### 🐛 Bug Fixes
6+
7+
- resolve workspace dependency version conflict ([4f75ab5](https://github.com/SylphxAI/synth/commit/4f75ab507ede47fec60d5a82d7a567343016130e))
8+
39
## 0.2.2 (2025-11-29)
410

511
### 🐛 Bug Fixes

packages/synth-docs/package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "@sylphx/synth-docs",
3-
"version": "0.2.2",
4-
"description": "Documentation generator for Synth AST - extract docs from any language",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"files": [
15-
"dist",
16-
"src",
17-
"README.md"
18-
],
19-
"scripts": {
20-
"test": "bun test",
21-
"typecheck": "tsc --noEmit",
22-
"build": "bunup",
23-
"prepack": "bun run build"
24-
},
25-
"keywords": [
26-
"docs",
27-
"documentation",
28-
"generator",
29-
"ast",
30-
"synth",
31-
"jsdoc",
32-
"markdown"
33-
],
34-
"author": "Synth",
35-
"license": "MIT",
36-
"dependencies": {
37-
"@sylphx/synth": "workspace:*"
38-
},
39-
"devDependencies": {
40-
"@types/bun": "latest",
41-
"typescript": "^5.6.0"
42-
}
2+
"name": "@sylphx/synth-docs",
3+
"version": "0.2.3",
4+
"description": "Documentation generator for Synth AST - extract docs from any language",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"files": [
15+
"dist",
16+
"src",
17+
"README.md"
18+
],
19+
"scripts": {
20+
"test": "bun test",
21+
"typecheck": "tsc --noEmit",
22+
"build": "bunup",
23+
"prepack": "bun run build"
24+
},
25+
"keywords": [
26+
"docs",
27+
"documentation",
28+
"generator",
29+
"ast",
30+
"synth",
31+
"jsdoc",
32+
"markdown"
33+
],
34+
"author": "Synth",
35+
"license": "MIT",
36+
"dependencies": {
37+
"@sylphx/synth": "workspace:*"
38+
},
39+
"devDependencies": {
40+
"@types/bun": "latest",
41+
"typescript": "^5.6.0"
42+
}
4343
}

packages/synth-go/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphx/synth-go
22

3+
## 0.2.3 (2025-11-29)
4+
5+
### 🐛 Bug Fixes
6+
7+
- resolve workspace dependency version conflict ([4f75ab5](https://github.com/SylphxAI/synth/commit/4f75ab507ede47fec60d5a82d7a567343016130e))
8+
39
## 0.2.2 (2025-11-29)
410

511
### 🐛 Bug Fixes

packages/synth-go/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "@sylphx/synth-go",
3-
"version": "0.2.2",
4-
"description": "Go parser using Synth's universal AST - conversion layer over tree-sitter-go",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"scripts": {
15-
"test": "bun test",
16-
"test:watch": "bun test --watch",
17-
"build": "bunup",
18-
"prepack": "bun run build"
19-
},
20-
"keywords": [
21-
"go",
22-
"golang",
23-
"parser",
24-
"ast",
25-
"synth",
26-
"tree-sitter"
27-
],
28-
"author": "SylphX",
29-
"license": "MIT",
30-
"dependencies": {
31-
"@sylphx/synth": "workspace:*",
32-
"tree-sitter": "^0.21.1",
33-
"tree-sitter-go": "^0.23.3"
34-
},
35-
"devDependencies": {
36-
"typescript": "^5.6.0"
37-
}
2+
"name": "@sylphx/synth-go",
3+
"version": "0.2.3",
4+
"description": "Go parser using Synth's universal AST - conversion layer over tree-sitter-go",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"scripts": {
15+
"test": "bun test",
16+
"test:watch": "bun test --watch",
17+
"build": "bunup",
18+
"prepack": "bun run build"
19+
},
20+
"keywords": [
21+
"go",
22+
"golang",
23+
"parser",
24+
"ast",
25+
"synth",
26+
"tree-sitter"
27+
],
28+
"author": "SylphX",
29+
"license": "MIT",
30+
"dependencies": {
31+
"@sylphx/synth": "workspace:*",
32+
"tree-sitter": "^0.21.1",
33+
"tree-sitter-go": "^0.23.3"
34+
},
35+
"devDependencies": {
36+
"typescript": "^5.6.0"
37+
}
3838
}

packages/synth-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sylphx/synth-graphql
22

3+
## 0.2.3 (2025-11-29)
4+
5+
### 🐛 Bug Fixes
6+
7+
- resolve workspace dependency version conflict ([4f75ab5](https://github.com/SylphxAI/synth/commit/4f75ab507ede47fec60d5a82d7a567343016130e))
8+
39
## 0.2.2 (2025-11-29)
410

511
### 🐛 Bug Fixes

0 commit comments

Comments
 (0)