Sign In

@neeter/react

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neeter/react - npm Package Compare versions

Comparing version
0.17.3
to
0.17.4
+1
-1
dist/MessageList.js

@@ -33,3 +33,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";

const cpId = checkpoints[userMsgIndex++];
return (_jsxs("div", { className: "group", children: [cpId && (_jsx(RollbackButton, { checkpointId: cpId, isFirstCheckpoint: cpId === checkpoints[0], onFilesRewound: onFilesRewound })), _jsx("div", { className: "flex justify-end", children: _jsx(TextMessage, { role: "user", content: msg.content }) })] }, msg.id));
return (_jsxs("div", { className: "group", children: [cpId && (_jsx(RollbackButton, { checkpointId: cpId, isFirstCheckpoint: cpId === checkpoints[0], onFilesRewound: onFilesRewound })), _jsx(TextMessage, { role: "user", content: msg.content })] }, msg.id));
}

@@ -36,0 +36,0 @@ if (msg.content || msg.thinking) {

{
"name": "@neeter/react",
"version": "0.17.3",
"version": "0.17.4",
"description": "React components and hooks for building chat UIs on top of the Claude Agent SDK",

@@ -29,3 +29,3 @@ "license": "MIT",

"tailwind-merge": "^3.5.0",
"@neeter/types": "0.17.3"
"@neeter/types": "0.17.4"
},

@@ -32,0 +32,0 @@ "peerDependencies": {