@replit/connectors 0.14.0 → 0.16.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 +28 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +74 -233
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +74 -233
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +96 -453
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.16.0 (2025-12-16)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.15.0...v0.16.0](https://github.com/replit/connectors-ts-sdk/compare/v0.15.0...v0.16.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **sdk:** release ([6132e6c](https://github.com/replit/connectors-ts-sdk/commit/6132e6cbb04823bb7934bfbc87061f0ac4e9e451))
|
|
10
|
+
|
|
11
|
+
## 0.15.0 (2025-12-09)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.14.0...v0.15.0](https://github.com/replit/connectors-ts-sdk/compare/v0.14.0...v0.15.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **sdk:** release ([a3f94c6](https://github.com/replit/connectors-ts-sdk/commit/a3f94c6fb6c1621375a3441c61dd267f7f3a20f2))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **mcp:** correct code tool API endpoint ([b735dbf](https://github.com/replit/connectors-ts-sdk/commit/b735dbfce512b2f67f35c92a79d90c95614062ca))
|
|
23
|
+
* **mcp:** return correct lines on typescript errors ([cc9acef](https://github.com/replit/connectors-ts-sdk/commit/cc9acef8036bb74cb3c607ea528d98b40837a86d))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Chores
|
|
27
|
+
|
|
28
|
+
* **internal:** codegen related update ([934ae03](https://github.com/replit/connectors-ts-sdk/commit/934ae033604be80a22dd56c3404c80853b54a8a1))
|
|
29
|
+
* **internal:** codegen related update ([99f5315](https://github.com/replit/connectors-ts-sdk/commit/99f5315101d66186ba3d6728d40117eb1bf366d4))
|
|
30
|
+
|
|
3
31
|
## 0.14.0 (2025-12-04)
|
|
4
32
|
|
|
5
33
|
Full Changelog: [v0.13.1...v0.14.0](https://github.com/replit/connectors-ts-sdk/compare/v0.13.1...v0.14.0)
|