prolog-trace-viz 2.1.0 → 2.1.1
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/build-info.d.ts +4 -4
- package/dist/build-info.js +4 -4
- package/dist/build-info.js.map +1 -1
- package/dist/cli.d.ts +4 -4
- package/package.json +1 -1
package/dist/build-info.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const BUILD_INFO: {
|
|
2
|
-
readonly version: "2.
|
|
2
|
+
readonly version: "2.1.1";
|
|
3
3
|
readonly name: "prolog-trace-viz";
|
|
4
4
|
readonly description: "Generate enhanced visual trace diagrams for Prolog query execution";
|
|
5
5
|
readonly author: "Johnny Jarecsni <johnny.jarecsni@icloud.com>";
|
|
6
6
|
readonly license: "MIT";
|
|
7
|
-
readonly buildTimestamp: "2025-12-
|
|
8
|
-
readonly gitCommit: "
|
|
9
|
-
readonly gitBranch: "
|
|
7
|
+
readonly buildTimestamp: "2025-12-23T08:30:34.157Z";
|
|
8
|
+
readonly gitCommit: "11fee8b";
|
|
9
|
+
readonly gitBranch: "main";
|
|
10
10
|
readonly nodeVersion: "v22.17.0";
|
|
11
11
|
readonly platform: "darwin";
|
|
12
12
|
readonly arch: "arm64";
|
package/dist/build-info.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// This file is auto-generated during build
|
|
2
2
|
// Do not edit manually - regenerated on each build
|
|
3
3
|
export const BUILD_INFO = {
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"name": "prolog-trace-viz",
|
|
6
6
|
"description": "Generate enhanced visual trace diagrams for Prolog query execution",
|
|
7
7
|
"author": "Johnny Jarecsni <johnny.jarecsni@icloud.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
|
-
"buildTimestamp": "2025-12-
|
|
10
|
-
"gitCommit": "
|
|
11
|
-
"gitBranch": "
|
|
9
|
+
"buildTimestamp": "2025-12-23T08:30:34.157Z",
|
|
10
|
+
"gitCommit": "11fee8b",
|
|
11
|
+
"gitBranch": "main",
|
|
12
12
|
"nodeVersion": "v22.17.0",
|
|
13
13
|
"platform": "darwin",
|
|
14
14
|
"arch": "arm64"
|
package/dist/build-info.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-info.js","sourceRoot":"","sources":["../src/build-info.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,mDAAmD;AAEnD,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,SAAS,EAAE,OAAO;IAClB,MAAM,EAAE,kBAAkB;IAC1B,aAAa,EAAE,oEAAoE;IACnF,QAAQ,EAAE,8CAA8C;IACxD,SAAS,EAAE,KAAK;IAChB,gBAAgB,EAAE,0BAA0B;IAC5C,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"build-info.js","sourceRoot":"","sources":["../src/build-info.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,mDAAmD;AAEnD,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,SAAS,EAAE,OAAO;IAClB,MAAM,EAAE,kBAAkB;IAC1B,aAAa,EAAE,oEAAoE;IACnF,QAAQ,EAAE,8CAA8C;IACxD,SAAS,EAAE,KAAK;IAChB,gBAAgB,EAAE,0BAA0B;IAC5C,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,MAAM;IACnB,aAAa,EAAE,UAAU;IACzB,UAAU,EAAE,QAAQ;IACpB,MAAM,EAAE,OAAO;CACP,CAAC;AAEX,MAAM,CAAC,MAAM,gBAAgB,GAAG,kCAAkC,UAAU,CAAC,OAAO;;;;WAIzE,UAAU,CAAC,cAAc,gBAAgB,UAAU,CAAC,SAAS,KAAK,UAAU,CAAC,SAAS;;;;CAIhG,CAAC"}
|
package/dist/cli.d.ts
CHANGED
|
@@ -17,14 +17,14 @@ export declare function getHelpText(): string;
|
|
|
17
17
|
export declare function getVersion(): string;
|
|
18
18
|
export declare function getCopyright(): string;
|
|
19
19
|
export declare function getBuildInfo(): {
|
|
20
|
-
readonly version: "2.
|
|
20
|
+
readonly version: "2.1.1";
|
|
21
21
|
readonly name: "prolog-trace-viz";
|
|
22
22
|
readonly description: "Generate enhanced visual trace diagrams for Prolog query execution";
|
|
23
23
|
readonly author: "Johnny Jarecsni <johnny.jarecsni@icloud.com>";
|
|
24
24
|
readonly license: "MIT";
|
|
25
|
-
readonly buildTimestamp: "2025-12-
|
|
26
|
-
readonly gitCommit: "
|
|
27
|
-
readonly gitBranch: "
|
|
25
|
+
readonly buildTimestamp: "2025-12-23T08:30:34.157Z";
|
|
26
|
+
readonly gitCommit: "11fee8b";
|
|
27
|
+
readonly gitBranch: "main";
|
|
28
28
|
readonly nodeVersion: "v22.17.0";
|
|
29
29
|
readonly platform: "darwin";
|
|
30
30
|
readonly arch: "arm64";
|