diffprism 1.0.0 → 1.1.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.
package/dist/bin.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-EPU4F7WT.js";
6
6
  import {
7
7
  demo
8
- } from "./chunk-CJ6LV2XV.js";
8
+ } from "./chunk-FWPE5EA6.js";
9
9
  import {
10
10
  COMMIT_GATE_DIFF_REF,
11
11
  DEFAULT_DIFF_REF,
@@ -26,7 +26,7 @@ import {
26
26
  recordError,
27
27
  startGlobalServer,
28
28
  submitReviewToServer
29
- } from "./chunk-CU2BAL6Q.js";
29
+ } from "./chunk-KRHZSUEK.js";
30
30
  import {
31
31
  getDiff
32
32
  } from "./chunk-3GMPE2ZR.js";
@@ -669,7 +669,7 @@ async function setupInteractive(flags) {
669
669
  }
670
670
  async function runDemo(dev) {
671
671
  console.log("");
672
- const { demo: demo2 } = await import("./demo-X5LWQDVU.js");
672
+ const { demo: demo2 } = await import("./demo-Z2XUXEV3.js");
673
673
  await demo2({ dev });
674
674
  }
675
675
  async function setupBatch(flags) {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ensureServer,
3
3
  submitReviewToServer
4
- } from "./chunk-CU2BAL6Q.js";
4
+ } from "./chunk-KRHZSUEK.js";
5
5
  import {
6
6
  parseDiff
7
7
  } from "./chunk-3GMPE2ZR.js";
@@ -119,7 +119,7 @@ import path3 from "path";
119
119
  var ISSUES_NEW_URL = "https://github.com/CodeJonesW/diffprism/issues/new";
120
120
  var MAX_ERROR_CHARS = 1500;
121
121
  function currentVersion() {
122
- return true ? "1.0.0" : "0.0.0-dev";
122
+ return true ? "1.1.0" : "0.0.0-dev";
123
123
  }
124
124
  function describeEnvironment() {
125
125
  return {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  demo
3
- } from "./chunk-CJ6LV2XV.js";
4
- import "./chunk-CU2BAL6Q.js";
3
+ } from "./chunk-FWPE5EA6.js";
4
+ import "./chunk-KRHZSUEK.js";
5
5
  import "./chunk-3GMPE2ZR.js";
6
6
  import "./chunk-DHCVZGHE.js";
7
7
  import "./chunk-JSBRDJBE.js";
@@ -14,7 +14,7 @@ import {
14
14
  recordError,
15
15
  submitReviewToServer,
16
16
  waitForDecision
17
- } from "./chunk-CU2BAL6Q.js";
17
+ } from "./chunk-KRHZSUEK.js";
18
18
  import {
19
19
  getDiff
20
20
  } from "./chunk-3GMPE2ZR.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diffprism",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "description": "Local-first code review tool for agent-generated code changes",
6
6
  "bin": {