@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.
- package/dist/cardigantime.cjs +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/cardigantime.cjs
CHANGED
|
@@ -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
|
|
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
|
|
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';
|