@rasputin-ai/elysia 0.7.1 → 0.7.2-beta.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Official Rasputin AI SDK for Elysia
2
-
3
- Report application errors to Rasputin from Elysia services.
4
-
5
- See the [Elysia documentation](https://rasputinai.dev/docs/elysia/installation).
1
+ # Official Rasputin AI SDK for Elysia
2
+
3
+ Report application errors to Rasputin from Elysia services.
4
+
5
+ See the [Elysia documentation](https://rasputinai.dev/docs/elysia/installation).
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ import { Elysia } from "elysia";
16
16
 
17
17
  // src/sdk-meta.ts
18
18
  var SDK_NAME = "@rasputin-ai/elysia";
19
- var SDK_VERSION = "0.7.1";
19
+ var SDK_VERSION = "0.7.2-beta.1";
20
20
 
21
21
  // src/rasputin-init.ts
22
22
  var publicExecution = (runtime) => ({
@@ -1,4 +1,4 @@
1
1
  /** Generated by 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.7.1";
3
+ export declare const SDK_VERSION = "0.7.2-beta.1";
4
4
  //# sourceMappingURL=sdk-meta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdk-meta.d.ts","sourceRoot":"","sources":["../src/sdk-meta.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,eAAO,MAAM,QAAQ,wBAAwB,CAAC;AAC9C,eAAO,MAAM,WAAW,UAAU,CAAC"}
1
+ {"version":3,"file":"sdk-meta.d.ts","sourceRoot":"","sources":["../src/sdk-meta.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,eAAO,MAAM,QAAQ,wBAAwB,CAAC;AAC9C,eAAO,MAAM,WAAW,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rasputin-ai/elysia",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-beta.1",
4
4
  "description": "Official Rasputin AI SDK for Elysia.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,8 +35,8 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@rasputin-ai/core": "0.7.1",
39
- "@rasputin-ai/node": "0.7.1"
38
+ "@rasputin-ai/core": "0.7.2-beta.1",
39
+ "@rasputin-ai/node": "0.7.2-beta.1"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "elysia": ">=1.4.0 <2"