@remixhq/claude-plugin 0.1.10 → 0.1.11
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.
|
@@ -582,7 +582,7 @@ var REMIX_ERROR_CODES = {
|
|
|
582
582
|
PREFERRED_BRANCH_MISMATCH: "PREFERRED_BRANCH_MISMATCH"
|
|
583
583
|
};
|
|
584
584
|
|
|
585
|
-
// node_modules/@remixhq/core/dist/chunk-
|
|
585
|
+
// node_modules/@remixhq/core/dist/chunk-RREREIGW.js
|
|
586
586
|
var import_promises13 = __toESM(require("fs/promises"), 1);
|
|
587
587
|
var import_crypto = require("crypto");
|
|
588
588
|
var import_os = __toESM(require("os"), 1);
|
|
@@ -7363,7 +7363,7 @@ var {
|
|
|
7363
7363
|
getCancelSignal: getCancelSignal2
|
|
7364
7364
|
} = getIpcExport();
|
|
7365
7365
|
|
|
7366
|
-
// node_modules/@remixhq/core/dist/chunk-
|
|
7366
|
+
// node_modules/@remixhq/core/dist/chunk-RREREIGW.js
|
|
7367
7367
|
async function runGit(args, cwd) {
|
|
7368
7368
|
const res = await execa("git", args, { cwd, stderr: "ignore" });
|
|
7369
7369
|
return String(res.stdout || "").trim();
|
|
@@ -33404,7 +33404,7 @@ async function clearPendingTurnState(sessionId) {
|
|
|
33404
33404
|
// package.json
|
|
33405
33405
|
var package_default = {
|
|
33406
33406
|
name: "@remixhq/claude-plugin",
|
|
33407
|
-
version: "0.1.
|
|
33407
|
+
version: "0.1.11",
|
|
33408
33408
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
33409
33409
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
33410
33410
|
license: "MIT",
|
|
@@ -33435,8 +33435,8 @@ var package_default = {
|
|
|
33435
33435
|
prepack: "npm run build"
|
|
33436
33436
|
},
|
|
33437
33437
|
dependencies: {
|
|
33438
|
-
"@remixhq/core": "^0.1.
|
|
33439
|
-
"@remixhq/mcp": "^0.1.
|
|
33438
|
+
"@remixhq/core": "^0.1.8",
|
|
33439
|
+
"@remixhq/mcp": "^0.1.8"
|
|
33440
33440
|
},
|
|
33441
33441
|
devDependencies: {
|
|
33442
33442
|
"@types/node": "^25.4.0",
|