New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@replit/connectors

Package Overview
Dependencies
Maintainers
22
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/connectors - npm Package Compare versions

Comparing version
0.14.0
to
0.15.0
+20
-0
CHANGELOG.md
# Changelog
## 0.15.0 (2025-12-09)
Full Changelog: [v0.14.0...v0.15.0](https://github.com/replit/connectors-ts-sdk/compare/v0.14.0...v0.15.0)
### Features
* **sdk:** release ([a3f94c6](https://github.com/replit/connectors-ts-sdk/commit/a3f94c6fb6c1621375a3441c61dd267f7f3a20f2))
### Bug Fixes
* **mcp:** correct code tool API endpoint ([b735dbf](https://github.com/replit/connectors-ts-sdk/commit/b735dbfce512b2f67f35c92a79d90c95614062ca))
* **mcp:** return correct lines on typescript errors ([cc9acef](https://github.com/replit/connectors-ts-sdk/commit/cc9acef8036bb74cb3c607ea528d98b40837a86d))
### Chores
* **internal:** codegen related update ([934ae03](https://github.com/replit/connectors-ts-sdk/commit/934ae033604be80a22dd56c3404c80853b54a8a1))
* **internal:** codegen related update ([99f5315](https://github.com/replit/connectors-ts-sdk/commit/99f5315101d66186ba3d6728d40117eb1bf366d4))
## 0.14.0 (2025-12-04)

@@ -4,0 +24,0 @@

+1
-1
{
"name": "@replit/connectors",
"version": "0.14.0",
"version": "0.15.0",
"description": "The official TypeScript library for the Replit API",

@@ -5,0 +5,0 @@ "author": "Replit <support@repl.it>",

@@ -1,1 +0,1 @@

export const VERSION = '0.14.0'; // x-release-please-version
export const VERSION = '0.15.0'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "0.14.0";
export declare const VERSION = "0.15.0";
//# sourceMappingURL=version.d.mts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "0.14.0";
export declare const VERSION = "0.15.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.14.0'; // x-release-please-version
exports.VERSION = '0.15.0'; // x-release-please-version
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export const VERSION = '0.14.0'; // x-release-please-version
export const VERSION = '0.15.0'; // x-release-please-version
//# sourceMappingURL=version.mjs.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display