@utilarium/cardigantime 0.0.26-dev.0 → 0.0.26

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.
@@ -198,7 +198,7 @@ function _define_property$2(obj, key, value) {
198
198
  return retCommand;
199
199
  };
200
200
 
201
- /** Version string populated at build time with git and system information */ const VERSION = '0.0.26-dev.0 (working/7f90b30 2026-01-31 11:42:20 -0800) linux x64 v24.13.0';
201
+ /** Version string populated at build time with git and system information */ const VERSION = '0.0.26 (HEAD/c569743 T:v0.0.26 2026-01-31 16:14:15 -0800) linux x64 v24.13.0';
202
202
  /** The program name used in CLI help and error messages */ const PROGRAM_NAME = 'cardigantime';
203
203
  /** Default file encoding for reading configuration files */ const DEFAULT_ENCODING = 'utf8';
204
204
  /** Default configuration file name to look for in the config directory */ const DEFAULT_CONFIG_FILE = 'config.yaml';
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- /** Version string populated at build time with git and system information */ const VERSION = '0.0.26-dev.0 (working/7f90b30 2026-01-31 11:42:20 -0800) linux x64 v24.13.0';
1
+ /** Version string populated at build time with git and system information */ const VERSION = '0.0.26 (HEAD/c569743 T:v0.0.26 2026-01-31 16:14:15 -0800) linux x64 v24.13.0';
2
2
  /** The program name used in CLI help and error messages */ const PROGRAM_NAME = 'cardigantime';
3
3
  /** Default file encoding for reading configuration files */ const DEFAULT_ENCODING = 'utf8';
4
4
  /** Default configuration file name to look for in the config directory */ const DEFAULT_CONFIG_FILE = 'config.yaml';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utilarium/cardigantime",
3
- "version": "0.0.26-dev.0",
3
+ "version": "0.0.26",
4
4
  "description": "cardigantime is a tool to help you time your cardigans.",
5
5
  "type": "module",
6
6
  "main": "./dist/cardigantime.cjs",