@rasputin-ai/elysia 0.1.3 → 0.1.4

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 CHANGED
@@ -21,8 +21,6 @@ For short-lived processes, call `await client.flush()` before exit.
21
21
 
22
22
  ## Options
23
23
 
24
- Same as `@rasputin-ai/node`:
25
-
26
24
  | Field | Required | Description |
27
25
  | --- | --- | --- |
28
26
  | `projectApiKey` | yes | Project API key from the Rasputin dashboard |
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import { Elysia } from "elysia";
8
8
 
9
9
  // src/sdk-meta.ts
10
10
  var SDK_NAME = "@rasputin-ai/elysia";
11
- var SDK_VERSION = "0.1.3";
11
+ var SDK_VERSION = "0.1.4";
12
12
 
13
13
  // src/rasputin-init.ts
14
14
  var toStatus = (status) => {
@@ -1,4 +1,4 @@
1
1
  /** Generated by packages/sdk/scripts/generate-sdk-meta.ts — do not edit. */
2
2
  export declare const SDK_NAME = "@rasputin-ai/elysia";
3
- export declare const SDK_VERSION = "0.1.3";
3
+ export declare const SDK_VERSION = "0.1.4";
4
4
  //# sourceMappingURL=sdk-meta.d.ts.map
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@rasputin-ai/elysia",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Official Rasputin AI SDK for Elysia.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
8
- "bun": "./src/index.ts",
9
8
  "types": "./dist/index.d.ts",
10
9
  "import": "./dist/index.js",
11
10
  "default": "./dist/index.js"
@@ -26,8 +25,8 @@
26
25
  "access": "public"
27
26
  },
28
27
  "dependencies": {
29
- "@rasputin-ai/core": "0.1.3",
30
- "@rasputin-ai/node": "0.1.3"
28
+ "@rasputin-ai/core": "0.1.4",
29
+ "@rasputin-ai/node": "0.1.4"
31
30
  },
32
31
  "peerDependencies": {
33
32
  "elysia": ">=1.0.0"