tangled
alpha
login
or
join now
markbennett.ca
/
tangled-cli
6
fork
atom
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
6
fork
atom
overview
issues
12
pulls
1
pipelines
Update `tsx`
markbennett.ca
1 month ago
ce5fde4f
5aeb6a82
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
+2
-2
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+1
-1
package-lock.json
···
21
21
"devDependencies": {
22
22
"@biomejs/biome": "^1.9.4",
23
23
"@types/node": "^22.10.2",
24
24
-
"tsx": "^4.19.2",
24
24
+
"tsx": "^4.21.0",
25
25
"typescript": "^5.7.2",
26
26
"vitest": "^2.1.8"
27
27
},
+1
-1
package.json
···
39
39
"devDependencies": {
40
40
"@biomejs/biome": "^1.9.4",
41
41
"@types/node": "^22.10.2",
42
42
-
"tsx": "^4.19.2",
42
42
+
"tsx": "^4.21.0",
43
43
"typescript": "^5.7.2",
44
44
"vitest": "^2.1.8"
45
45
}