tnp-core 21.0.100 → 21.0.102
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 +7 -2
- package/browser/fesm2022/tnp-core-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/tnp-core-browser.d.ts +6 -1
- package/browser-prod/fesm2022/tnp-core-browser-prod.mjs +7 -2
- package/browser-prod/fesm2022/tnp-core-browser-prod.mjs.map +1 -1
- package/browser-prod/package.json +1 -1
- package/browser-prod/types/tnp-core-browser-prod.d.ts +6 -1
- package/cli.backend.js +2 -2
- package/lib/build-info._auto-generated_.d.ts +1 -3
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/constants.d.ts +5 -0
- package/lib/constants.js +6 -1
- package/lib/constants.js.map +1 -1
- package/lib/global-task-manager.js +1 -1
- package/lib/global-task-manager.js.map +1 -1
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/lib/package.json +1 -1
- package/lib-prod/build-info._auto-generated_.d.ts +1 -1
- package/lib-prod/build-info._auto-generated_.js +1 -3
- package/lib-prod/build-info._auto-generated_.js.map +1 -1
- package/lib-prod/constants.d.ts +5 -0
- package/lib-prod/constants.js +5 -0
- package/lib-prod/constants.js.map +1 -1
- package/lib-prod/global-task-manager.js +2 -2
- package/lib-prod/global-task-manager.js.map +1 -1
- package/lib-prod/node-chalk-mock.d.ts +1 -1
- package/lib-prod/node-chalk-mock.js +1 -1
- package/lib-prod/node-path-mock.d.ts +1 -1
- package/lib-prod/node-path-mock.js +1 -1
- package/lib-prod/package.json +1 -1
- package/package.json +1 -1
- package/src.js +20 -0
- package/websql/fesm2022/tnp-core-websql.mjs +7 -2
- package/websql/fesm2022/tnp-core-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/tnp-core-websql.d.ts +6 -1
- package/websql-prod/fesm2022/tnp-core-websql-prod.mjs +7 -2
- package/websql-prod/fesm2022/tnp-core-websql-prod.mjs.map +1 -1
- package/websql-prod/package.json +1 -1
- package/websql-prod/types/tnp-core-websql-prod.d.ts +6 -1
|
@@ -2102,6 +2102,11 @@ const notAllowedProjectNames = [
|
|
|
2102
2102
|
...backendNodejsOnlyFiles,
|
|
2103
2103
|
];
|
|
2104
2104
|
const encoding = 'utf8';
|
|
2105
|
+
/**
|
|
2106
|
+
* If building from parent -> output proper name of parent project in errors
|
|
2107
|
+
* output when building multiple projects
|
|
2108
|
+
*/
|
|
2109
|
+
const taonActionFromParent = 'taon-action-from-parent';
|
|
2105
2110
|
|
|
2106
2111
|
//#region imports
|
|
2107
2112
|
//#endregion
|
|
@@ -11287,7 +11292,7 @@ class GlobalTaskManagerClass {
|
|
|
11287
11292
|
if (!task)
|
|
11288
11293
|
return;
|
|
11289
11294
|
task.finishedAt = Date.now();
|
|
11290
|
-
Helpers.
|
|
11295
|
+
Helpers.info(`
|
|
11291
11296
|
|
|
11292
11297
|
[${dateformat(new Date(task.finishedAt))}]
|
|
11293
11298
|
Process done: ${name}
|
|
@@ -11466,5 +11471,5 @@ class TaonStripeCloudflareWorker {
|
|
|
11466
11471
|
* Generated bundle index. Do not edit.
|
|
11467
11472
|
*/
|
|
11468
11473
|
|
|
11469
|
-
export { $, BaselineSiteJoinprefix, CLI, CoreConfig, CoreModels, FilePathMetaData, FilesNames, GlobalLibTypeName, GlobalStorage, GlobalTaskManager, GlobalTaskManagerClass, Helpers, LibTypeArr, LibTypeEnum, PREFIXES, PROGRESS_DATA, REGEX_REGION, TAGS, TaonStripeCloudflareKey, TaonStripeCloudflareWorker, Utils, UtilsCliClassMethod, UtilsDotFile, UtilsEtcHosts, UtilsExecProc, UtilsFilesFolders, UtilsFilesFoldersSync, UtilsJson, UtilsMessages, UtilsMigrations, UtilsNetwork, UtilsOs, UtilsProcess, UtilsProcessLogger, UtilsString, UtilsStringRegex, UtilsSudo, UtilsTerminal, UtilsYaml, _, appRelatedFiles, areTrustedForPatchUpdate, backendNodejsOnlyFiles, backendWebsqlNodejsFiles, baseTaonDevProjectsNames, chalk, child_process, chokidar, config, crossPlatformPath, dateformat, dockerTemplates, dotTaonFolder, dotTnpFolder, encoding, extAllowedToExportAndReplaceTSJSCodeFiles, extAllowedToReplace, extForSassLikeFiles, extForStyles, extTemplatesFiles, fg, fileName, filesNotAllowedToClean, fkill, folderName, frameworkName, frameworkNameBe, frontEndOnly, frontendFiles, fse, glob, http, https, isElevated, load, mkdirp, ncp, net, notAllowedNames, notAllowedProjectNames, notNeededForExportFiles, os, path, ps, psList, requireDefault, requiredForDev, rimraf, spawn, taonContainers, taonPackageName, taonProjects, tempFoldersName, tnpPackageName, urlRepoTaon, urlRepoTaonContainers, win32Path };
|
|
11474
|
+
export { $, BaselineSiteJoinprefix, CLI, CoreConfig, CoreModels, FilePathMetaData, FilesNames, GlobalLibTypeName, GlobalStorage, GlobalTaskManager, GlobalTaskManagerClass, Helpers, LibTypeArr, LibTypeEnum, PREFIXES, PROGRESS_DATA, REGEX_REGION, TAGS, TaonStripeCloudflareKey, TaonStripeCloudflareWorker, Utils, UtilsCliClassMethod, UtilsDotFile, UtilsEtcHosts, UtilsExecProc, UtilsFilesFolders, UtilsFilesFoldersSync, UtilsJson, UtilsMessages, UtilsMigrations, UtilsNetwork, UtilsOs, UtilsProcess, UtilsProcessLogger, UtilsString, UtilsStringRegex, UtilsSudo, UtilsTerminal, UtilsYaml, _, appRelatedFiles, areTrustedForPatchUpdate, backendNodejsOnlyFiles, backendWebsqlNodejsFiles, baseTaonDevProjectsNames, chalk, child_process, chokidar, config, crossPlatformPath, dateformat, dockerTemplates, dotTaonFolder, dotTnpFolder, encoding, extAllowedToExportAndReplaceTSJSCodeFiles, extAllowedToReplace, extForSassLikeFiles, extForStyles, extTemplatesFiles, fg, fileName, filesNotAllowedToClean, fkill, folderName, frameworkName, frameworkNameBe, frontEndOnly, frontendFiles, fse, glob, http, https, isElevated, load, mkdirp, ncp, net, notAllowedNames, notAllowedProjectNames, notNeededForExportFiles, os, path, ps, psList, requireDefault, requiredForDev, rimraf, spawn, taonActionFromParent, taonContainers, taonPackageName, taonProjects, tempFoldersName, tnpPackageName, urlRepoTaon, urlRepoTaonContainers, win32Path };
|
|
11470
11475
|
//# sourceMappingURL=tnp-core-browser.mjs.map
|