@compass-labs/api-sdk 2.1.23-rc.0 → 2.1.24-rc.0
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 +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@compass-labs/api-sdk* API.
|
|
4
4
|
|
|
5
|
-
[](https://www.speakeasy.com/?utm_source=@compass-labs/api-sdk&utm_campaign=typescript)
|
|
6
|
-
[](https://opensource.org/licenses/MIT)
|
|
7
5
|
|
|
8
6
|
|
|
9
|
-
<br /><br />
|
|
10
|
-
> [!IMPORTANT]
|
|
11
|
-
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/compasslabs/api). Delete this section before > publishing to a package manager.
|
|
12
7
|
|
|
13
8
|
<!-- Start Summary [summary] -->
|
|
14
9
|
## Summary
|
|
@@ -66,7 +61,6 @@ bun add @compass-labs/api-sdk
|
|
|
66
61
|
yarn add @compass-labs/api-sdk
|
|
67
62
|
```
|
|
68
63
|
|
|
69
|
-
> [!NOTE]
|
|
70
64
|
> This package is published with CommonJS and ES Modules (ESM) support.
|
|
71
65
|
<!-- End SDK Installation [installation] -->
|
|
72
66
|
|
|
@@ -647,4 +641,3 @@ looking for the latest version.
|
|
|
647
641
|
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
|
|
648
642
|
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
|
|
649
643
|
|
|
650
|
-
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@compass-labs/api-sdk&utm_campaign=typescript)
|