@raindrop-ai/query 0.1.1 → 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.
- package/README.md +1 -27
- package/jsr.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,34 +35,8 @@ Raindrop Query API (Beta): API for querying Signals, Events, Users, and Conversa
|
|
|
35
35
|
<!-- Start SDK Installation [installation] -->
|
|
36
36
|
## SDK Installation
|
|
37
37
|
|
|
38
|
-
> [!TIP]
|
|
39
|
-
> 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).
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
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.
|
|
43
|
-
|
|
44
|
-
### NPM
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
npm add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### PNPM
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
pnpm add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
### Bun
|
|
57
|
-
|
|
58
|
-
```bash
|
|
59
|
-
bun add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
### Yarn
|
|
63
|
-
|
|
64
38
|
```bash
|
|
65
|
-
|
|
39
|
+
npm install @raindrop-ai/query
|
|
66
40
|
```
|
|
67
41
|
|
|
68
42
|
> [!NOTE]
|
package/jsr.json
CHANGED