@rasputin-ai/node 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/dist/index.js CHANGED
@@ -53,7 +53,7 @@ import {
53
53
 
54
54
  // src/sdk-meta.ts
55
55
  var SDK_NAME = "@rasputin-ai/node";
56
- var SDK_VERSION = "0.1.3";
56
+ var SDK_VERSION = "0.1.4";
57
57
 
58
58
  // src/rasputin-init.ts
59
59
  var RasputinInit = (options) => {
@@ -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/node";
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/node",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Official Rasputin AI SDK for Node and Bun.",
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,7 +25,7 @@
26
25
  "access": "public"
27
26
  },
28
27
  "dependencies": {
29
- "@rasputin-ai/core": "0.1.3"
28
+ "@rasputin-ai/core": "0.1.4"
30
29
  },
31
30
  "devDependencies": {
32
31
  "@rasputin-ai/core": "workspace:*",