tnp-core 21.0.122 → 21.0.124

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 (45) hide show
  1. package/VERIFIED-BUILD-DATA.jsonc +2 -2
  2. package/browser/fesm2022/tnp-core-browser.mjs +20 -1
  3. package/browser/fesm2022/tnp-core-browser.mjs.map +1 -1
  4. package/browser/package.json +1 -1
  5. package/browser/types/tnp-core-browser.d.ts +7 -1
  6. package/browser-prod/fesm2022/tnp-core-browser-prod.mjs +20 -1
  7. package/browser-prod/fesm2022/tnp-core-browser-prod.mjs.map +1 -1
  8. package/browser-prod/package.json +1 -1
  9. package/browser-prod/types/tnp-core-browser-prod.d.ts +7 -1
  10. package/cli.backend.js +2 -2
  11. package/lib/build-info._auto-generated_.d.ts +1 -1
  12. package/lib/build-info._auto-generated_.js +1 -1
  13. package/lib/constants.d.ts +4 -0
  14. package/lib/constants.js +8 -1
  15. package/lib/constants.js.map +1 -1
  16. package/lib/core-imports.js.map +1 -1
  17. package/lib/node-chalk-mock.js +2 -2
  18. package/lib/node-path-mock.js +2 -2
  19. package/lib/package.json +1 -1
  20. package/lib/utils-os.d.ts +3 -0
  21. package/lib/utils-os.js +17 -1
  22. package/lib/utils-os.js.map +1 -1
  23. package/lib-prod/build-info._auto-generated_.d.ts +1 -1
  24. package/lib-prod/build-info._auto-generated_.js +1 -1
  25. package/lib-prod/constants.d.ts +4 -0
  26. package/lib-prod/constants.js +7 -0
  27. package/lib-prod/constants.js.map +1 -1
  28. package/lib-prod/core-imports.js.map +1 -1
  29. package/lib-prod/node-chalk-mock.d.ts +1 -1
  30. package/lib-prod/node-chalk-mock.js +1 -1
  31. package/lib-prod/node-path-mock.d.ts +1 -1
  32. package/lib-prod/node-path-mock.js +1 -1
  33. package/lib-prod/package.json +1 -1
  34. package/lib-prod/utils-os.d.ts +3 -0
  35. package/lib-prod/utils-os.js +15 -0
  36. package/lib-prod/utils-os.js.map +1 -1
  37. package/package.json +1 -1
  38. package/websql/fesm2022/tnp-core-websql.mjs +20 -1
  39. package/websql/fesm2022/tnp-core-websql.mjs.map +1 -1
  40. package/websql/package.json +1 -1
  41. package/websql/types/tnp-core-websql.d.ts +7 -1
  42. package/websql-prod/fesm2022/tnp-core-websql-prod.mjs +20 -1
  43. package/websql-prod/fesm2022/tnp-core-websql-prod.mjs.map +1 -1
  44. package/websql-prod/package.json +1 -1
  45. package/websql-prod/types/tnp-core-websql-prod.d.ts +7 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "commitHash": "4343c78d3bb254924f599f919a08ff1776d9c5ee",
2
+ "commitHash": "930791c992769b0e5483ac5591a2b410a4bfd513",
3
3
  "commitName": "chore: update",
4
- "commitDate": "09-04-2026 20:13:18"
4
+ "commitDate": "11-04-2026 23:11:30"
5
5
  }
@@ -3596,6 +3596,13 @@ const encoding = 'utf8';
3596
3596
  * output when building multiple projects
3597
3597
  */
3598
3598
  const taonActionFromParent = 'taon-action-from-parent';
3599
+ const globalSpinner = {
3600
+ get instance() {
3601
+ /* */
3602
+ /* */
3603
+ return (void 0);
3604
+ },
3605
+ };
3599
3606
 
3600
3607
  //#region imports
3601
3608
  //#endregion
@@ -5576,6 +5583,18 @@ ${opt.subtitle ? opt.subtitle + '\n' : ''}${opt.body ?? ''}
5576
5583
  };
5577
5584
  //#endregion
5578
5585
  })(UtilsOs || (UtilsOs = {}));
5586
+ let taonRepoPathUserInUserDir = '';
5587
+ /* */
5588
+ /* */
5589
+ /* */
5590
+ /* */
5591
+ /* */
5592
+ /* */
5593
+ const taonBasePathToGlobalDockerTemplates = crossPlatformPath([
5594
+ UtilsOs.getRealHomeDir(),
5595
+ dotTaonFolder,
5596
+ dockerTemplates,
5597
+ ]);
5579
5598
 
5580
5599
  //#region imports
5581
5600
  //#endregion
@@ -11839,5 +11858,5 @@ class TaonStripeCloudflareWorker {
11839
11858
  * Generated bundle index. Do not edit.
11840
11859
  */
11841
11860
 
11842
- 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 };
11861
+ 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, globalSpinner, http, https, isElevated, load, mkdirp, ncp, net, notAllowedNames, notAllowedProjectNames, notNeededForExportFiles, os, path, ps, psList, requireDefault, requiredForDev, rimraf, spawn, taonActionFromParent, taonBasePathToGlobalDockerTemplates, taonContainers, taonPackageName, taonProjects, taonRepoPathUserInUserDir, tempFoldersName, tnpPackageName, urlRepoTaon, urlRepoTaonContainers, win32Path };
11843
11862
  //# sourceMappingURL=tnp-core-browser.mjs.map