prolog-trace-viz 1.0.1 → 1.0.2

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.
@@ -1,11 +1,11 @@
1
1
  export declare const BUILD_INFO: {
2
- readonly version: "1.0.1";
2
+ readonly version: "1.0.2";
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-14T13:39:10.553Z";
8
- readonly gitCommit: "c595a18";
7
+ readonly buildTimestamp: "2025-12-14T13:46:31.386Z";
8
+ readonly gitCommit: "342e7e2";
9
9
  readonly gitBranch: "main";
10
10
  readonly nodeVersion: "v22.17.0";
11
11
  readonly platform: "darwin";
@@ -1 +1 @@
1
- {"version":3,"file":"build-info.d.ts","sourceRoot":"","sources":["../src/build-info.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;CAYb,CAAC;AAEX,eAAO,MAAM,gBAAgB,QAS5B,CAAC"}
1
+ {"version":3,"file":"build-info.d.ts","sourceRoot":"","sources":["../src/build-info.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;CAYb,CAAC;AAEX,eAAO,MAAM,gBAAgB,QAQ5B,CAAC"}
@@ -1,21 +1,20 @@
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.1",
4
+ "version": "1.0.2",
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-14T13:39:10.553Z",
10
- "gitCommit": "c595a18",
9
+ "buildTimestamp": "2025-12-14T13:46:31.386Z",
10
+ "gitCommit": "342e7e2",
11
11
  "gitBranch": "main",
12
12
  "nodeVersion": "v22.17.0",
13
13
  "platform": "darwin",
14
14
  "arch": "arm64"
15
15
  };
16
- export const COPYRIGHT_NOTICE = `
17
- Prolog Trace Visualiser (ptv) v${BUILD_INFO.version}
18
- Copyright (c) 2024 Johnny Jarecsni <johnny.jarecsni@icloud.com>
16
+ export const COPYRIGHT_NOTICE = `Prolog Trace Visualiser (ptv) v${BUILD_INFO.version}
17
+ Copyright (c) 2025 Johnny Jarecsni <johnny.jarecsni@icloud.com>
19
18
 
20
19
  Licensed under the MIT License.
21
20
  Built on ${BUILD_INFO.buildTimestamp} from commit ${BUILD_INFO.gitCommit} (${BUILD_INFO.gitBranch})
@@ -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,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"}
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
@@ -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.1";
22
+ readonly version: "1.0.2";
23
23
  readonly name: "prolog-trace-viz";
24
24
  readonly description: "Generate enhanced visual trace diagrams for Prolog query execution";
25
25
  readonly author: "Johnny Jarecsni <johnny.jarecsni@icloud.com>";
26
26
  readonly license: "MIT";
27
- readonly buildTimestamp: "2025-12-14T13:39:10.553Z";
28
- readonly gitCommit: "c595a18";
27
+ readonly buildTimestamp: "2025-12-14T13:46:31.386Z";
28
+ readonly gitCommit: "342e7e2";
29
29
  readonly gitBranch: "main";
30
30
  readonly nodeVersion: "v22.17.0";
31
31
  readonly platform: "darwin";
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prolog-trace-viz",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Generate enhanced visual trace diagrams for Prolog query execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,9 +47,8 @@ const tsContent = `// This file is auto-generated during build
47
47
 
48
48
  export const BUILD_INFO = ${JSON.stringify(buildInfo, null, 2)} as const;
49
49
 
50
- export const COPYRIGHT_NOTICE = \`
51
- Prolog Trace Visualiser (ptv) v\${BUILD_INFO.version}
52
- Copyright (c) 2024 Johnny Jarecsni <johnny.jarecsni@icloud.com>
50
+ export const COPYRIGHT_NOTICE = \`Prolog Trace Visualiser (ptv) v\${BUILD_INFO.version}
51
+ Copyright (c) 2025 Johnny Jarecsni <johnny.jarecsni@icloud.com>
53
52
 
54
53
  Licensed under the MIT License.
55
54
  Built on \${BUILD_INFO.buildTimestamp} from commit \${BUILD_INFO.gitCommit} (\${BUILD_INFO.gitBranch})