@fleetless/sdk 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +4 -6
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to `@fleetless/sdk`. The format follows Keep a Changelog; th
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [2.0.1] — 2026-09-04
|
|
8
|
+
|
|
9
|
+
No code change; the published `dist/` is byte-identical to 2.0.0.
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- The contact address in the README and in `package.json` (`author`,
|
|
14
|
+
`bugs`) is hello@fleetless.dev.
|
|
15
|
+
- The README's closing section states that the source repository is private
|
|
16
|
+
and takes no outside contributions; the `CONTRIBUTING.md` it linked to is
|
|
17
|
+
gone.
|
|
18
|
+
|
|
7
19
|
## [2.0.0] — 2026-09-04
|
|
8
20
|
|
|
9
21
|
The first release since 1.0.0, and it is a breaking one. The entries below are
|
package/README.md
CHANGED
|
@@ -222,17 +222,15 @@ gained a name (`LogoutResult`); `.revoked` is unchanged.
|
|
|
222
222
|
- **[Hosted login recipe](https://docs.fleetless.dev/recipes/hosted-login/)** —
|
|
223
223
|
the full walkthrough, including every error the callback can carry.
|
|
224
224
|
- **[CHANGELOG.md](CHANGELOG.md)** — what changed in each version.
|
|
225
|
-
- Questions, bug reports and feature requests: hello@
|
|
225
|
+
- Questions, bug reports and feature requests: hello@fleetless.dev.
|
|
226
226
|
|
|
227
227
|
Fleetless is in closed beta. The waiting list is at
|
|
228
228
|
<https://fleetless.dev/#waiting-list>.
|
|
229
229
|
|
|
230
|
-
## Maintainers
|
|
230
|
+
## Maintainers
|
|
231
231
|
|
|
232
232
|
Maintained by [Dehne Robotik GmbH](https://dehne-robotik.de). The source
|
|
233
|
-
repository is private
|
|
234
|
-
|
|
235
|
-
[CONTRIBUTING.md](CONTRIBUTING.md) documents the development setup, the checks
|
|
236
|
-
and the release procedure for people who have access.
|
|
233
|
+
repository is private and takes no outside contributions; questions and bug
|
|
234
|
+
reports go to hello@fleetless.dev.
|
|
237
235
|
|
|
238
236
|
MIT licensed — see [LICENSE](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fleetless/sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "The official TypeScript SDK for Fleetless client apps — a ROS 2 robot as a REST and realtime API, cameras, jobs and the hosted login.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Dehne Robotik GmbH",
|
|
8
|
-
"email": "hello@
|
|
8
|
+
"email": "hello@fleetless.dev",
|
|
9
9
|
"url": "https://dehne-robotik.de"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://docs.fleetless.dev/reference/sdk/",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"email": "hello@
|
|
13
|
+
"email": "hello@fleetless.dev"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"fleetless",
|