@usepipr/cli 0.3.1 → 0.3.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 (2) hide show
  1. package/dist/main.mjs +1 -1
  2. package/package.json +3 -3
package/dist/main.mjs CHANGED
@@ -8,7 +8,7 @@ import os from "node:os";
8
8
  import path from "node:path";
9
9
  import { createHash } from "node:crypto";
10
10
  //#region package.json
11
- var version = "0.3.1";
11
+ var version = "0.3.2";
12
12
  //#endregion
13
13
  //#region src/skill-catalog.ts
14
14
  const bundledSkillName = "pipr-setup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usepipr/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Command line interface for pipr pull request review automation",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@actions/core": "3.0.1",
36
- "@usepipr/runtime": "0.3.1",
37
- "@usepipr/sdk": "0.3.1",
36
+ "@usepipr/runtime": "0.3.2",
37
+ "@usepipr/sdk": "0.3.2",
38
38
  "commander": "15.0.0"
39
39
  }
40
40
  }