@raindrop-ai/query 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +6 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,9 @@
1
1
  # @raindrop-ai/query
2
2
 
3
- Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@raindrop-ai/query* API.
3
+ Official TypeScript SDK for the [Raindrop Query API](https://query.raindrop.ai).
4
4
 
5
- [![Built by Speakeasy](https://img.shields.io/badge/Built_by-SPEAKEASY-374151?style=for-the-badge&labelColor=f3f4f6)](https://www.speakeasy.com/?utm_source=@raindrop-ai/query&utm_campaign=typescript)
6
- [![License: MIT](https://img.shields.io/badge/LICENSE_//_MIT-3b5bdb?style=for-the-badge&labelColor=eff6ff)](https://opensource.org/licenses/MIT)
7
-
8
-
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/raindrop/query). Delete this section before > publishing to a package manager.
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
+ [![npm](https://img.shields.io/npm/v/@raindrop-ai/query)](https://www.npmjs.com/package/@raindrop-ai/query)
12
7
 
13
8
  <!-- Start Summary [summary] -->
14
9
  ## Summary
@@ -451,13 +446,8 @@ const sdk = new RaindropQuery({ debugLogger: console });
451
446
 
452
447
  ## Maturity
453
448
 
454
- This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage
455
- to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally
456
- looking for the latest version.
457
-
458
- ## Contributions
449
+ This SDK is in beta. We recommend pinning to a specific version.
459
450
 
460
- 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.
461
- 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.
451
+ ## Support
462
452
 
463
- ### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@raindrop-ai/query&utm_campaign=typescript)
453
+ For questions or issues, contact support@raindrop.ai
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raindrop-ai/query",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": "Raindrop <support@raindrop.ai>",
5
5
  "type": "module",
6
6
  "tshy": {