prolog-trace-viz 1.0.0 → 1.0.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 +5 -5
- package/dist/build-info.js.map +1 -1
- package/dist/cli.d.ts +4 -4
- package/package.json +2 -2
- package/scripts/generate-build-info.js +1 -1
package/dist/build-info.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const BUILD_INFO: {
|
|
2
|
-
readonly version: "1.0.
|
|
2
|
+
readonly version: "1.0.1";
|
|
3
3
|
readonly name: "prolog-trace-viz";
|
|
4
4
|
readonly description: "Generate enhanced visual trace diagrams for Prolog query execution";
|
|
5
|
-
readonly author: "Johnny Jarecsni <johnny@
|
|
5
|
+
readonly author: "Johnny Jarecsni <johnny.jarecsni@icloud.com>";
|
|
6
6
|
readonly license: "MIT";
|
|
7
|
-
readonly buildTimestamp: "2025-12-
|
|
8
|
-
readonly gitCommit: "
|
|
7
|
+
readonly buildTimestamp: "2025-12-14T13:39:10.553Z";
|
|
8
|
+
readonly gitCommit: "c595a18";
|
|
9
9
|
readonly gitBranch: "main";
|
|
10
10
|
readonly nodeVersion: "v22.17.0";
|
|
11
11
|
readonly platform: "darwin";
|
package/dist/build-info.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"name": "prolog-trace-viz",
|
|
6
6
|
"description": "Generate enhanced visual trace diagrams for Prolog query execution",
|
|
7
|
-
"author": "Johnny Jarecsni <johnny@
|
|
7
|
+
"author": "Johnny Jarecsni <johnny.jarecsni@icloud.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
|
-
"buildTimestamp": "2025-12-
|
|
10
|
-
"gitCommit": "
|
|
9
|
+
"buildTimestamp": "2025-12-14T13:39:10.553Z",
|
|
10
|
+
"gitCommit": "c595a18",
|
|
11
11
|
"gitBranch": "main",
|
|
12
12
|
"nodeVersion": "v22.17.0",
|
|
13
13
|
"platform": "darwin",
|
|
@@ -15,7 +15,7 @@ export const BUILD_INFO = {
|
|
|
15
15
|
};
|
|
16
16
|
export const COPYRIGHT_NOTICE = `
|
|
17
17
|
Prolog Trace Visualiser (ptv) v${BUILD_INFO.version}
|
|
18
|
-
Copyright (c) 2024 Johnny Jarecsni <johnny@
|
|
18
|
+
Copyright (c) 2024 Johnny Jarecsni <johnny.jarecsni@icloud.com>
|
|
19
19
|
|
|
20
20
|
Licensed under the MIT License.
|
|
21
21
|
Built on ${BUILD_INFO.buildTimestamp} from commit ${BUILD_INFO.gitCommit} (${BUILD_INFO.gitBranch})
|
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,
|
|
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;iCACC,UAAU,CAAC,OAAO;;;;WAIxC,UAAU,CAAC,cAAc,gBAAgB,UAAU,CAAC,SAAS,KAAK,UAAU,CAAC,SAAS;;;;CAIhG,CAAC"}
|
package/dist/cli.d.ts
CHANGED
|
@@ -19,13 +19,13 @@ export declare function getHelpText(): string;
|
|
|
19
19
|
export declare function getVersion(): string;
|
|
20
20
|
export declare function getCopyright(): string;
|
|
21
21
|
export declare function getBuildInfo(): {
|
|
22
|
-
readonly version: "1.0.
|
|
22
|
+
readonly version: "1.0.1";
|
|
23
23
|
readonly name: "prolog-trace-viz";
|
|
24
24
|
readonly description: "Generate enhanced visual trace diagrams for Prolog query execution";
|
|
25
|
-
readonly author: "Johnny Jarecsni <johnny@
|
|
25
|
+
readonly author: "Johnny Jarecsni <johnny.jarecsni@icloud.com>";
|
|
26
26
|
readonly license: "MIT";
|
|
27
|
-
readonly buildTimestamp: "2025-12-
|
|
28
|
-
readonly gitCommit: "
|
|
27
|
+
readonly buildTimestamp: "2025-12-14T13:39:10.553Z";
|
|
28
|
+
readonly gitCommit: "c595a18";
|
|
29
29
|
readonly gitBranch: "main";
|
|
30
30
|
readonly nodeVersion: "v22.17.0";
|
|
31
31
|
readonly platform: "darwin";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prolog-trace-viz",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Generate enhanced visual trace diagrams for Prolog query execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"flowchart",
|
|
34
34
|
"cli-tool"
|
|
35
35
|
],
|
|
36
|
-
"author": "Johnny Jarecsni <johnny@
|
|
36
|
+
"author": "Johnny Jarecsni <johnny.jarecsni@icloud.com>",
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
@@ -49,7 +49,7 @@ export const BUILD_INFO = ${JSON.stringify(buildInfo, null, 2)} as const;
|
|
|
49
49
|
|
|
50
50
|
export const COPYRIGHT_NOTICE = \`
|
|
51
51
|
Prolog Trace Visualiser (ptv) v\${BUILD_INFO.version}
|
|
52
|
-
Copyright (c) 2024 Johnny Jarecsni <johnny@
|
|
52
|
+
Copyright (c) 2024 Johnny Jarecsni <johnny.jarecsni@icloud.com>
|
|
53
53
|
|
|
54
54
|
Licensed under the MIT License.
|
|
55
55
|
Built on \${BUILD_INFO.buildTimestamp} from commit \${BUILD_INFO.gitCommit} (\${BUILD_INFO.gitBranch})
|