@raindrop-ai/query 0.1.1 → 0.1.3

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 +1 -27
  2. package/jsr.json +1 -1
  3. package/package.json +1 -6
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
- yarn add https://gitpkg.now.sh/raindrop-ai/query-sdk/typescript
39
+ npm install @raindrop-ai/query
66
40
  ```
67
41
 
68
42
  > [!NOTE]
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.1",
3
+ "version": "0.1.3",
4
4
  "author": "Raindrop <support@raindrop.ai>",
5
5
  "type": "module",
6
6
  "tshy": {
@@ -19,11 +19,6 @@
19
19
  }
20
20
  },
21
21
  "sideEffects": false,
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/raindrop-ai/query-sdk.git",
25
- "directory": "typescript"
26
- },
27
22
  "scripts": {
28
23
  "lint": "eslint --cache --max-warnings=0 src",
29
24
  "build": "tshy",