@peter.naydenov/cuts 2.1.0 → 2.1.2

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 (46) hide show
  1. package/.claude/settings.local.json +10 -0
  2. package/Changelog.md +17 -0
  3. package/dist/cuts.cjs +1 -1
  4. package/dist/cuts.esm.mjs +1 -1
  5. package/dist/cuts.umd.js +1 -1
  6. package/graphify-out/.graphify_labels.json +56 -0
  7. package/graphify-out/.graphify_root +1 -0
  8. package/graphify-out/GRAPH_REPORT.md +116 -247
  9. package/graphify-out/cache/ast/v0.8.39/043be2e32281a59e2bacb95418b95816b558a290aa581434b22666fb9a6a3a6c.json +1 -0
  10. package/graphify-out/cache/ast/v0.8.39/151934b5e716a5f1d14f4954ebca16c64f767c94ea65182896565a0a845a99d8.json +1 -0
  11. package/graphify-out/cache/ast/v0.8.39/2b64175ef58c779348b9f3b1bc212093f30455a8c3b30e90ec66bc0c83893a17.json +1 -0
  12. package/graphify-out/cache/ast/v0.8.39/93e3201ab0f7055efb1bd85240bdae46fcc21d36089825bafeb9ba97e082b25d.json +1 -0
  13. package/graphify-out/cache/ast/v0.8.39/a54f836214535c9d3ff5d4ba866f261748789984734e148a99dff099f0977cd4.json +1 -0
  14. package/graphify-out/cache/ast/v0.8.39/ac32180db1477eed72583ce9d06051d06eb0336e02b1894789b5a039392b7255.json +1 -0
  15. package/graphify-out/cache/ast/v0.8.39/b3a576733a49496a7d162b3a08710f6ca29fd2678532e9406755046f6250acb9.json +1 -0
  16. package/graphify-out/cache/ast/v0.8.39/c2b57052ba235afaf3195c026546eabbe2ab6274aa24bc3e4481f92904fe6a9d.json +1 -0
  17. package/graphify-out/cache/stat-index.json +1 -0
  18. package/graphify-out/graph.html +69 -28
  19. package/graphify-out/graph.json +4052 -1782
  20. package/graphify-out/manifest.json +300 -50
  21. package/package.json +10 -10
  22. package/src/main.js +8 -3
  23. package/src/methods/hide.js +16 -16
  24. package/src/methods/listShortcuts.js +1 -1
  25. package/src/methods/show.js +14 -5
  26. package/test/02-cuts.test.js +169 -0
  27. package/types/findInstructions.d.ts +1 -1
  28. package/types/findInstructions.d.ts.map +1 -1
  29. package/types/main.d.ts +76 -12
  30. package/types/main.d.ts.map +1 -1
  31. package/types/methods/hide.d.ts +1 -1
  32. package/types/methods/hide.d.ts.map +1 -1
  33. package/types/methods/jump.d.ts +1 -1
  34. package/types/methods/jump.d.ts.map +1 -1
  35. package/types/methods/jumpBack.d.ts +2 -2
  36. package/types/methods/jumpBack.d.ts.map +1 -1
  37. package/types/methods/jumpsReset.d.ts +1 -1
  38. package/types/methods/jumpsReset.d.ts.map +1 -1
  39. package/types/methods/listShortcuts.d.ts +1 -1
  40. package/types/methods/listShortcuts.d.ts.map +1 -1
  41. package/types/methods/setScenes.d.ts +11 -17
  42. package/types/methods/setScenes.d.ts.map +1 -1
  43. package/types/methods/show.d.ts +2 -2
  44. package/types/methods/show.d.ts.map +1 -1
  45. package/types/setInstruction.d.ts +1 -1
  46. package/types/setInstruction.d.ts.map +1 -1
@@ -0,0 +1 @@
1
+ {"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_readme_md", "label": "README.md", "file_type": "document", "source_file": "README.md", "source_location": "L1"}, {"id": "git_cuts_readme_cuts_peter_naydenov_cuts", "label": "Cuts (@peter.naydenov/cuts)", "file_type": "document", "source_file": "README.md", "source_location": "L5"}, {"id": "git_cuts_readme_description", "label": "Description", "file_type": "document", "source_file": "README.md", "source_location": "L14"}, {"id": "git_cuts_readme_why_cuts", "label": "Why Cuts?", "file_type": "document", "source_file": "README.md", "source_location": "L21"}, {"id": "git_cuts_readme_installation", "label": "Installation", "file_type": "document", "source_file": "README.md", "source_location": "L32"}, {"id": "git_cuts_readme_usage", "label": "Usage", "file_type": "document", "source_file": "README.md", "source_location": "L40"}, {"id": "git_cuts_readme_configuration", "label": "Configuration", "file_type": "document", "source_file": "README.md", "source_location": "L57"}, {"id": "git_cuts_readme_screen_cuts_methods_overview", "label": "Screen Cuts Methods Overview", "file_type": "document", "source_file": "README.md", "source_location": "L65"}, {"id": "git_cuts_readme_scene", "label": "Scene", "file_type": "document", "source_file": "README.md", "source_location": "L86"}, {"id": "git_cuts_readme_aftershow_and_beforehide", "label": "AfterShow and BeforeHide", "file_type": "document", "source_file": "README.md", "source_location": "L107"}, {"id": "git_cuts_readme_jump_jumpback_and_jumpsreset_methods", "label": "Jump, JumpBack and JumpsReset methods", "file_type": "document", "source_file": "README.md", "source_location": "L114"}, {"id": "git_cuts_readme_plugin_configuration", "label": "Plugin Configuration", "file_type": "document", "source_file": "README.md", "source_location": "L135"}, {"id": "git_cuts_readme_events", "label": "Events", "file_type": "document", "source_file": "README.md", "source_location": "L166"}, {"id": "git_cuts_readme_app_error", "label": "`@app-error`", "file_type": "document", "source_file": "README.md", "source_location": "L170"}, {"id": "git_cuts_readme_loglevel_default_1", "label": "`logLevel` (default: `1`)", "file_type": "document", "source_file": "README.md", "source_location": "L194"}, {"id": "git_cuts_readme_custom_events_via_emit", "label": "Custom events via `emit`", "file_type": "document", "source_file": "README.md", "source_location": "L211"}, {"id": "git_cuts_readme_emitting_from_inside_a_handler", "label": "Emitting from inside a handler", "file_type": "document", "source_file": "README.md", "source_location": "L253"}, {"id": "git_cuts_readme_links", "label": "Links", "file_type": "document", "source_file": "README.md", "source_location": "L310"}, {"id": "git_cuts_readme_credits", "label": "Credits", "file_type": "document", "source_file": "README.md", "source_location": "L317"}, {"id": "git_cuts_readme_license", "label": "License", "file_type": "document", "source_file": "README.md", "source_location": "L322"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_readme_md", "target": "git_cuts_readme_cuts_peter_naydenov_cuts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L5", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_description", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L14", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_why_cuts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L21", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_installation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L32", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_usage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L40", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_configuration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L57", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_screen_cuts_methods_overview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L65", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_scene", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L86", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_aftershow_and_beforehide", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L107", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_jump_jumpback_and_jumpsreset_methods", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L114", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_plugin_configuration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L135", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L166", "weight": 1.0}, {"source": "git_cuts_readme_events", "target": "git_cuts_readme_app_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L170", "weight": 1.0}, {"source": "git_cuts_readme_app_error", "target": "git_cuts_readme_loglevel_default_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L194", "weight": 1.0}, {"source": "git_cuts_readme_events", "target": "git_cuts_readme_custom_events_via_emit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L211", "weight": 1.0}, {"source": "git_cuts_readme_custom_events_via_emit", "target": "git_cuts_readme_emitting_from_inside_a_handler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L253", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_links", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L310", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_credits", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L317", "weight": 1.0}, {"source": "git_cuts_readme_cuts_peter_naydenov_cuts", "target": "git_cuts_readme_license", "relation": "contains", "confidence": "EXTRACTED", "source_file": "README.md", "source_location": "L322", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}
@@ -0,0 +1 @@
1
+ {"/Users/peternaydenov/Open-source/git-cuts/package.json":{"size":1458,"mtime_ns":1783542735914545688,"hash":"ac32180db1477eed72583ce9d06051d06eb0336e02b1894789b5a039392b7255"},"/Users/peternaydenov/Open-source/git-cuts/test-e2e/package.json":{"size":338,"mtime_ns":1775747107516117253,"hash":"a54f836214535c9d3ff5d4ba866f261748789984734e148a99dff099f0977cd4"},"/Users/peternaydenov/Open-source/git-cuts/test-results/.last-run.json":{"size":45,"mtime_ns":1775749625601232462,"hash":"2b64175ef58c779348b9f3b1bc212093f30455a8c3b30e90ec66bc0c83893a17"},"/Users/peternaydenov/Open-source/git-cuts/tsconfig.json":{"size":426,"mtime_ns":1774331190650289824,"hash":"93e3201ab0f7055efb1bd85240bdae46fcc21d36089825bafeb9ba97e082b25d"},"/Users/peternaydenov/Open-source/git-cuts/AGENTS.md":{"size":475,"mtime_ns":1780688618897266455,"hash":"043be2e32281a59e2bacb95418b95816b558a290aa581434b22666fb9a6a3a6c"},"/Users/peternaydenov/Open-source/git-cuts/Changelog.md":{"size":5465,"mtime_ns":1783542720799595890,"hash":"151934b5e716a5f1d14f4954ebca16c64f767c94ea65182896565a0a845a99d8"},"/Users/peternaydenov/Open-source/git-cuts/Migration.guide.md":{"size":2501,"mtime_ns":1762682470181397593,"hash":"b3a576733a49496a7d162b3a08710f6ca29fd2678532e9406755046f6250acb9"},"/Users/peternaydenov/Open-source/git-cuts/README.md":{"size":13145,"mtime_ns":1780838155307295281,"hash":"c2b57052ba235afaf3195c026546eabbe2ab6274aa24bc3e4481f92904fe6a9d"}}