Skip to content

Commit 4930a36

Browse files
committed
chore: update void to 0.5.0, centralize catalog, refresh LICENSE
- Bump void from 0.3.0 to 0.5.0 (@void-sdk/void) - Move @types/node and void into pnpm-workspace.yaml catalog; package.json devDependencies now all reference catalog: - Update LICENSE copyright to VoidZero Inc.
1 parent 612772e commit 4930a36

4 files changed

Lines changed: 269 additions & 449 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 VoidZero
3+
Copyright (c) 2026-present, VoidZero Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"prepare": "vp config"
88
},
99
"devDependencies": {
10-
"@types/node": "^25.5.2",
10+
"@types/node": "catalog:",
1111
"vite": "catalog:",
1212
"vite-plus": "catalog:",
13-
"void": "npm:@void-sdk/void@0.3.0"
13+
"void": "catalog:"
1414
},
1515
"packageManager": "pnpm@10.33.0"
1616
}

0 commit comments

Comments
 (0)