@turquoisehealth/pit-viper 2.179.0 → 2.179.1-dev.0

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 (76) hide show
  1. package/claude-plugin/.claude-plugin/plugin.json +5 -0
  2. package/claude-plugin/CLAUDE.md +286 -0
  3. package/claude-plugin/README.md +119 -0
  4. package/claude-plugin/examples/.gitkeep +0 -0
  5. package/claude-plugin/skills/audit/SKILL.md +125 -0
  6. package/claude-plugin/skills/create/SKILL.md +389 -0
  7. package/claude-plugin/skills/resolve/SKILL.md +142 -0
  8. package/package.json +5 -2
  9. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  10. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-action-bar-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-ai-button-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-avatar-group-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-avatar-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-banner-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-card-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-checkbox-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-company-label-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  25. package/pv-components/dist/stats/web/pv-date-picker-stats.html +1 -1
  26. package/pv-components/dist/stats/web/pv-date-time-stats.html +1 -1
  27. package/pv-components/dist/stats/web/pv-distribution-bar-stats.html +1 -1
  28. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  29. package/pv-components/dist/stats/web/pv-dropdown-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-icon-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-input-stats.html +1 -1
  34. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  35. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  36. package/pv-components/dist/stats/web/pv-modal-stats.html +1 -1
  37. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  38. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  39. package/pv-components/dist/stats/web/pv-pill-stats.html +1 -1
  40. package/pv-components/dist/stats/web/pv-popover-menu-stats.html +1 -1
  41. package/pv-components/dist/stats/web/pv-popover-stats.html +1 -1
  42. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  43. package/pv-components/dist/stats/web/pv-progress-bar-stats.html +1 -1
  44. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  45. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  46. package/pv-components/dist/stats/web/pv-rating-stats.html +1 -1
  47. package/pv-components/dist/stats/web/pv-release-badge-stats.html +1 -1
  48. package/pv-components/dist/stats/web/pv-search-input-stats.html +1 -1
  49. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  50. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  51. package/pv-components/dist/stats/web/pv-selectable-card-stats.html +1 -1
  52. package/pv-components/dist/stats/web/pv-side-panel-stats.html +1 -1
  53. package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
  54. package/pv-components/dist/stats/web/pv-spinner-stats.html +1 -1
  55. package/pv-components/dist/stats/web/pv-sprite-stats.html +1 -1
  56. package/pv-components/dist/stats/web/pv-suggestion-tag-stats.html +1 -1
  57. package/pv-components/dist/stats/web/pv-switch-stats.html +1 -1
  58. package/pv-components/dist/stats/web/pv-tab-list-stats.html +1 -1
  59. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  60. package/pv-components/dist/stats/web/pv-tag-stats.html +1 -1
  61. package/pv-components/dist/stats/web/pv-text-area-stats.html +1 -1
  62. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  63. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
  64. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  65. package/pv-components/dist/stats/web/pv-tooltip-stats.html +1 -1
  66. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  67. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  68. package/pv-components/dist/stats/web/pv-widget-stats.html +1 -1
  69. package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -491
  70. package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
  71. package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121834
  72. package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
  73. package/pv-components/dist/vue/tables/pv-components-tables.d.ts +0 -299
  74. package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
  75. package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47028
  76. package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.