@raindrop-ai/query 0.1.0 → 0.1.2

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 (3) hide show
  1. package/README.md +7 -43
  2. package/jsr.json +1 -1
  3. 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
@@ -40,34 +35,8 @@ Raindrop Query API (Beta): API for querying Signals, Events, Users, and Conversa
40
35
  <!-- Start SDK Installation [installation] -->
41
36
  ## SDK Installation
42
37
 
43
- > [!TIP]
44
- > To finish publishing your SDK to npm and others you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
45
-
46
-
47
- The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers.
48
-
49
- ### NPM
50
-
51
- ```bash
52
- npm add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
53
- ```
54
-
55
- ### PNPM
56
-
57
38
  ```bash
58
- pnpm add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
59
- ```
60
-
61
- ### Bun
62
-
63
- ```bash
64
- bun add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
65
- ```
66
-
67
- ### Yarn
68
-
69
- ```bash
70
- yarn add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
39
+ npm install @raindrop-ai/query
71
40
  ```
72
41
 
73
42
  > [!NOTE]
@@ -451,13 +420,8 @@ const sdk = new RaindropQuery({ debugLogger: console });
451
420
 
452
421
  ## Maturity
453
422
 
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
423
+ This SDK is in beta. We recommend pinning to a specific version.
459
424
 
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.
425
+ ## Support
462
426
 
463
- ### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@raindrop-ai/query&utm_campaign=typescript)
427
+ For questions or issues, contact support@raindrop.ai
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@raindrop-ai/query",
5
- "version": "0.1.0",
5
+ "version": "0.1.2",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
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.2",
4
4
  "author": "Raindrop <support@raindrop.ai>",
5
5
  "type": "module",
6
6
  "tshy": {