File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313- Improved verification flow alignment with runtime
1414
1515### Fixed
16- - Packaging metadata now exposes repository changelog and project URLs
17- - TypeScript package declares Node type definitions explicitly for clean installs
16+ - No additional fixes recorded in this release note.
1817
1918### Notes
2019- Protocol-Commons v1.1.0 is the current supported line
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ Homepage = "https://github.com/commandlayer/sdk"
4444Repository = " https://github.com/commandlayer/sdk"
4545Documentation = " https://github.com/commandlayer/sdk#readme"
4646Changelog = " https://github.com/commandlayer/sdk/blob/main/CHANGELOG.md"
47+ Issues = " https://github.com/commandlayer/sdk/issues"
48+
4749[tool .setuptools .packages .find ]
4850where = [" ." ]
4951include = [" commandlayer*" ]
Original file line number Diff line number Diff line change 4141 "devDependencies" : {
4242 "@types/node" : " ^20.17.30" ,
4343 "tsup" : " ^8.2.4" ,
44- "typescript" : " ^5.6.3"
44+ "typescript" : " ^5.6.3" ,
45+ "@types/node" : " ^20.17.0"
4546 }
4647}
You can’t perform that action at this time.
0 commit comments