@usepipr/runtime 0.1.0 → 0.1.1

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.
@@ -1,2 +1,2 @@
1
- import { c as PublicationError, n as runActionCommandWithDependencies } from "../commands-CUdKCUFa.mjs";
1
+ import { c as PublicationError, n as runActionCommandWithDependencies } from "../commands-IpujGy56.mjs";
2
2
  export { PublicationError, runActionCommandWithDependencies };
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-CUdKCUFa.mjs";
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-IpujGy56.mjs";
2
2
  export { PublicationError, listOfficialInitRecipes, runActionCommand, runDryRunCommand, runInitCommand, runInspectCommand, runLocalReviewCommand, runValidateCommand, supportedOfficialInitAdapters, supportedOfficialInitRecipes };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usepipr/runtime",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Runtime package for pipr pull request review automation",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -43,6 +43,9 @@
43
43
  "build": "tsdown src/index.ts src/e2e/action-fixture.ts src/e2e/pi-contract.ts src/pi/runtime-tools-extension.ts --dts --format esm --out-dir dist",
44
44
  "typecheck": "tsc --noEmit",
45
45
  "test": "bun test --timeout 60000",
46
+ "test:config-init": "bun test --timeout 60000 src/config/tests/init.test.ts",
47
+ "test:config-loader": "bun test --timeout 60000 src/config/tests/config.test.ts",
48
+ "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",
46
49
  "lint": "biome check src",
47
50
  "format:check": "biome check src",
48
51
  "prepack": "bun run build",
@@ -50,7 +53,7 @@
50
53
  },
51
54
  "dependencies": {
52
55
  "@octokit/rest": "22.0.1",
53
- "@usepipr/sdk": "0.1.0",
56
+ "@usepipr/sdk": "0.1.1",
54
57
  "@types/bun": "1.3.14",
55
58
  "@types/node": "25.9.3",
56
59
  "lodash-es": "4.18.1",