tnp-core 21.0.27 → 21.0.28
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/browser/fesm2022/tnp-core-browser.mjs +1 -1
- package/browser/fesm2022/tnp-core-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/tnp-core-browser.d.ts +1 -1
- package/cli.backend.d.ts +1 -0
- package/cli.backend.js +2 -2
- package/lib/build-info._auto-generated_.d.ts +5 -1
- package/lib/build-info._auto-generated_.js +6 -2
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/index._auto-generated_.d.ts +1 -0
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/lib/utils.d.ts +3 -3
- package/lib/utils.js +2 -2
- package/lib/utils.js.map +1 -1
- package/migrations/migrations_index._auto-generated_.d.ts +1 -0
- package/package.json +1 -1
- package/websql/fesm2022/tnp-core-websql.mjs +1 -1
- package/websql/fesm2022/tnp-core-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/tnp-core-websql.d.ts +1 -1
- package/lib/command-exists.d.ts +0 -2
- package/lib/command-exists.js +0 -116
- package/lib/command-exists.js.map +0 -1
- package/lib/env.backend.d.ts +0 -34
- package/lib/env.backend.js +0 -40
- package/lib/env.backend.js.map +0 -1
- package/lib/env.browser.d.ts +0 -34
- package/lib/required.d.ts +0 -44
- package/lib/required.js +0 -76
- package/lib/required.js.map +0 -1
- package/tmp-environment.json +0 -33
|
@@ -6701,7 +6701,7 @@ var UtilsProcessLogger;
|
|
|
6701
6701
|
//#endregion
|
|
6702
6702
|
//#region utils process / constants
|
|
6703
6703
|
const dummyFilename = 'file.log';
|
|
6704
|
-
UtilsProcessLogger.baseDirTaonProcessLogs = crossPlatformPath([
|
|
6704
|
+
UtilsProcessLogger.baseDirTaonProcessLogs = () => crossPlatformPath([
|
|
6705
6705
|
UtilsOs.getRealHomeDir(),
|
|
6706
6706
|
'.taon',
|
|
6707
6707
|
'log-files-for',
|