@honcho-ai/core 1.0.0
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/CHANGELOG.md +344 -0
- package/LICENSE +201 -0
- package/README.md +322 -0
- package/_shims/MultipartBody.d.ts +9 -0
- package/_shims/MultipartBody.d.ts.map +1 -0
- package/_shims/MultipartBody.js +16 -0
- package/_shims/MultipartBody.js.map +1 -0
- package/_shims/MultipartBody.mjs +12 -0
- package/_shims/MultipartBody.mjs.map +1 -0
- package/_shims/README.md +46 -0
- package/_shims/auto/runtime-bun.d.ts +5 -0
- package/_shims/auto/runtime-bun.d.ts.map +1 -0
- package/_shims/auto/runtime-bun.js +21 -0
- package/_shims/auto/runtime-bun.js.map +1 -0
- package/_shims/auto/runtime-bun.mjs +2 -0
- package/_shims/auto/runtime-bun.mjs.map +1 -0
- package/_shims/auto/runtime-node.d.ts +5 -0
- package/_shims/auto/runtime-node.d.ts.map +1 -0
- package/_shims/auto/runtime-node.js +21 -0
- package/_shims/auto/runtime-node.js.map +1 -0
- package/_shims/auto/runtime-node.mjs +2 -0
- package/_shims/auto/runtime-node.mjs.map +1 -0
- package/_shims/auto/runtime.d.ts +5 -0
- package/_shims/auto/runtime.d.ts.map +1 -0
- package/_shims/auto/runtime.js +21 -0
- package/_shims/auto/runtime.js.map +1 -0
- package/_shims/auto/runtime.mjs +2 -0
- package/_shims/auto/runtime.mjs.map +1 -0
- package/_shims/auto/types-node.d.ts +5 -0
- package/_shims/auto/types-node.d.ts.map +1 -0
- package/_shims/auto/types-node.js +21 -0
- package/_shims/auto/types-node.js.map +1 -0
- package/_shims/auto/types-node.mjs +2 -0
- package/_shims/auto/types-node.mjs.map +1 -0
- package/_shims/auto/types.d.ts +101 -0
- package/_shims/auto/types.js +3 -0
- package/_shims/auto/types.mjs +3 -0
- package/_shims/bun-runtime.d.ts +6 -0
- package/_shims/bun-runtime.d.ts.map +1 -0
- package/_shims/bun-runtime.js +14 -0
- package/_shims/bun-runtime.js.map +1 -0
- package/_shims/bun-runtime.mjs +10 -0
- package/_shims/bun-runtime.mjs.map +1 -0
- package/_shims/index.d.ts +83 -0
- package/_shims/index.js +17 -0
- package/_shims/index.mjs +11 -0
- package/_shims/manual-types.d.ts +12 -0
- package/_shims/manual-types.js +3 -0
- package/_shims/manual-types.mjs +3 -0
- package/_shims/node-runtime.d.ts +3 -0
- package/_shims/node-runtime.d.ts.map +1 -0
- package/_shims/node-runtime.js +89 -0
- package/_shims/node-runtime.js.map +1 -0
- package/_shims/node-runtime.mjs +56 -0
- package/_shims/node-runtime.mjs.map +1 -0
- package/_shims/node-types.d.ts +42 -0
- package/_shims/node-types.js +3 -0
- package/_shims/node-types.mjs +3 -0
- package/_shims/registry.d.ts +37 -0
- package/_shims/registry.d.ts.map +1 -0
- package/_shims/registry.js +41 -0
- package/_shims/registry.js.map +1 -0
- package/_shims/registry.mjs +37 -0
- package/_shims/registry.mjs.map +1 -0
- package/_shims/web-runtime.d.ts +5 -0
- package/_shims/web-runtime.d.ts.map +1 -0
- package/_shims/web-runtime.js +78 -0
- package/_shims/web-runtime.js.map +1 -0
- package/_shims/web-runtime.mjs +71 -0
- package/_shims/web-runtime.mjs.map +1 -0
- package/_shims/web-types.d.ts +83 -0
- package/_shims/web-types.js +3 -0
- package/_shims/web-types.mjs +3 -0
- package/core.d.ts +255 -0
- package/core.d.ts.map +1 -0
- package/core.js +922 -0
- package/core.js.map +1 -0
- package/core.mjs +890 -0
- package/core.mjs.map +1 -0
- package/error.d.ts +47 -0
- package/error.d.ts.map +1 -0
- package/error.js +113 -0
- package/error.js.map +1 -0
- package/error.mjs +97 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +134 -0
- package/index.d.ts +134 -0
- package/index.d.ts.map +1 -0
- package/index.js +141 -0
- package/index.js.map +1 -0
- package/index.mjs +98 -0
- package/index.mjs.map +1 -0
- package/package.json +103 -0
- package/pagination.d.ts +30 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +39 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +35 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.ts +6 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +11 -0
- package/resource.js.map +1 -0
- package/resource.mjs +7 -0
- package/resource.mjs.map +1 -0
- package/resources/index.d.ts +3 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +10 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +4 -0
- package/resources/index.mjs.map +1 -0
- package/resources/keys.d.ts +29 -0
- package/resources/keys.d.ts.map +1 -0
- package/resources/keys.js +20 -0
- package/resources/keys.js.map +1 -0
- package/resources/keys.mjs +16 -0
- package/resources/keys.mjs.map +1 -0
- package/resources/workspaces/index.d.ts +4 -0
- package/resources/workspaces/index.d.ts.map +1 -0
- package/resources/workspaces/index.js +14 -0
- package/resources/workspaces/index.js.map +1 -0
- package/resources/workspaces/index.mjs +5 -0
- package/resources/workspaces/index.mjs.map +1 -0
- package/resources/workspaces/peers/index.d.ts +4 -0
- package/resources/workspaces/peers/index.d.ts.map +1 -0
- package/resources/workspaces/peers/index.js +12 -0
- package/resources/workspaces/peers/index.js.map +1 -0
- package/resources/workspaces/peers/index.mjs +5 -0
- package/resources/workspaces/peers/index.mjs.map +1 -0
- package/resources/workspaces/peers/messages.d.ts +35 -0
- package/resources/workspaces/peers/messages.d.ts.map +1 -0
- package/resources/workspaces/peers/messages.js +25 -0
- package/resources/workspaces/peers/messages.js.map +1 -0
- package/resources/workspaces/peers/messages.mjs +21 -0
- package/resources/workspaces/peers/messages.mjs.map +1 -0
- package/resources/workspaces/peers/peers.d.ts +120 -0
- package/resources/workspaces/peers/peers.d.ts.map +1 -0
- package/resources/workspaces/peers/peers.js +108 -0
- package/resources/workspaces/peers/peers.js.map +1 -0
- package/resources/workspaces/peers/peers.mjs +80 -0
- package/resources/workspaces/peers/peers.mjs.map +1 -0
- package/resources/workspaces/peers/sessions.d.ts +27 -0
- package/resources/workspaces/peers/sessions.d.ts.map +1 -0
- package/resources/workspaces/peers/sessions.js +24 -0
- package/resources/workspaces/peers/sessions.js.map +1 -0
- package/resources/workspaces/peers/sessions.mjs +20 -0
- package/resources/workspaces/peers/sessions.mjs.map +1 -0
- package/resources/workspaces/peers.d.ts +2 -0
- package/resources/workspaces/peers.d.ts.map +1 -0
- package/resources/workspaces/peers.js +19 -0
- package/resources/workspaces/peers.js.map +1 -0
- package/resources/workspaces/peers.mjs +3 -0
- package/resources/workspaces/peers.mjs.map +1 -0
- package/resources/workspaces/sessions/index.d.ts +4 -0
- package/resources/workspaces/sessions/index.d.ts.map +1 -0
- package/resources/workspaces/sessions/index.js +13 -0
- package/resources/workspaces/sessions/index.js.map +1 -0
- package/resources/workspaces/sessions/index.mjs +5 -0
- package/resources/workspaces/sessions/index.mjs.map +1 -0
- package/resources/workspaces/sessions/messages.d.ts +60 -0
- package/resources/workspaces/sessions/messages.d.ts.map +1 -0
- package/resources/workspaces/sessions/messages.js +46 -0
- package/resources/workspaces/sessions/messages.js.map +1 -0
- package/resources/workspaces/sessions/messages.mjs +41 -0
- package/resources/workspaces/sessions/messages.mjs.map +1 -0
- package/resources/workspaces/sessions/peers.d.ts +96 -0
- package/resources/workspaces/sessions/peers.d.ts.map +1 -0
- package/resources/workspaces/sessions/peers.js +63 -0
- package/resources/workspaces/sessions/peers.js.map +1 -0
- package/resources/workspaces/sessions/peers.mjs +59 -0
- package/resources/workspaces/sessions/peers.mjs.map +1 -0
- package/resources/workspaces/sessions/sessions.d.ts +129 -0
- package/resources/workspaces/sessions/sessions.d.ts.map +1 -0
- package/resources/workspaces/sessions/sessions.js +110 -0
- package/resources/workspaces/sessions/sessions.js.map +1 -0
- package/resources/workspaces/sessions/sessions.mjs +82 -0
- package/resources/workspaces/sessions/sessions.mjs.map +1 -0
- package/resources/workspaces/sessions.d.ts +2 -0
- package/resources/workspaces/sessions.d.ts.map +1 -0
- package/resources/workspaces/sessions.js +19 -0
- package/resources/workspaces/sessions.js.map +1 -0
- package/resources/workspaces/sessions.mjs +3 -0
- package/resources/workspaces/sessions.mjs.map +1 -0
- package/resources/workspaces/workspaces.d.ts +69 -0
- package/resources/workspaces/workspaces.d.ts.map +1 -0
- package/resources/workspaces/workspaces.js +92 -0
- package/resources/workspaces/workspaces.js.map +1 -0
- package/resources/workspaces/workspaces.mjs +64 -0
- package/resources/workspaces/workspaces.mjs.map +1 -0
- package/resources/workspaces.d.ts +2 -0
- package/resources/workspaces.d.ts.map +1 -0
- package/resources/workspaces.js +19 -0
- package/resources/workspaces.js.map +1 -0
- package/resources/workspaces.mjs +3 -0
- package/resources/workspaces.mjs.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +18 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/shims/node.d.ts +30 -0
- package/shims/node.d.ts.map +1 -0
- package/shims/node.js +31 -0
- package/shims/node.js.map +1 -0
- package/shims/node.mjs +5 -0
- package/shims/node.mjs.map +1 -0
- package/shims/web.d.ts +26 -0
- package/shims/web.d.ts.map +1 -0
- package/shims/web.js +31 -0
- package/shims/web.js.map +1 -0
- package/shims/web.mjs +5 -0
- package/shims/web.mjs.map +1 -0
- package/src/_shims/MultipartBody.ts +9 -0
- package/src/_shims/README.md +46 -0
- package/src/_shims/auto/runtime-bun.ts +4 -0
- package/src/_shims/auto/runtime-node.ts +4 -0
- package/src/_shims/auto/runtime.ts +4 -0
- package/src/_shims/auto/types-node.ts +4 -0
- package/src/_shims/auto/types.d.ts +101 -0
- package/src/_shims/auto/types.js +3 -0
- package/src/_shims/auto/types.mjs +3 -0
- package/src/_shims/bun-runtime.ts +14 -0
- package/src/_shims/index.d.ts +83 -0
- package/src/_shims/index.js +17 -0
- package/src/_shims/index.mjs +11 -0
- package/src/_shims/manual-types.d.ts +12 -0
- package/src/_shims/manual-types.js +3 -0
- package/src/_shims/manual-types.mjs +3 -0
- package/src/_shims/node-runtime.ts +81 -0
- package/src/_shims/node-types.d.ts +42 -0
- package/src/_shims/node-types.js +3 -0
- package/src/_shims/node-types.mjs +3 -0
- package/src/_shims/registry.ts +67 -0
- package/src/_shims/web-runtime.ts +103 -0
- package/src/_shims/web-types.d.ts +83 -0
- package/src/_shims/web-types.js +3 -0
- package/src/_shims/web-types.mjs +3 -0
- package/src/core.ts +1234 -0
- package/src/error.ts +130 -0
- package/src/index.ts +246 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +73 -0
- package/src/resource.ts +11 -0
- package/src/resources/index.ts +12 -0
- package/src/resources/keys.ts +51 -0
- package/src/resources/workspaces/index.ts +39 -0
- package/src/resources/workspaces/peers/index.ts +24 -0
- package/src/resources/workspaces/peers/messages.ts +81 -0
- package/src/resources/workspaces/peers/peers.ts +245 -0
- package/src/resources/workspaces/peers/sessions.ts +60 -0
- package/src/resources/workspaces/peers.ts +3 -0
- package/src/resources/workspaces/sessions/index.ts +35 -0
- package/src/resources/workspaces/sessions/messages.ts +149 -0
- package/src/resources/workspaces/sessions/peers.ts +200 -0
- package/src/resources/workspaces/sessions/sessions.ts +308 -0
- package/src/resources/workspaces/sessions.ts +3 -0
- package/src/resources/workspaces/workspaces.ts +194 -0
- package/src/resources/workspaces.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/shims/node.ts +50 -0
- package/src/shims/web.ts +50 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +255 -0
- package/src/version.ts +1 -0
- package/uploads.d.ts +75 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +171 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +158 -0
- package/uploads.mjs.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 1.0.0 (2025-06-19)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.0.0...v1.0.0](https://github.com/plastic-labs/honcho-node-core/compare/v1.0.0...v1.0.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** change mcp package name ([b45f917](https://github.com/plastic-labs/honcho-node-core/commit/b45f917e6b0a03ab2b5f4dead2227d7a476af461))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* update SDK settings ([84023c2](https://github.com/plastic-labs/honcho-node-core/commit/84023c2f5abdd4777fc97836240727262a12f233))
|
|
15
|
+
|
|
16
|
+
## 1.0.0 (2025-06-18)
|
|
17
|
+
|
|
18
|
+
Full Changelog: [v0.2.0...v1.0.0](https://github.com/plastic-labs/honcho-node-core/compare/v0.2.0...v1.0.0)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **api:** manual updates ([6a0f7f0](https://github.com/plastic-labs/honcho-node-core/commit/6a0f7f0ac9eaa62caa05acd2de0b6a9800a506cb))
|
|
23
|
+
* **api:** manual updates ([0f08f4f](https://github.com/plastic-labs/honcho-node-core/commit/0f08f4f303dd269c0d978e7f7431dfad3e4a71b3))
|
|
24
|
+
* **api:** rewrite to peer paradigm ([9b92067](https://github.com/plastic-labs/honcho-node-core/commit/9b9206791d72157e3a8ec781b9f2629123380f3c))
|
|
25
|
+
* **client:** add support for endpoint-specific base URLs ([efbfe3a](https://github.com/plastic-labs/honcho-node-core/commit/efbfe3a67035876bc6835baef0308bb3fb2cd0bd))
|
|
26
|
+
* **mcp:** implement support for binary responses ([950efcd](https://github.com/plastic-labs/honcho-node-core/commit/950efcd61330acd2d313f9a0e3173a31e200c08c))
|
|
27
|
+
* **mcp:** include http information in tools ([36055c5](https://github.com/plastic-labs/honcho-node-core/commit/36055c5bc1d567e87ff126cafbba903e7cc33830))
|
|
28
|
+
* **mcp:** set X-Stainless-MCP header ([51478c1](https://github.com/plastic-labs/honcho-node-core/commit/51478c10423770a5d45ee5ac8fd876705f122d0f))
|
|
29
|
+
* **mcp:** support initializing the server with an "environment" ([229ce6f](https://github.com/plastic-labs/honcho-node-core/commit/229ce6fb0c95805673fc35d8735147f644aee2bd))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **mcp:** fix cursor schema transformation issue with recursive references ([83e67c4](https://github.com/plastic-labs/honcho-node-core/commit/83e67c4b221ed77612b635ccfb84f5f4d23c2215))
|
|
35
|
+
* **mcp:** include description in dynamic tool search ([db6193b](https://github.com/plastic-labs/honcho-node-core/commit/db6193bad9cd749734bc5f4e84a6fffee7902f39))
|
|
36
|
+
* publish script — handle NPM errors correctly ([fc8a136](https://github.com/plastic-labs/honcho-node-core/commit/fc8a136c55f19406172169b575041ab7875ebfe4))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Chores
|
|
40
|
+
|
|
41
|
+
* **ci:** enable for pull requests ([70f9ede](https://github.com/plastic-labs/honcho-node-core/commit/70f9ededd7a83bd7ec9e01b8611f5d37da9950bf))
|
|
42
|
+
* **docs:** grammar improvements ([772c0eb](https://github.com/plastic-labs/honcho-node-core/commit/772c0eb1016d2eea2b8907bdec1fdc3b721f7c3a))
|
|
43
|
+
* **docs:** use top-level-await in example snippets ([61a2eb5](https://github.com/plastic-labs/honcho-node-core/commit/61a2eb57cebabc15ea8426c74ff2a4e49fd7c14d))
|
|
44
|
+
* improve docs for MCP servers ([6d0fe48](https://github.com/plastic-labs/honcho-node-core/commit/6d0fe48aa25c5a81df03e7e6fa13591859a8be4a))
|
|
45
|
+
* improve publish-npm script --latest tag logic ([9b6d4e0](https://github.com/plastic-labs/honcho-node-core/commit/9b6d4e0cde9dc18418e827d549cb103e935aad58))
|
|
46
|
+
* **internal:** make base APIResource abstract ([814f72a](https://github.com/plastic-labs/honcho-node-core/commit/814f72ae789b4301212c61ff34c96da336e464e2))
|
|
47
|
+
* **mcp:** provides high-level initMcpServer function and exports known clients ([a3e3064](https://github.com/plastic-labs/honcho-node-core/commit/a3e30649027b46e9e36b96d6873619797307fcdc))
|
|
48
|
+
* **mcp:** remove duplicate assignment ([014b55d](https://github.com/plastic-labs/honcho-node-core/commit/014b55dbec71a0703e3cb69fa3f4a4648db5b09f))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Documentation
|
|
52
|
+
|
|
53
|
+
* **pagination:** improve naming ([2db86d4](https://github.com/plastic-labs/honcho-node-core/commit/2db86d4b038badeeeb25c65ce64968594db9c374))
|
|
54
|
+
|
|
55
|
+
## 0.2.0 (2025-05-15)
|
|
56
|
+
|
|
57
|
+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/plastic-labs/honcho-node/compare/v0.1.0...v0.2.0)
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* **api:** api update ([e0070f0](https://github.com/plastic-labs/honcho-node/commit/e0070f048f38bb46b2e874fff99cf4626dd19fa8))
|
|
62
|
+
* **mcp:** support dynamically discovering and invoking tools for APIs with many endpoints ([a1744e0](https://github.com/plastic-labs/honcho-node/commit/a1744e077c8ae72c33e02666acf9046728f24d3c))
|
|
63
|
+
* more gracefully handle $refs and work around schema limitations ([fc2155f](https://github.com/plastic-labs/honcho-node/commit/fc2155f557af5e833dc5409b660321dd1fa62838))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* **mcp:** explicitly include zod and zod-to-json-schema in package.json ([2411040](https://github.com/plastic-labs/honcho-node/commit/2411040f1883b34967a61fc7385ef2e279243d7c))
|
|
69
|
+
* **mcp:** remove ajv dependency so MCP servers are more compatible with Cloudflare Workers ([a3aa0d5](https://github.com/plastic-labs/honcho-node/commit/a3aa0d5487e64d17d9b984656a7f4d70a79bd9ea))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Chores
|
|
73
|
+
|
|
74
|
+
* **build:** automatically build subpackages if present ([d0e8b72](https://github.com/plastic-labs/honcho-node/commit/d0e8b728cff8f9c06dbcbf83950c3e4271ee02d5))
|
|
75
|
+
* **ci:** add timeout thresholds for CI jobs ([66e96d1](https://github.com/plastic-labs/honcho-node/commit/66e96d10224d55ae57498f3c93ce11c10fdad65e))
|
|
76
|
+
* **ci:** bump node version for release workflows ([530837d](https://github.com/plastic-labs/honcho-node/commit/530837d932a265feafe3e8cb97e37aebe0cf2332))
|
|
77
|
+
* **ci:** only use depot for staging repos ([cfe21eb](https://github.com/plastic-labs/honcho-node/commit/cfe21eb5b9c705b37c2b23094326bbc7a70a3060))
|
|
78
|
+
* **client:** minor internal fixes ([2284baf](https://github.com/plastic-labs/honcho-node/commit/2284baf0a3b3a87538ada780b86d89eaf0059e30))
|
|
79
|
+
* **internal:** codegen related update ([71c0b81](https://github.com/plastic-labs/honcho-node/commit/71c0b81ec1547244caf3844dc9a860f39665a852))
|
|
80
|
+
* **internal:** codegen related update ([5300210](https://github.com/plastic-labs/honcho-node/commit/53002100e5806c1d9bffb14287912503c01ce88f))
|
|
81
|
+
* **internal:** update dependency ([2b95042](https://github.com/plastic-labs/honcho-node/commit/2b950429da5fd721fe1b18df6a4fd3180ebde1ad))
|
|
82
|
+
* **tests:** use node 22 for CI tests ([609aea1](https://github.com/plastic-labs/honcho-node/commit/609aea130a6fdbced697e9a36e9bcd35a3967e6c))
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Documentation
|
|
86
|
+
|
|
87
|
+
* **readme:** fix typo ([dff651d](https://github.com/plastic-labs/honcho-node/commit/dff651d38245cca4f39f4e72f91dbb3d249ffef5))
|
|
88
|
+
|
|
89
|
+
## 0.1.0 (2025-04-10)
|
|
90
|
+
|
|
91
|
+
Full Changelog: [v0.0.11...v0.1.0](https://github.com/plastic-labs/honcho-node/compare/v0.0.11...v0.1.0)
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
* add SKIP_BREW env var to ./scripts/bootstrap ([#83](https://github.com/plastic-labs/honcho-node/issues/83)) ([d9ac028](https://github.com/plastic-labs/honcho-node/commit/d9ac028963482e43105f9ed0e4714279b4488040))
|
|
96
|
+
* **api:** api update ([4cee1e2](https://github.com/plastic-labs/honcho-node/commit/4cee1e28b5f23d36fa222e0f37f96b87cf2fdde3))
|
|
97
|
+
* **client:** accept RFC6838 JSON content types ([#84](https://github.com/plastic-labs/honcho-node/issues/84)) ([ee43c1e](https://github.com/plastic-labs/honcho-node/commit/ee43c1e9eff4ea37d42595c5d33e07f2729b2008))
|
|
98
|
+
* **client:** send `X-Stainless-Timeout` header ([#79](https://github.com/plastic-labs/honcho-node/issues/79)) ([00e5a1b](https://github.com/plastic-labs/honcho-node/commit/00e5a1b1331f7f74a0c50d31845249498e9ee6bb))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
|
|
103
|
+
* **api:** improve type resolution when importing as a package ([#93](https://github.com/plastic-labs/honcho-node/issues/93)) ([09c8810](https://github.com/plastic-labs/honcho-node/commit/09c88106383ae86b5a63712a5dea06e7975bf0c3))
|
|
104
|
+
* avoid type error in certain environments ([#89](https://github.com/plastic-labs/honcho-node/issues/89)) ([bc95c28](https://github.com/plastic-labs/honcho-node/commit/bc95c28365af13f8602d8d627f3b63024c7a9ff9))
|
|
105
|
+
* **client:** fix export map for index exports ([#80](https://github.com/plastic-labs/honcho-node/issues/80)) ([50907d7](https://github.com/plastic-labs/honcho-node/commit/50907d7b14b30be3a52886a1ab82dbd69b1832a0))
|
|
106
|
+
* **client:** normalize method ([#73](https://github.com/plastic-labs/honcho-node/issues/73)) ([f89c690](https://github.com/plastic-labs/honcho-node/commit/f89c69087921faaa2a309e10b24001da094669c1))
|
|
107
|
+
* **client:** send `X-Stainless-Timeout` in seconds ([#91](https://github.com/plastic-labs/honcho-node/issues/91)) ([47583ae](https://github.com/plastic-labs/honcho-node/commit/47583ae8b8f5ff081e22673a83314bd12c388c04))
|
|
108
|
+
* **exports:** ensure resource imports don't require /index ([#86](https://github.com/plastic-labs/honcho-node/issues/86)) ([3d9947f](https://github.com/plastic-labs/honcho-node/commit/3d9947faf1f88c1f7d0465769406f94288d1893b))
|
|
109
|
+
* **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#90](https://github.com/plastic-labs/honcho-node/issues/90)) ([12e4048](https://github.com/plastic-labs/honcho-node/commit/12e4048ed490cbc17d1ddb1a665201aa1423b64a))
|
|
110
|
+
* **mcp:** fix readEnv type error ([f072743](https://github.com/plastic-labs/honcho-node/commit/f07274316050f6e19d909a9a4ffc8888da993565))
|
|
111
|
+
* **mcp:** include all necessary env vars in client instantiation ([338bb06](https://github.com/plastic-labs/honcho-node/commit/338bb061669134d93c56fe4c321f0aa00d8a62c6))
|
|
112
|
+
* **mcp:** point homepage and repo for mcp package to the `packages/mcp-server` directory ([#96](https://github.com/plastic-labs/honcho-node/issues/96)) ([82644c2](https://github.com/plastic-labs/honcho-node/commit/82644c2ba9621cfd7064411ebf0c4a40905eaf82))
|
|
113
|
+
* **mcp:** remove unused tools.ts ([#94](https://github.com/plastic-labs/honcho-node/issues/94)) ([eeeff4b](https://github.com/plastic-labs/honcho-node/commit/eeeff4b7cebf27c3a6080ef8abcce83fb47cf88e))
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Chores
|
|
117
|
+
|
|
118
|
+
* configure new SDK language ([#95](https://github.com/plastic-labs/honcho-node/issues/95)) ([25bd245](https://github.com/plastic-labs/honcho-node/commit/25bd245ff1f85a84fb92fc605a5a0b63ae48cb68))
|
|
119
|
+
* **exports:** cleaner resource index imports ([#87](https://github.com/plastic-labs/honcho-node/issues/87)) ([274a81f](https://github.com/plastic-labs/honcho-node/commit/274a81f8849164a972536deab341b0dd474e2b6d))
|
|
120
|
+
* **exports:** stop using path fallbacks ([#88](https://github.com/plastic-labs/honcho-node/issues/88)) ([8ad8649](https://github.com/plastic-labs/honcho-node/commit/8ad8649dc96a07446b69d61021af4d5781b78467))
|
|
121
|
+
* **internal:** add aliases for Record and Array ([#92](https://github.com/plastic-labs/honcho-node/issues/92)) ([2415a12](https://github.com/plastic-labs/honcho-node/commit/2415a121459b6a33ffdd85173ca5816ced46fb77))
|
|
122
|
+
* **internal:** codegen related update ([#74](https://github.com/plastic-labs/honcho-node/issues/74)) ([6e6fc48](https://github.com/plastic-labs/honcho-node/commit/6e6fc489de03c68bd34c127b4aaf8b9410fd9660))
|
|
123
|
+
* **internal:** codegen related update ([#75](https://github.com/plastic-labs/honcho-node/issues/75)) ([a990584](https://github.com/plastic-labs/honcho-node/commit/a9905846585c804528d9c668c6e35799de317557))
|
|
124
|
+
* **internal:** codegen related update ([#76](https://github.com/plastic-labs/honcho-node/issues/76)) ([0295117](https://github.com/plastic-labs/honcho-node/commit/0295117eb4af398dcbea2b9c06a633612b25eeec))
|
|
125
|
+
* **internal:** codegen related update ([#77](https://github.com/plastic-labs/honcho-node/issues/77)) ([3805b01](https://github.com/plastic-labs/honcho-node/commit/3805b015a510610d95a18b21a272c2fe022574ba))
|
|
126
|
+
* **internal:** codegen related update ([#78](https://github.com/plastic-labs/honcho-node/issues/78)) ([e81efbd](https://github.com/plastic-labs/honcho-node/commit/e81efbdd710e9077b0e34d75999edbab0e50cdfe))
|
|
127
|
+
* **internal:** fix devcontainers setup ([#81](https://github.com/plastic-labs/honcho-node/issues/81)) ([df524fb](https://github.com/plastic-labs/honcho-node/commit/df524fbe0ecbf91ce66cab1833d426499753b01c))
|
|
128
|
+
* **internal:** fix some typos ([#71](https://github.com/plastic-labs/honcho-node/issues/71)) ([819389e](https://github.com/plastic-labs/honcho-node/commit/819389ed8fedb1c9116d5bfdd180adc9a7d5cf7b))
|
|
129
|
+
* **internal:** reduce CI branch coverage ([2de3294](https://github.com/plastic-labs/honcho-node/commit/2de3294240ac1accd271954cc6fdf92e2ee3dc85))
|
|
130
|
+
* **internal:** remove extra empty newlines ([#85](https://github.com/plastic-labs/honcho-node/issues/85)) ([60d7b49](https://github.com/plastic-labs/honcho-node/commit/60d7b4970e4b912c955481016c80448f1ab320a3))
|
|
131
|
+
* **internal:** upload builds and expand CI branch coverage ([0fa4b4d](https://github.com/plastic-labs/honcho-node/commit/0fa4b4d3a77b3cbbe20484f1c703d99198174af0))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Documentation
|
|
135
|
+
|
|
136
|
+
* update URLs from stainlessapi.com to stainless.com ([#82](https://github.com/plastic-labs/honcho-node/issues/82)) ([2cbe007](https://github.com/plastic-labs/honcho-node/commit/2cbe007f5e7fa8246e4b115dbefee3169dbe2cbc))
|
|
137
|
+
|
|
138
|
+
## 0.0.11 (2024-12-16)
|
|
139
|
+
|
|
140
|
+
Full Changelog: [v0.0.10...v0.0.11](https://github.com/plastic-labs/honcho-node/compare/v0.0.10...v0.0.11)
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* **api:** api update ([#69](https://github.com/plastic-labs/honcho-node/issues/69)) ([e935432](https://github.com/plastic-labs/honcho-node/commit/e935432f477a0db8c40f0938a7189e84095c7270))
|
|
145
|
+
* **internal:** make git install file structure match npm ([#64](https://github.com/plastic-labs/honcho-node/issues/64)) ([c2a3286](https://github.com/plastic-labs/honcho-node/commit/c2a3286747f151076c5df328b1d15a395f698ca4))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Chores
|
|
149
|
+
|
|
150
|
+
* **internal:** bump cross-spawn to v7.0.6 ([#66](https://github.com/plastic-labs/honcho-node/issues/66)) ([6abb709](https://github.com/plastic-labs/honcho-node/commit/6abb709d0c7ffac23c4c011f5923827576e68664))
|
|
151
|
+
* **internal:** remove unnecessary getRequestClient function ([#65](https://github.com/plastic-labs/honcho-node/issues/65)) ([cd1b27d](https://github.com/plastic-labs/honcho-node/commit/cd1b27d490ce16f14354a89086335a563f2df397))
|
|
152
|
+
* **internal:** update isAbsoluteURL ([#68](https://github.com/plastic-labs/honcho-node/issues/68)) ([0f35089](https://github.com/plastic-labs/honcho-node/commit/0f35089c96f38becbedfef37d51287a797d21cfe))
|
|
153
|
+
* remove redundant word in comment ([#63](https://github.com/plastic-labs/honcho-node/issues/63)) ([aa824a1](https://github.com/plastic-labs/honcho-node/commit/aa824a1e3ad5463452d4077d7473b1525bf238ce))
|
|
154
|
+
* **types:** nicer error class types + jsdocs ([#67](https://github.com/plastic-labs/honcho-node/issues/67)) ([3a5c429](https://github.com/plastic-labs/honcho-node/commit/3a5c429e2e632e07558fd077da614c5bc4fb145b))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Documentation
|
|
158
|
+
|
|
159
|
+
* remove suggestion to use `npm` call out ([#61](https://github.com/plastic-labs/honcho-node/issues/61)) ([a269625](https://github.com/plastic-labs/honcho-node/commit/a269625dda4700b9878aa2a55ab1834664c19f91))
|
|
160
|
+
|
|
161
|
+
## 0.0.10 (2024-11-15)
|
|
162
|
+
|
|
163
|
+
Full Changelog: [v0.0.9...v0.0.10](https://github.com/plastic-labs/honcho-node/compare/v0.0.9...v0.0.10)
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
* **api:** api update ([#59](https://github.com/plastic-labs/honcho-node/issues/59)) ([aeac0e4](https://github.com/plastic-labs/honcho-node/commit/aeac0e4110048c0860c984b92a2401eb34a13b8a))
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Chores
|
|
171
|
+
|
|
172
|
+
* rebuild project due to codegen change ([#56](https://github.com/plastic-labs/honcho-node/issues/56)) ([126da8f](https://github.com/plastic-labs/honcho-node/commit/126da8f6c1b627b19a7b4900ad8a84c19da6799d))
|
|
173
|
+
* rebuild project due to codegen change ([#58](https://github.com/plastic-labs/honcho-node/issues/58)) ([3e76822](https://github.com/plastic-labs/honcho-node/commit/3e768223717585f365825ced6c88bb33f7cd8ddb))
|
|
174
|
+
|
|
175
|
+
## 0.0.9 (2024-11-08)
|
|
176
|
+
|
|
177
|
+
Full Changelog: [v0.0.8...v0.0.9](https://github.com/plastic-labs/honcho-node/compare/v0.0.8...v0.0.9)
|
|
178
|
+
|
|
179
|
+
### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* **api:** swap package name back ([982e6e4](https://github.com/plastic-labs/honcho-node/commit/982e6e45c32d24ae98054b4a2ae0a65652c0a812))
|
|
182
|
+
|
|
183
|
+
## 0.0.8 (2024-11-07)
|
|
184
|
+
|
|
185
|
+
Full Changelog: [v0.1.0...v0.0.8](https://github.com/plastic-labs/honcho-node/compare/v0.1.0...v0.0.8)
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
* **api:** Add cloning feature ([#48](https://github.com/plastic-labs/honcho-node/issues/48)) ([e1c2a1a](https://github.com/plastic-labs/honcho-node/commit/e1c2a1a94e7c1123c25ce36e71ecf3fe26e15185))
|
|
190
|
+
* **api:** update via SDK Studio ([477affd](https://github.com/plastic-labs/honcho-node/commit/477affdce431e0a3cfab0a89ed82d0a4d671cea5))
|
|
191
|
+
* **api:** update via SDK Studio ([f89689e](https://github.com/plastic-labs/honcho-node/commit/f89689ebdb4911691307b94b568fb6198526c479))
|
|
192
|
+
* **api:** update via SDK Studio ([048f079](https://github.com/plastic-labs/honcho-node/commit/048f0795a97dd4cef5c38cd1c806451ef9deec34))
|
|
193
|
+
* **api:** update via SDK Studio ([751cfec](https://github.com/plastic-labs/honcho-node/commit/751cfec21f9c88b3155bda870feef0d80672749d))
|
|
194
|
+
* **api:** update via SDK Studio ([39b1bdf](https://github.com/plastic-labs/honcho-node/commit/39b1bdfc363bedc97cf525a51c5d6217456f15fe))
|
|
195
|
+
* **api:** update via SDK Studio ([a11e02e](https://github.com/plastic-labs/honcho-node/commit/a11e02ee566310082ea0aea49ba89de7cf58e27e))
|
|
196
|
+
* **api:** update via SDK Studio ([0d0f698](https://github.com/plastic-labs/honcho-node/commit/0d0f69874484513a253134924e429da30d7c1bb5))
|
|
197
|
+
* **api:** update via SDK Studio ([0e24b7a](https://github.com/plastic-labs/honcho-node/commit/0e24b7a6e9a67c894da3f5ae9061216e60e5d9b0))
|
|
198
|
+
* **api:** update via SDK Studio ([6f4ae87](https://github.com/plastic-labs/honcho-node/commit/6f4ae87cffe7a3634516a131d96827991228579d))
|
|
199
|
+
* **api:** update via SDK Studio ([1a2fb6f](https://github.com/plastic-labs/honcho-node/commit/1a2fb6fcf78cbfe14a7919c7d32816a12ab4e4f9))
|
|
200
|
+
* **api:** update via SDK Studio ([34ea231](https://github.com/plastic-labs/honcho-node/commit/34ea231a852f513b536fbf9068147f301bfe9180))
|
|
201
|
+
* **api:** update via SDK Studio ([351afe1](https://github.com/plastic-labs/honcho-node/commit/351afe16e68ddc044057358a2dcd55fbd79cb151))
|
|
202
|
+
* **api:** update via SDK Studio ([85b3685](https://github.com/plastic-labs/honcho-node/commit/85b368508e3c201197db5dd3fc45f018f8f2e512))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Chores
|
|
206
|
+
|
|
207
|
+
* **internal:** version bump ([#51](https://github.com/plastic-labs/honcho-node/issues/51)) ([ad985a4](https://github.com/plastic-labs/honcho-node/commit/ad985a422a3c44b72cd60d85c11dd824f139d0fb))
|
|
208
|
+
* rebuild project due to codegen change ([#46](https://github.com/plastic-labs/honcho-node/issues/46)) ([7ffa4fd](https://github.com/plastic-labs/honcho-node/commit/7ffa4fdc087e8d1dfdca475905c1cd081331d66e))
|
|
209
|
+
* update SDK settings ([0a7f648](https://github.com/plastic-labs/honcho-node/commit/0a7f648b3ec320898b8a8e60d6129ec4312b0d5f))
|
|
210
|
+
|
|
211
|
+
## 0.1.0 (2024-11-07)
|
|
212
|
+
|
|
213
|
+
Full Changelog: [v0.0.7...v0.1.0](https://github.com/plastic-labs/honcho-node/compare/v0.0.7...v0.1.0)
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
* **api:** Add cloning feature ([#48](https://github.com/plastic-labs/honcho-node/issues/48)) ([54d640b](https://github.com/plastic-labs/honcho-node/commit/54d640b19ca9609d80eb2061e7bb0d62eacee395))
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Chores
|
|
221
|
+
|
|
222
|
+
* rebuild project due to codegen change ([#46](https://github.com/plastic-labs/honcho-node/issues/46)) ([d4f3332](https://github.com/plastic-labs/honcho-node/commit/d4f3332230439cf63e6b4b90602c63c94f04820d))
|
|
223
|
+
|
|
224
|
+
## 0.0.7 (2024-10-21)
|
|
225
|
+
|
|
226
|
+
Full Changelog: [v0.0.6...v0.0.7](https://github.com/plastic-labs/honcho-node/compare/v0.0.6...v0.0.7)
|
|
227
|
+
|
|
228
|
+
### Features
|
|
229
|
+
|
|
230
|
+
* **api:** api update ([#40](https://github.com/plastic-labs/honcho-node/issues/40)) ([404f89c](https://github.com/plastic-labs/honcho-node/commit/404f89cd152afcdd9a482ff9487c852298ff3ab9))
|
|
231
|
+
* **api:** api update ([#42](https://github.com/plastic-labs/honcho-node/issues/42)) ([d937f2d](https://github.com/plastic-labs/honcho-node/commit/d937f2dc21350a2f04f4385fc0e42b93c2f9acc2))
|
|
232
|
+
* **api:** api update ([#43](https://github.com/plastic-labs/honcho-node/issues/43)) ([4094526](https://github.com/plastic-labs/honcho-node/commit/4094526e55badf52050a5d486d7583ca2f489753))
|
|
233
|
+
* **api:** api update ([#44](https://github.com/plastic-labs/honcho-node/issues/44)) ([f36f035](https://github.com/plastic-labs/honcho-node/commit/f36f035b23769442fc8cb9102654d6494e1119a1))
|
|
234
|
+
* **api:** update via SDK Studio ([#35](https://github.com/plastic-labs/honcho-node/issues/35)) ([0fe4e34](https://github.com/plastic-labs/honcho-node/commit/0fe4e34b9adb0c6aefb97a7f86255f17ef07a605))
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Bug Fixes
|
|
238
|
+
|
|
239
|
+
* **errors:** pass message through to APIConnectionError ([#37](https://github.com/plastic-labs/honcho-node/issues/37)) ([099c25b](https://github.com/plastic-labs/honcho-node/commit/099c25b0a9bdfde9404f2760027c868f99565e3c))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Chores
|
|
243
|
+
|
|
244
|
+
* better object fallback behaviour for casting errors ([#38](https://github.com/plastic-labs/honcho-node/issues/38)) ([3e16bc1](https://github.com/plastic-labs/honcho-node/commit/3e16bc162793c14e925f40868f85ec89bfda9c8f))
|
|
245
|
+
* **internal:** codegen related update ([#33](https://github.com/plastic-labs/honcho-node/issues/33)) ([9d50dfc](https://github.com/plastic-labs/honcho-node/commit/9d50dfc7b638295f9af0a11869fd47f4f319c4e5))
|
|
246
|
+
* **internal:** codegen related update ([#36](https://github.com/plastic-labs/honcho-node/issues/36)) ([dbade17](https://github.com/plastic-labs/honcho-node/commit/dbade177ef333f740138ff026a346a6e25bec229))
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Documentation
|
|
250
|
+
|
|
251
|
+
* update CONTRIBUTING.md ([#39](https://github.com/plastic-labs/honcho-node/issues/39)) ([0b370d5](https://github.com/plastic-labs/honcho-node/commit/0b370d587c6a73a78563f2faf807e2844fe9dc8f))
|
|
252
|
+
|
|
253
|
+
## 0.0.6 (2024-08-07)
|
|
254
|
+
|
|
255
|
+
Full Changelog: [v0.0.5...v0.0.6](https://github.com/plastic-labs/honcho-node/compare/v0.0.5...v0.0.6)
|
|
256
|
+
|
|
257
|
+
### Chores
|
|
258
|
+
|
|
259
|
+
* **internal:** codegen related update ([#30](https://github.com/plastic-labs/honcho-node/issues/30)) ([42b6a61](https://github.com/plastic-labs/honcho-node/commit/42b6a616180b26771390f681c2c3d68c8c60ac50))
|
|
260
|
+
|
|
261
|
+
## 0.0.5 (2024-08-01)
|
|
262
|
+
|
|
263
|
+
Full Changelog: [v0.0.4...v0.0.5](https://github.com/plastic-labs/honcho-node/compare/v0.0.4...v0.0.5)
|
|
264
|
+
|
|
265
|
+
### Features
|
|
266
|
+
|
|
267
|
+
* **api:** OpenAPI spec update via Stainless API ([#24](https://github.com/plastic-labs/honcho-node/issues/24)) ([f1760b0](https://github.com/plastic-labs/honcho-node/commit/f1760b014808b25acacea1dbe58d0e67e78b0709))
|
|
268
|
+
* **api:** update via SDK Studio ([#19](https://github.com/plastic-labs/honcho-node/issues/19)) ([d58ce64](https://github.com/plastic-labs/honcho-node/commit/d58ce641232a10967d41d45be9ff159f3c6f1583))
|
|
269
|
+
* **api:** update via SDK Studio ([#25](https://github.com/plastic-labs/honcho-node/issues/25)) ([d2b2c76](https://github.com/plastic-labs/honcho-node/commit/d2b2c76c4a28c3f2452492aedb240d563f33238c))
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* **compat:** remove ReadableStream polyfill redundant since node v16 ([#21](https://github.com/plastic-labs/honcho-node/issues/21)) ([697784b](https://github.com/plastic-labs/honcho-node/commit/697784bdd6d64b700cdc6ab1572a4ad130725d6b))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Chores
|
|
278
|
+
|
|
279
|
+
* **ci:** correctly tag pre-release npm packages ([#27](https://github.com/plastic-labs/honcho-node/issues/27)) ([1f718ec](https://github.com/plastic-labs/honcho-node/commit/1f718eccfe135dc2bad1f9c31a43d1014e3831be))
|
|
280
|
+
* **docs:** fix incorrect client var names ([#22](https://github.com/plastic-labs/honcho-node/issues/22)) ([b19d486](https://github.com/plastic-labs/honcho-node/commit/b19d4865708dee7c6f5ac0af9ad74487709554e7))
|
|
281
|
+
* **internal:** add constant for default timeout ([#23](https://github.com/plastic-labs/honcho-node/issues/23)) ([67519e0](https://github.com/plastic-labs/honcho-node/commit/67519e0ebfbf52350f0dcbfd4b699285d5b765ec))
|
|
282
|
+
* **internal:** codegen related update ([#16](https://github.com/plastic-labs/honcho-node/issues/16)) ([8fd8961](https://github.com/plastic-labs/honcho-node/commit/8fd89613e59d87ecd9bf6822d69dc01e17cba411))
|
|
283
|
+
* **internal:** codegen related update ([#26](https://github.com/plastic-labs/honcho-node/issues/26)) ([5f40103](https://github.com/plastic-labs/honcho-node/commit/5f40103250bd1c732e9cd0e99c8f06e41f088a08))
|
|
284
|
+
* **internal:** codegen related update ([#28](https://github.com/plastic-labs/honcho-node/issues/28)) ([a87faf6](https://github.com/plastic-labs/honcho-node/commit/a87faf690c13f796027a92a18e8759846997aa8d))
|
|
285
|
+
* **tests:** update prism version ([#18](https://github.com/plastic-labs/honcho-node/issues/18)) ([09748fe](https://github.com/plastic-labs/honcho-node/commit/09748fe2cec34eb7c7d7ed1f839212e4c65642ea))
|
|
286
|
+
|
|
287
|
+
## 0.0.4 (2024-05-23)
|
|
288
|
+
|
|
289
|
+
Full Changelog: [v0.0.3...v0.0.4](https://github.com/plastic-labs/honcho-node/compare/v0.0.3...v0.0.4)
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
* **api:** update via SDK Studio ([#13](https://github.com/plastic-labs/honcho-node/issues/13)) ([40a8a98](https://github.com/plastic-labs/honcho-node/commit/40a8a98bfca8d9603d37109c98868ddacdace65b))
|
|
294
|
+
|
|
295
|
+
## 0.0.3 (2024-05-23)
|
|
296
|
+
|
|
297
|
+
Full Changelog: [v0.0.2...v0.0.3](https://github.com/plastic-labs/honcho-node/compare/v0.0.2...v0.0.3)
|
|
298
|
+
|
|
299
|
+
### Features
|
|
300
|
+
|
|
301
|
+
* **api:** OpenAPI spec update via Stainless API ([#10](https://github.com/plastic-labs/honcho-node/issues/10)) ([b523d40](https://github.com/plastic-labs/honcho-node/commit/b523d4033e9aa50a20ba2beb3de697a6caa91ad3))
|
|
302
|
+
* **api:** update via SDK Studio ([#11](https://github.com/plastic-labs/honcho-node/issues/11)) ([5ac8ff6](https://github.com/plastic-labs/honcho-node/commit/5ac8ff630c010182ab7a69e24f57ccd0b345b270))
|
|
303
|
+
* **api:** update via SDK Studio ([#9](https://github.com/plastic-labs/honcho-node/issues/9)) ([3f05b53](https://github.com/plastic-labs/honcho-node/commit/3f05b53412e8fee6e9ac993369c14dcb6a59146d))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Chores
|
|
307
|
+
|
|
308
|
+
* **internal:** version bump ([#7](https://github.com/plastic-labs/honcho-node/issues/7)) ([917efc4](https://github.com/plastic-labs/honcho-node/commit/917efc407618b3fda49db2b0e429d461b1cca964))
|
|
309
|
+
|
|
310
|
+
## 0.0.2 (2024-05-16)
|
|
311
|
+
|
|
312
|
+
Full Changelog: [v0.0.2-alpha.1...v0.0.2](https://github.com/plastic-labs/honcho-node/compare/v0.0.2-alpha.1...v0.0.2)
|
|
313
|
+
|
|
314
|
+
### Features
|
|
315
|
+
|
|
316
|
+
* **api:** update via SDK Studio ([#4](https://github.com/plastic-labs/honcho-node/issues/4)) ([b9223aa](https://github.com/plastic-labs/honcho-node/commit/b9223aad8c83294ee36e3f4ef94bb7e2f28195a6))
|
|
317
|
+
* **api:** update via SDK Studio ([#6](https://github.com/plastic-labs/honcho-node/issues/6)) ([ed38967](https://github.com/plastic-labs/honcho-node/commit/ed3896777309256f7387c2e19471a6b81567fd9a))
|
|
318
|
+
|
|
319
|
+
## 0.0.2-alpha.1 (2024-05-09)
|
|
320
|
+
|
|
321
|
+
Full Changelog: [v0.0.1-alpha.0...v0.0.2-alpha.1](https://github.com/plastic-labs/honcho-node/compare/v0.0.1-alpha.0...v0.0.2-alpha.1)
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* **api:** OpenAPI spec update via Stainless API ([#3](https://github.com/plastic-labs/honcho-node/issues/3)) ([92d65ac](https://github.com/plastic-labs/honcho-node/commit/92d65acee1b967d4a559ab2b4a5e9372f3637b91))
|
|
326
|
+
* **api:** update via SDK Studio ([477affd](https://github.com/plastic-labs/honcho-node/commit/477affdce431e0a3cfab0a89ed82d0a4d671cea5))
|
|
327
|
+
* **api:** update via SDK Studio ([f89689e](https://github.com/plastic-labs/honcho-node/commit/f89689ebdb4911691307b94b568fb6198526c479))
|
|
328
|
+
* **api:** update via SDK Studio ([048f079](https://github.com/plastic-labs/honcho-node/commit/048f0795a97dd4cef5c38cd1c806451ef9deec34))
|
|
329
|
+
* **api:** update via SDK Studio ([751cfec](https://github.com/plastic-labs/honcho-node/commit/751cfec21f9c88b3155bda870feef0d80672749d))
|
|
330
|
+
* **api:** update via SDK Studio ([39b1bdf](https://github.com/plastic-labs/honcho-node/commit/39b1bdfc363bedc97cf525a51c5d6217456f15fe))
|
|
331
|
+
* **api:** update via SDK Studio ([a11e02e](https://github.com/plastic-labs/honcho-node/commit/a11e02ee566310082ea0aea49ba89de7cf58e27e))
|
|
332
|
+
* **api:** update via SDK Studio ([0d0f698](https://github.com/plastic-labs/honcho-node/commit/0d0f69874484513a253134924e429da30d7c1bb5))
|
|
333
|
+
* **api:** update via SDK Studio ([0e24b7a](https://github.com/plastic-labs/honcho-node/commit/0e24b7a6e9a67c894da3f5ae9061216e60e5d9b0))
|
|
334
|
+
* **api:** update via SDK Studio ([6f4ae87](https://github.com/plastic-labs/honcho-node/commit/6f4ae87cffe7a3634516a131d96827991228579d))
|
|
335
|
+
* **api:** update via SDK Studio ([1a2fb6f](https://github.com/plastic-labs/honcho-node/commit/1a2fb6fcf78cbfe14a7919c7d32816a12ab4e4f9))
|
|
336
|
+
* **api:** update via SDK Studio ([34ea231](https://github.com/plastic-labs/honcho-node/commit/34ea231a852f513b536fbf9068147f301bfe9180))
|
|
337
|
+
* **api:** update via SDK Studio ([351afe1](https://github.com/plastic-labs/honcho-node/commit/351afe16e68ddc044057358a2dcd55fbd79cb151))
|
|
338
|
+
* **api:** update via SDK Studio ([85b3685](https://github.com/plastic-labs/honcho-node/commit/85b368508e3c201197db5dd3fc45f018f8f2e512))
|
|
339
|
+
* **api:** update via SDK Studio ([#1](https://github.com/plastic-labs/honcho-node/issues/1)) ([9531c0e](https://github.com/plastic-labs/honcho-node/commit/9531c0ea806202b70bc7a96752cd6e74a05b161b))
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Chores
|
|
343
|
+
|
|
344
|
+
* update SDK settings ([0a7f648](https://github.com/plastic-labs/honcho-node/commit/0a7f648b3ec320898b8a8e60d6129ec4312b0d5f))
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2025 Honcho
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|