@remixhq/claude-plugin 0.1.30 → 0.1.31
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/.claude-plugin/plugin.json +1 -1
- package/dist/hook-post-collab.cjs +3 -3
- package/dist/hook-post-collab.cjs.map +1 -1
- package/dist/hook-stop-collab.cjs +3 -3
- package/dist/hook-stop-collab.cjs.map +1 -1
- package/dist/hook-user-prompt.cjs +3 -3
- package/dist/hook-user-prompt.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.cjs +3 -3
- package/dist/mcp-server.cjs.map +1 -1
- package/package.json +3 -3
|
@@ -10642,7 +10642,7 @@ async function clearPendingTurnState(sessionId) {
|
|
|
10642
10642
|
// package.json
|
|
10643
10643
|
var package_default = {
|
|
10644
10644
|
name: "@remixhq/claude-plugin",
|
|
10645
|
-
version: "0.1.
|
|
10645
|
+
version: "0.1.31",
|
|
10646
10646
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
10647
10647
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
10648
10648
|
license: "MIT",
|
|
@@ -10680,8 +10680,8 @@ var package_default = {
|
|
|
10680
10680
|
prepack: "npm run build"
|
|
10681
10681
|
},
|
|
10682
10682
|
dependencies: {
|
|
10683
|
-
"@remixhq/core": "^0.1.
|
|
10684
|
-
"@remixhq/mcp": "^0.1.
|
|
10683
|
+
"@remixhq/core": "^0.1.24",
|
|
10684
|
+
"@remixhq/mcp": "^0.1.24",
|
|
10685
10685
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
10686
10686
|
zod: "^3.25.76"
|
|
10687
10687
|
},
|