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 +3 -3
- package/dist/{chunk-XGQRRG2H.js → chunk-4PXCENR6.js} +1 -1
- package/dist/{chunk-USOWTWJD.js → chunk-UWIDAULW.js} +2 -2
- package/dist/{demo-M3O63OIX.js → demo-WOT5AZBP.js} +2 -2
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
- package/ui-dist/assets/{index-BO_zXV8j.js → index-DPjdYQ0h.js} +12 -12
- package/ui-dist/index.html +1 -1
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-
|
|
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-
|
|
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-
|
|
722
|
+
const { demo: demo2 } = await import("./demo-WOT5AZBP.js");
|
|
723
723
|
await demo2({ dev });
|
|
724
724
|
}
|
|
725
725
|
async function setupBatch(flags) {
|
|
@@ -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 ?
|
|
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.
|
|
125
|
+
return true ? "1.3.3" : "0.0.0-dev";
|
|
126
126
|
}
|
|
127
127
|
function describeEnvironment() {
|
|
128
128
|
return {
|
package/dist/mcp-server.js
CHANGED