@luutuankiet/gsd-reader 0.2.5 → 0.2.6

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.
Files changed (2) hide show
  1. package/cli.cjs +4 -0
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -24,6 +24,10 @@ const zlib = require('zlib');
24
24
  const tar = require('tar');
25
25
  const readline = require('readline');
26
26
 
27
+ // Get version from package.json
28
+ const pkg = require('./package.json');
29
+ console.log(`[GSD-Lite Reader] v${pkg.version}`);
30
+
27
31
  // =============================================================================
28
32
  // Argument Parsing
29
33
  // =============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luutuankiet/gsd-reader",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Interactive Worklog Reader for GSD-Lite WORK.md files with live reload",
5
5
  "keywords": [
6
6
  "gsd-lite",