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-
|
|
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-
|
|
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-
|
|
672
|
+
const { demo: demo2 } = await import("./demo-Z2XUXEV3.js");
|
|
673
673
|
await demo2({ dev });
|
|
674
674
|
}
|
|
675
675
|
async function setupBatch(flags) {
|
|
@@ -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.
|
|
122
|
+
return true ? "1.1.0" : "0.0.0-dev";
|
|
123
123
|
}
|
|
124
124
|
function describeEnvironment() {
|
|
125
125
|
return {
|
package/dist/mcp-server.js
CHANGED