@stackbone/sdk 0.1.0-alpha.6 → 0.1.0-alpha.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackbone/sdk",
3
- "version": "0.1.0-alpha.6",
3
+ "version": "0.1.0-alpha.8",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Official TypeScript SDK for Stackbone — the marketplace and managed runtime for containerized AI agents.",
6
6
  "type": "module",
@@ -28,6 +28,36 @@
28
28
  "default": "./db/index.cjs"
29
29
  }
30
30
  },
31
+ "./workflow": {
32
+ "import": {
33
+ "types": "./workflow.d.ts",
34
+ "default": "./workflow.js"
35
+ },
36
+ "require": {
37
+ "types": "./workflow.d.cts",
38
+ "default": "./workflow.cjs"
39
+ }
40
+ },
41
+ "./connect": {
42
+ "import": {
43
+ "types": "./connect.d.ts",
44
+ "default": "./connect.js"
45
+ },
46
+ "require": {
47
+ "types": "./connect.d.cts",
48
+ "default": "./connect.cjs"
49
+ }
50
+ },
51
+ "./eve": {
52
+ "import": {
53
+ "types": "./eve.d.ts",
54
+ "default": "./eve.js"
55
+ },
56
+ "require": {
57
+ "types": "./eve.d.cts",
58
+ "default": "./eve.cjs"
59
+ }
60
+ },
31
61
  "./db/testing": {
32
62
  "import": {
33
63
  "types": "./db/testing/index.d.ts",
@@ -106,5 +136,21 @@
106
136
  "postgres": "3.4.9",
107
137
  "unpdf": "^0.12.1",
108
138
  "zod": "^4.3.6"
139
+ },
140
+ "peerDependencies": {
141
+ "@ai-sdk/openai-compatible": "*",
142
+ "eve": "*",
143
+ "workflow": "*"
144
+ },
145
+ "peerDependenciesMeta": {
146
+ "@ai-sdk/openai-compatible": {
147
+ "optional": true
148
+ },
149
+ "eve": {
150
+ "optional": true
151
+ },
152
+ "workflow": {
153
+ "optional": true
154
+ }
109
155
  }
110
156
  }
Binary file