@usepipr/runtime 0.3.1 → 0.3.3

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.
package/dist/index.d.mts CHANGED
@@ -21,7 +21,7 @@ type OfficialInitRecipe = {
21
21
  };
22
22
  //#endregion
23
23
  //#region src/config/recipes.d.ts
24
- declare const supportedOfficialInitRecipes: readonly ["default-review", "bug-hunter", "security-sast", "quality-gate", "diff-diagnostics", "pr-hygiene", "dependency-risk", "ci-triage-command", "multi-agent-review", "plugin-tool-review", "pr-briefing", "interactive-ask", "changelog-draft"];
24
+ declare const supportedOfficialInitRecipes: readonly ["default-review", "bug-hunter", "rich-review", "fix-suggestions", "security-sast", "quality-gate", "diff-diagnostics", "pr-hygiene", "dependency-risk", "ci-triage-command", "multi-agent-review", "plugin-tool-review", "pr-briefing", "interactive-ask", "changelog-draft"];
25
25
  type OfficialInitRecipeId = (typeof supportedOfficialInitRecipes)[number];
26
26
  declare function listOfficialInitRecipes(): OfficialInitRecipe[];
27
27
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/config/recipes/types.ts","../src/config/recipes.ts"],"mappings":";;;KAAY,sBAAA;EACV,YAAA;EACA,QAAQ;AAAA;AAAA,KAGE,mCAAA;EACV,GAAA;EACA,MAAM;AAAA;AAAA,KAGI,kBAAA;EACV,EAAA;EACA,KAAA;EACA,WAAA;EACA,WAAA;EACA,QAAA;EACA,KAAA,YAAiB,sBAAA;EACjB,kBAAA,YAA8B,mCAAmC;EACjE,cAAA;AAAA;;;cCCW,4BAAA;AAAA,KAgBD,oBAAA,WAA+B,4BAA4B;AAAA,iBAmBvD,uBAAA,IAA2B,kBAAkB"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/config/recipes/types.ts","../src/config/recipes.ts"],"mappings":";;;KAAY,sBAAA;EACV,YAAA;EACA,QAAQ;AAAA;AAAA,KAGE,mCAAA;EACV,GAAA;EACA,MAAM;AAAA;AAAA,KAGI,kBAAA;EACV,EAAA;EACA,KAAA;EACA,WAAA;EACA,WAAA;EACA,QAAA;EACA,KAAA,YAAiB,sBAAA;EACjB,kBAAA,YAA8B,mCAAmC;EACjE,cAAA;AAAA;;;cCGW,4BAAA;AAAA,KAkBD,oBAAA,WAA+B,4BAA4B;AAAA,iBAqBvD,uBAAA,IAA2B,kBAAkB"}
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { a as runInspectCommand, c as PublicationError, d as listOfficialInitRecipes, f as supportedOfficialInitRecipes, i as runInitCommand, o as runLocalReviewCommand, r as runDryRunCommand, s as runValidateCommand, t as runActionCommand, u as supportedOfficialInitAdapters } from "./commands-BNxl37V6.mjs";
1
+ import { a as runInspectCommand, c as PublicationError, d as listOfficialInitRecipes, f as supportedOfficialInitRecipes, i as runInitCommand, o as runLocalReviewCommand, r as runDryRunCommand, s as runValidateCommand, t as runActionCommand, u as supportedOfficialInitAdapters } from "./commands-C1sVsbEj.mjs";
2
2
  export { PublicationError, listOfficialInitRecipes, runActionCommand, runDryRunCommand, runInitCommand, runInspectCommand, runLocalReviewCommand, runValidateCommand, supportedOfficialInitAdapters, supportedOfficialInitRecipes };
@@ -1,2 +1,2 @@
1
- import { g as piThinkingLevels, h as piRequiredCliFlags, l as isPublishableSuggestedFixSelection, m as piReadOnlyToolNames, n as runActionCommandWithDependencies, p as piBuiltinToolNames } from "../commands-BNxl37V6.mjs";
1
+ import { g as piThinkingLevels, h as piRequiredCliFlags, l as isPublishableSuggestedFixSelection, m as piReadOnlyToolNames, n as runActionCommandWithDependencies, p as piBuiltinToolNames } from "../commands-C1sVsbEj.mjs";
2
2
  export { isPublishableSuggestedFixSelection, piBuiltinToolNames, piReadOnlyToolNames, piRequiredCliFlags, piThinkingLevels, runActionCommandWithDependencies };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usepipr/runtime",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Runtime package for pipr pull request review automation",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@octokit/rest": "22.0.1",
52
52
  "@types/bun": "1.3.14",
53
- "@usepipr/sdk": "0.3.1",
53
+ "@usepipr/sdk": "0.3.3",
54
54
  "lodash-es": "4.18.1",
55
55
  "picomatch": "4.0.5",
56
56
  "typescript": "6.0.3",