You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***docs:** use top-level-await in example snippets ([87d8d31](https://github.com/carbon-aware/scheduler-client-typescript/commit/87d8d319d175302c76be6fa2f4d5a147a4ef0d32))
24
+
* improve publish-npm script --latest tag logic ([e4066b4](https://github.com/carbon-aware/scheduler-client-typescript/commit/e4066b4eeb3ccb085d49bd911731cc9a82bfa854))
25
+
***internal:** fix readablestream types in node 20 ([ce90e06](https://github.com/carbon-aware/scheduler-client-typescript/commit/ce90e060fad51d20d3ea987790efbe97cce12481))
26
+
***internal:** update jest config ([985f1da](https://github.com/carbon-aware/scheduler-client-typescript/commit/985f1daa3f86ffdd33377bb5652b157084fdda3d))
27
+
3
28
## 0.1.0-alpha.2 (2025-05-13)
4
29
5
30
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/carbon-aware/scheduler-client-typescript/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
Copy file name to clipboardExpand all lines: README.md
+32-44Lines changed: 32 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This library provides convenient access to the Carbonaware Scheduler REST API from server-side TypeScript or JavaScript.
6
6
7
-
The full API of this library can be found in [api.md](api.md).
7
+
The REST API documentation can be found on [docs.carbonaware.dev](https://docs.carbonaware.dev/scheduler/). The full API of this library can be found in [api.md](api.md).
8
8
9
9
It is generated with [Stainless](https://www.stainless.com/).
10
10
@@ -24,17 +24,13 @@ import CarbonawareScheduler from 'carbonaware-scheduler';
0 commit comments