File tree Expand file tree Collapse file tree 2 files changed +26
-5
lines changed
Expand file tree Collapse file tree 2 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2026-03-13)
4+
5+
6+ ### Features
7+
8+ * initial telemachus typescript client ([ 951b63d] ( https://github.com/TeleIO/telemachus-client/commit/951b63d8cdfb3f5c82a5fe41746893223478f475 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * add npm badge and npm install option to README ([ 58d2667] ( https://github.com/TeleIO/telemachus-client/commit/58d2667120aade3b65e4e8e6ef531a2d1256b68b ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " telemachus-client" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " TypeScript client for the Telemachus Reborn KSP telemetry API" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
2727 "types" : " ./dist/openmct.d.ts"
2828 }
2929 },
30- "files" : [" dist" ],
30+ "files" : [
31+ " dist"
32+ ],
3133 "scripts" : {
3234 "build" : " tsc" ,
3335 "generate" : " bun run tools/generate-types.ts" ,
4446 "vue" : " >=3"
4547 },
4648 "peerDependenciesMeta" : {
47- "react" : { "optional" : true },
48- "svelte" : { "optional" : true },
49- "vue" : { "optional" : true }
49+ "react" : {
50+ "optional" : true
51+ },
52+ "svelte" : {
53+ "optional" : true
54+ },
55+ "vue" : {
56+ "optional" : true
57+ }
5058 },
5159 "devDependencies" : {
5260 "@commitlint/cli" : " ^19.0.0" ,
You can’t perform that action at this time.
0 commit comments