Skip to content

Commit a6ccf88

Browse files
authored
Merge pull request #1 from TeleIO/release-please--branches--main--components--telemachus-client
chore(main): release 1.0.0
2 parents 58d2667 + df546aa commit a6ccf88

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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))

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -27,7 +27,9 @@
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",
@@ -44,9 +46,15 @@
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",

0 commit comments

Comments
 (0)