Skip to content

Commit 1ea8bfa

Browse files
authored
Merge branch 'main' into codex/add-@types/node-to-typescript-sdk-zzf38r
2 parents 9347bcf + 58ba956 commit 1ea8bfa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
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

python-sdk/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Homepage = "https://github.com/commandlayer/sdk"
4444
Repository = "https://github.com/commandlayer/sdk"
4545
Documentation = "https://github.com/commandlayer/sdk#readme"
4646
Changelog = "https://github.com/commandlayer/sdk/blob/main/CHANGELOG.md"
47+
Issues = "https://github.com/commandlayer/sdk/issues"
48+
4749
[tool.setuptools.packages.find]
4850
where = ["."]
4951
include = ["commandlayer*"]

typescript-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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
}

0 commit comments

Comments
 (0)