@usepipr/runtime 0.2.0 → 0.2.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.
- package/README.md +42 -0
- package/dist/{commands-Zzy2vNDo.d.mts → commands-4n3t4t5P.d.mts} +2 -18
- package/dist/commands-4n3t4t5P.d.mts.map +1 -0
- package/dist/{commands-BajlHf13.mjs → commands-DpcTKXqz.mjs} +202 -44
- package/dist/commands-DpcTKXqz.mjs.map +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal/testing.d.mts +1 -1
- package/dist/internal/testing.mjs +1 -1
- package/package.json +8 -8
- package/dist/commands-BajlHf13.mjs.map +0 -1
- package/dist/commands-Zzy2vNDo.d.mts.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as PlatformInfo, D as ChangeRequestRef, E as ChangeRequestEventContext, F as supportedOfficialInitAdapters, M as RepositoryRef, N as RuntimeSettings, O as DiffManifest, P as OfficialInitAdapter, S as ActionLogSink, T as PublicationResult, a as runInspectCommand, c as ActionCommandOptions, d as DryRunCommandResult, f as InitCommandOptions, g as RuntimeCommandOptions, h as LocalReviewCommandResult, i as runInitCommand, j as ProviderConfig, k as PiprConfig, l as ActionCommandResult, m as LocalReviewCommandOptions, o as runLocalReviewCommand, p as InspectCommandResult, r as runDryRunCommand, s as runValidateCommand, t as runActionCommand, u as DryRunCommandOptions, w as PublicationError, x as ActionLogRecord } from "./commands-
|
|
1
|
+
import { A as PlatformInfo, D as ChangeRequestRef, E as ChangeRequestEventContext, F as supportedOfficialInitAdapters, M as RepositoryRef, N as RuntimeSettings, O as DiffManifest, P as OfficialInitAdapter, S as ActionLogSink, T as PublicationResult, a as runInspectCommand, c as ActionCommandOptions, d as DryRunCommandResult, f as InitCommandOptions, g as RuntimeCommandOptions, h as LocalReviewCommandResult, i as runInitCommand, j as ProviderConfig, k as PiprConfig, l as ActionCommandResult, m as LocalReviewCommandOptions, o as runLocalReviewCommand, p as InspectCommandResult, r as runDryRunCommand, s as runValidateCommand, t as runActionCommand, u as DryRunCommandOptions, w as PublicationError, x as ActionLogRecord } from "./commands-4n3t4t5P.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/config/recipes/types.d.ts
|
|
4
4
|
type OfficialInitRecipeFile = {
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as runInspectCommand, c as PublicationError, d as supportedOfficialInitRecipes, i as runInitCommand, l as supportedOfficialInitAdapters, o as runLocalReviewCommand, r as runDryRunCommand, s as runValidateCommand, t as runActionCommand, u as listOfficialInitRecipes } from "./commands-
|
|
1
|
+
import { a as runInspectCommand, c as PublicationError, d as supportedOfficialInitRecipes, i as runInitCommand, l as supportedOfficialInitAdapters, o as runLocalReviewCommand, r as runDryRunCommand, s as runValidateCommand, t as runActionCommand, u as listOfficialInitRecipes } from "./commands-DpcTKXqz.mjs";
|
|
2
2
|
export { PublicationError, listOfficialInitRecipes, runActionCommand, runDryRunCommand, runInitCommand, runInspectCommand, runLocalReviewCommand, runValidateCommand, supportedOfficialInitAdapters, supportedOfficialInitRecipes };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as GitHubPublicationClient, _ as piBuiltinToolNames, b as piThinkingLevels, l as ActionCommandResult, n as runActionCommandWithDependencies, v as piReadOnlyToolNames, w as PublicationError, y as piRequiredCliFlags } from "../commands-
|
|
1
|
+
import { C as GitHubPublicationClient, _ as piBuiltinToolNames, b as piThinkingLevels, l as ActionCommandResult, n as runActionCommandWithDependencies, v as piReadOnlyToolNames, w as PublicationError, y as piRequiredCliFlags } from "../commands-4n3t4t5P.mjs";
|
|
2
2
|
export { type ActionCommandResult, type GitHubPublicationClient, PublicationError, piBuiltinToolNames, piReadOnlyToolNames, piRequiredCliFlags, piThinkingLevels, runActionCommandWithDependencies };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as PublicationError, f as piBuiltinToolNames, h as piThinkingLevels, m as piRequiredCliFlags, n as runActionCommandWithDependencies, p as piReadOnlyToolNames } from "../commands-
|
|
1
|
+
import { c as PublicationError, f as piBuiltinToolNames, h as piThinkingLevels, m as piRequiredCliFlags, n as runActionCommandWithDependencies, p as piReadOnlyToolNames } from "../commands-DpcTKXqz.mjs";
|
|
2
2
|
export { PublicationError, piBuiltinToolNames, piReadOnlyToolNames, piRequiredCliFlags, piThinkingLevels, runActionCommandWithDependencies };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usepipr/runtime",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Runtime package for pipr pull request review automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,25 +40,25 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit",
|
|
41
41
|
"test": "bun test --timeout 60000",
|
|
42
42
|
"test:config-init": "bun test --timeout 60000 src/config/tests/init.test.ts",
|
|
43
|
-
"test:config-loader": "bun test --timeout 60000 src/config/tests/config.test.ts",
|
|
44
|
-
"test:core": "bun test --timeout 60000 src/action/tests src/commands/tests src/diff/tests src/hosts/tests src/hosts/github/tests src/pi/tests src/review/tests src/tests",
|
|
45
|
-
"lint": "biome
|
|
46
|
-
"format:check": "biome
|
|
43
|
+
"test:config-loader": "bun test --timeout 60000 src/config/tests/config.test.ts src/config/tests/sdk-module.test.ts src/config/tests/ts-loader.test.ts",
|
|
44
|
+
"test:core": "bun test --timeout 60000 src/action/tests src/commands/tests src/diff/tests src/hosts/tests src/hosts/github/tests src/pi/tests src/review/tests src/shared/tests src/tests",
|
|
45
|
+
"lint": "biome lint src",
|
|
46
|
+
"format:check": "biome format src",
|
|
47
47
|
"prepack": "bun run build",
|
|
48
48
|
"check": "bun run lint && bun run typecheck && bun run test"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@octokit/rest": "22.0.1",
|
|
52
52
|
"@types/bun": "1.3.14",
|
|
53
|
-
"@usepipr/sdk": "0.2.
|
|
53
|
+
"@usepipr/sdk": "0.2.2",
|
|
54
54
|
"lodash-es": "4.18.1",
|
|
55
|
-
"picomatch": "4.0.
|
|
55
|
+
"picomatch": "4.0.5",
|
|
56
56
|
"typescript": "6.0.3",
|
|
57
57
|
"zod": "4.4.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/lodash-es": "4.17.12",
|
|
61
|
-
"@types/node": "
|
|
61
|
+
"@types/node": "26.1.0",
|
|
62
62
|
"@types/picomatch": "4.0.3"
|
|
63
63
|
}
|
|
64
64
|
}
|