diffprism 1.3.2 → 1.3.3

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-XGQRRG2H.js";
8
+ } from "./chunk-4PXCENR6.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-USOWTWJD.js";
29
+ } from "./chunk-UWIDAULW.js";
30
30
  import {
31
31
  getDiff
32
32
  } from "./chunk-3GMPE2ZR.js";
@@ -719,7 +719,7 @@ async function setupInteractive(flags) {
719
719
  }
720
720
  async function runDemo(dev) {
721
721
  console.log("");
722
- const { demo: demo2 } = await import("./demo-M3O63OIX.js");
722
+ const { demo: demo2 } = await import("./demo-WOT5AZBP.js");
723
723
  await demo2({ dev });
724
724
  }
725
725
  async function setupBatch(flags) {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ensureServer,
3
3
  submitReviewToServer
4
- } from "./chunk-USOWTWJD.js";
4
+ } from "./chunk-UWIDAULW.js";
5
5
  import {
6
6
  parseDiff
7
7
  } from "./chunk-3GMPE2ZR.js";
@@ -84,7 +84,7 @@ import fs2 from "fs";
84
84
  import path2 from "path";
85
85
  import { fileURLToPath } from "url";
86
86
  function builtAt() {
87
- return true ? 1789610217504 : null;
87
+ return true ? 1789610984376 : null;
88
88
  }
89
89
  function getBuildInfo() {
90
90
  let dir = path2.dirname(fileURLToPath(import.meta.url));
@@ -122,7 +122,7 @@ import path3 from "path";
122
122
  var ISSUES_NEW_URL = "https://github.com/CodeJonesW/diffprism/issues/new";
123
123
  var MAX_ERROR_CHARS = 1500;
124
124
  function currentVersion() {
125
- return true ? "1.3.2" : "0.0.0-dev";
125
+ return true ? "1.3.3" : "0.0.0-dev";
126
126
  }
127
127
  function describeEnvironment() {
128
128
  return {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  demo
3
- } from "./chunk-XGQRRG2H.js";
4
- import "./chunk-USOWTWJD.js";
3
+ } from "./chunk-4PXCENR6.js";
4
+ import "./chunk-UWIDAULW.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-USOWTWJD.js";
17
+ } from "./chunk-UWIDAULW.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.3.2",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
5
  "description": "Local-first code review tool for agent-generated code changes",
6
6
  "bin": {