@quantiya/codevibe-claude-plugin 2.0.24 → 2.0.25

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.
Files changed (27) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/dist/server.js +7 -7
  3. package/node_modules/@quantiya/codevibe-core/dist/e1/__tests__/prompt-publication.test.d.ts +1 -0
  4. package/node_modules/@quantiya/codevibe-core/dist/e1/index.d.ts +1 -0
  5. package/node_modules/@quantiya/codevibe-core/dist/e1/prompt-publication.d.ts +14 -0
  6. package/node_modules/@quantiya/codevibe-core/dist/index.d.ts +1 -1
  7. package/node_modules/@quantiya/codevibe-core/dist/index.js +249 -249
  8. package/node_modules/@quantiya/codevibe-core/package.json +1 -1
  9. package/node_modules/fs-ext/build/Makefile +347 -0
  10. package/node_modules/fs-ext/build/Release/.deps/Release/fs_ext.node.d +1 -0
  11. package/node_modules/fs-ext/build/Release/.deps/Release/obj.target/fs_ext/fs-ext.o.d +165 -0
  12. package/node_modules/fs-ext/build/Release/fs_ext.node +0 -0
  13. package/node_modules/fs-ext/build/Release/obj.target/fs_ext/fs-ext.o +0 -0
  14. package/node_modules/fs-ext/build/binding.Makefile +6 -0
  15. package/node_modules/fs-ext/build/config.gypi +503 -0
  16. package/node_modules/fs-ext/build/fs_ext.target.mk +183 -0
  17. package/node_modules/fs-ext/build/gyp-mac-tool +768 -0
  18. package/package.json +2 -2
  19. package/node_modules/@iarna/toml/CHANGELOG.md +0 -278
  20. package/node_modules/color-convert/CHANGELOG.md +0 -54
  21. package/node_modules/cross-spawn/node_modules/which/CHANGELOG.md +0 -166
  22. package/node_modules/deep-extend/CHANGELOG.md +0 -46
  23. package/node_modules/es-toolkit/CHANGELOG.md +0 -1018
  24. package/node_modules/es-toolkit/src/compat/_internal/Equals.d.ts +0 -1
  25. package/node_modules/es-toolkit/src/compat/_internal/IsWritable.d.ts +0 -3
  26. package/node_modules/es-toolkit/src/compat/_internal/MutableList.d.ts +0 -4
  27. package/node_modules/es-toolkit/src/compat/_internal/RejectReadonly.d.ts +0 -4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevibe-claude",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "description": "Sync Claude Code sessions with iOS mobile app via AWS backend. Control Claude Code from your phone with real-time bidirectional synchronization.",
5
5
  "author": {
6
6
  "name": "CodeVibe Team"