@remixhq/claude-plugin 0.1.19 → 0.1.20
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 -7
- package/dist/hook-post-collab.cjs.map +1 -1
- package/dist/hook-stop-collab.cjs +30 -36
- package/dist/hook-stop-collab.cjs.map +1 -1
- package/dist/hook-user-prompt.cjs +3 -7
- package/dist/hook-user-prompt.cjs.map +1 -1
- package/dist/index.js +3 -7
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.cjs +3 -7
- package/dist/mcp-server.cjs.map +1 -1
- package/package.json +3 -7
- package/dist/historical.d.ts +0 -31
- package/dist/historical.js +0 -443
- package/dist/historical.js.map +0 -1
|
@@ -7824,7 +7824,7 @@ async function createPendingTurnState(params) {
|
|
|
7824
7824
|
// package.json
|
|
7825
7825
|
var package_default = {
|
|
7826
7826
|
name: "@remixhq/claude-plugin",
|
|
7827
|
-
version: "0.1.
|
|
7827
|
+
version: "0.1.20",
|
|
7828
7828
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
7829
7829
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
7830
7830
|
license: "MIT",
|
|
@@ -7851,10 +7851,6 @@ var package_default = {
|
|
|
7851
7851
|
".": {
|
|
7852
7852
|
types: "./dist/index.d.ts",
|
|
7853
7853
|
import: "./dist/index.js"
|
|
7854
|
-
},
|
|
7855
|
-
"./historical": {
|
|
7856
|
-
types: "./dist/historical.d.ts",
|
|
7857
|
-
import: "./dist/historical.js"
|
|
7858
7854
|
}
|
|
7859
7855
|
},
|
|
7860
7856
|
scripts: {
|
|
@@ -7866,8 +7862,8 @@ var package_default = {
|
|
|
7866
7862
|
prepack: "npm run build"
|
|
7867
7863
|
},
|
|
7868
7864
|
dependencies: {
|
|
7869
|
-
"@remixhq/core": "^0.1.
|
|
7870
|
-
"@remixhq/mcp": "^0.1.
|
|
7865
|
+
"@remixhq/core": "^0.1.15",
|
|
7866
|
+
"@remixhq/mcp": "^0.1.15"
|
|
7871
7867
|
},
|
|
7872
7868
|
devDependencies: {
|
|
7873
7869
|
"@types/node": "^25.4.0",
|