Complete BINECT-WP-0002: SDK publication readiness

Verify build output, types, and tests; document npm publish and consumer
install paths in README; add publishConfig for scoped public publish.
This commit is contained in:
2026-06-24 15:08:26 +02:00
parent bd06393262
commit 774b1d814e
3 changed files with 54 additions and 20 deletions

View File

@@ -42,5 +42,8 @@
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}