@rasputin-ai/node 0.5.0-alpha.3 → 0.5.0-alpha.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/dist/index.js CHANGED
@@ -1644,7 +1644,7 @@ import {
1644
1644
 
1645
1645
  // src/sdk-meta.ts
1646
1646
  var SDK_NAME = "@rasputin-ai/node";
1647
- var SDK_VERSION = "0.5.0-alpha.3";
1647
+ var SDK_VERSION = "0.5.0-alpha.4";
1648
1648
 
1649
1649
  // src/rasputin-init.ts
1650
1650
  var withExecution = (client, execution, installRuntime, manifest) => {
@@ -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/node";
3
- export declare const SDK_VERSION = "0.5.0-alpha.3";
3
+ export declare const SDK_VERSION = "0.5.0-alpha.4";
4
4
  //# sourceMappingURL=sdk-meta.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rasputin-ai/node",
3
- "version": "0.5.0-alpha.3",
3
+ "version": "0.5.0-alpha.4",
4
4
  "description": "Official Rasputin AI SDK for Node and Bun.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@jridgewell/trace-mapping": "0.3.31",
47
- "@rasputin-ai/core": "0.5.0-alpha.3",
47
+ "@rasputin-ai/core": "0.5.0-alpha.4",
48
48
  "typescript": "5"
49
49
  },
50
50
  "devDependencies": {