We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ddc94 commit 74a57c3Copy full SHA for 74a57c3
packages/cli/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [1.0.5] - 2025-04-29
6
+
7
Improve symbol extraction for python now removing unused import, but keeping them if they were unused in the original code.
8
Improve python usage reolution logic, now more accurate.
9
Improve accuracy of dependency manifest for C#
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@nanoapi.io/napi",
- "version": "1.0.4",
+ "version": "1.0.5",
"type": "module",
"publishConfig": {
"access": "public"
0 commit comments