@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "remix",
3
3
  "description": "Remix collaboration workflows for Claude Code",
4
- "version": "0.1.19",
4
+ "version": "0.1.20",
5
5
  "author": {
6
6
  "name": "Remix"
7
7
  },
@@ -861,7 +861,7 @@ async function markPendingTurnConsultedMemory(sessionId) {
861
861
  // package.json
862
862
  var package_default = {
863
863
  name: "@remixhq/claude-plugin",
864
- version: "0.1.19",
864
+ version: "0.1.20",
865
865
  description: "Claude Code plugin for Remix collaboration workflows",
866
866
  homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
867
867
  license: "MIT",
@@ -888,10 +888,6 @@ var package_default = {
888
888
  ".": {
889
889
  types: "./dist/index.d.ts",
890
890
  import: "./dist/index.js"
891
- },
892
- "./historical": {
893
- types: "./dist/historical.d.ts",
894
- import: "./dist/historical.js"
895
891
  }
896
892
  },
897
893
  scripts: {
@@ -903,8 +899,8 @@ var package_default = {
903
899
  prepack: "npm run build"
904
900
  },
905
901
  dependencies: {
906
- "@remixhq/core": "^0.1.14",
907
- "@remixhq/mcp": "^0.1.14"
902
+ "@remixhq/core": "^0.1.15",
903
+ "@remixhq/mcp": "^0.1.15"
908
904
  },
909
905
  devDependencies: {
910
906
  "@types/node": "^25.4.0",