Skip to content

Commit 5198a1a

Browse files
committed
big update
1 parent 3b05fec commit 5198a1a

File tree

9 files changed

+3061
-1376
lines changed

9 files changed

+3061
-1376
lines changed

README.md

Lines changed: 306 additions & 5 deletions
Large diffs are not rendered by default.

examples/example.c3p

1.54 KB
Binary file not shown.

lefthook.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pre-commit:
2+
parallel: true
3+
commands:
4+
validate:
5+
run: pnpm validate
6+
doc:
7+
run: pnpm doc
8+
stage_fixed: true

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"@pipelab/core": "1.4.5",
3+
"@pipelab/core": "1.4.7",
44
"adm-zip": "0.5.16",
55
"c3addon": "1.0.9",
66
"chokidar": "4.0.3",
77
"cors": "2.8.5",
88
"express": "4.21.2",
9-
"inquirer": "12.4.1"
9+
"inquirer": "12.4.2"
1010
},
1111
"name": "@pipelab/construct-plugin",
1212
"description": "Pipelab construct plugin",
@@ -31,7 +31,8 @@
3131
"homepage": "https://github.com/CynToolkit/construct-plugin#readme",
3232
"devDependencies": {
3333
"c3ide2-types": "1.0.1",
34-
"electron": "34.0.2",
34+
"electron": "34.3.0",
35+
"lefthook": "1.11.2",
3536
"steamworks.js": "0.4.0",
3637
"typescript": "5.7.3"
3738
}

0 commit comments

Comments
 (0)