@remixhq/claude-plugin 0.1.29 → 0.1.30
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 +1 -1
- package/dist/hook-post-collab.cjs.map +1 -1
- package/dist/hook-stop-collab.cjs +1 -1
- package/dist/hook-stop-collab.cjs.map +1 -1
- package/dist/hook-user-prompt.cjs +1 -1
- package/dist/hook-user-prompt.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/dist/mcp-server.cjs.map +1 -1
- package/package.json +1 -1
|
@@ -10696,7 +10696,7 @@ async function createPendingTurnState(params) {
|
|
|
10696
10696
|
// package.json
|
|
10697
10697
|
var package_default = {
|
|
10698
10698
|
name: "@remixhq/claude-plugin",
|
|
10699
|
-
version: "0.1.
|
|
10699
|
+
version: "0.1.30",
|
|
10700
10700
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
10701
10701
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
10702
10702
|
license: "MIT",
|