@coldtea/pr-lens-cli 0.5.0 → 0.6.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.
@@ -1 +1 @@
1
- {"version":3,"file":"skill-content.generated.js","sourceRoot":"","sources":["../src/skill-content.generated.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,MAAM,CAAC,MAAM,YAAY,GAAG,guhBAAguhB,CAAC;AAC7vhB,MAAM,CAAC,MAAM,gBAAgB,GAAG,+oHAA+oH,CAAC;AAChrH,MAAM,CAAC,MAAM,wBAAwB,GAAG,80bAA80b,CAAC;AACv3b,MAAM,CAAC,MAAM,sBAAsB,GAAG,8pnBAA8pnB,CAAC;AACrsnB,MAAM,CAAC,MAAM,0BAA0B,GAAG,87zCAA87zC,CAAC"}
1
+ {"version":3,"file":"skill-content.generated.js","sourceRoot":"","sources":["../src/skill-content.generated.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,MAAM,CAAC,MAAM,YAAY,GAAG,06oBAA06oB,CAAC;AACv8oB,MAAM,CAAC,MAAM,gBAAgB,GAAG,+oHAA+oH,CAAC;AAChrH,MAAM,CAAC,MAAM,wBAAwB,GAAG,m3fAAm3f,CAAC;AAC55f,MAAM,CAAC,MAAM,sBAAsB,GAAG,8pnBAA8pnB,CAAC;AACrsnB,MAAM,CAAC,MAAM,0BAA0B,GAAG,09pDAA09pD,CAAC"}
package/dist/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /** Recorded on every document this CLI produces, as the generator's version. */
2
- export declare const CLI_VERSION = "0.5.0";
2
+ export declare const CLI_VERSION = "0.6.0";
3
3
  export declare const GENERATOR_NAME = "pr-lens-cli";
4
4
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /** Recorded on every document this CLI produces, as the generator's version. */
2
- export const CLI_VERSION = "0.5.0";
2
+ export const CLI_VERSION = "0.6.0";
3
3
  export const GENERATOR_NAME = "pr-lens-cli";
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coldtea/pr-lens-cli",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "The PR Lens command line: turn a pull request diff into a schema-valid graph with your own model key, render it, and compose the comment.",
5
5
  "license": "MIT",
6
6
  "author": "Coldtea AI",
@@ -40,8 +40,8 @@
40
40
  "dependencies": {
41
41
  "yaml": "^2.8.1",
42
42
  "zod": "^4.4.3",
43
- "@coldtea/pr-lens-renderer": "^0.2.3",
44
- "@coldtea/pr-lens-schema": "^0.2.1"
43
+ "@coldtea/pr-lens-renderer": "^0.2.5",
44
+ "@coldtea/pr-lens-schema": "^0.3.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.19.0",