@rool-dev/sdk 2.0.0-dev.b63c29d → 2.0.0-dev.d2ee7e8
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/README.md +1 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
<p align="center" class="sdk-brand">
|
|
2
|
-
<a href="https://rool.dev">
|
|
3
|
-
<img class="sdk-brand-logo" src="./assets/rool-logo.svg" alt="Rool logo" width="44" height="44">
|
|
4
|
-
<picture>
|
|
5
|
-
<source media="(prefers-color-scheme: dark)" srcset="./assets/rool-wordmark-dark.svg">
|
|
6
|
-
<img class="sdk-brand-wordmark" src="./assets/rool-wordmark.svg" alt="Rool" width="128">
|
|
7
|
-
</picture>
|
|
8
|
-
</a>
|
|
9
|
-
</p>
|
|
1
|
+
<p align="center" class="sdk-brand"><a href="https://rool.dev"><img class="sdk-brand-logo" src="./assets/rool-logo.svg" alt="Rool logo" width="44" height="44"><picture><source media="(prefers-color-scheme: dark)" srcset="./assets/rool-wordmark-dark.svg"><img class="sdk-brand-wordmark" src="./assets/rool-wordmark.svg" alt="Rool" width="128"></picture></a></p>
|
|
10
2
|
|
|
11
3
|
<h1 align="center" class="sdk-title">TypeScript SDK</h1>
|
|
12
4
|
|
|
@@ -122,14 +114,6 @@ Long-running work belongs to the machine rather than the client connection. File
|
|
|
122
114
|
|
|
123
115
|
The package exports its public TypeScript types, so editor autocomplete shows the detailed options and results. See [docs.rool.dev](https://docs.rool.dev/sdk/) for the published documentation.
|
|
124
116
|
|
|
125
|
-
## Development
|
|
126
|
-
|
|
127
|
-
```bash
|
|
128
|
-
pnpm install
|
|
129
|
-
pnpm build
|
|
130
|
-
pnpm typecheck
|
|
131
|
-
```
|
|
132
|
-
|
|
133
117
|
## License
|
|
134
118
|
|
|
135
119
|
MIT — see [LICENSE](./LICENSE).
|