tnp-core 21.0.26 → 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.
Files changed (51) hide show
  1. package/browser/fesm2022/tnp-core-browser.mjs +13 -1
  2. package/browser/fesm2022/tnp-core-browser.mjs.map +1 -1
  3. package/browser/package.json +1 -1
  4. package/browser/types/tnp-core-browser.d.ts +13 -1
  5. package/cli.backend.d.ts +1 -0
  6. package/cli.backend.js +2 -2
  7. package/lib/build-info._auto-generated_.d.ts +5 -1
  8. package/lib/build-info._auto-generated_.js +6 -2
  9. package/lib/build-info._auto-generated_.js.map +1 -1
  10. package/lib/constants.d.ts +4 -0
  11. package/lib/constants.js +4 -0
  12. package/lib/constants.js.map +1 -1
  13. package/lib/core-models.d.ts +8 -0
  14. package/lib/core-models.js +8 -0
  15. package/lib/core-models.js.map +1 -1
  16. package/lib/env/env.angular-node-app.d.ts +0 -2
  17. package/lib/env/env.angular-node-app.js +1 -3
  18. package/lib/env/env.angular-node-app.js.map +1 -1
  19. package/lib/env/env.docs-webapp.d.ts +0 -2
  20. package/lib/env/env.docs-webapp.js +1 -3
  21. package/lib/env/env.docs-webapp.js.map +1 -1
  22. package/lib/env/env.electron-app.d.ts +0 -2
  23. package/lib/env/env.electron-app.js +1 -3
  24. package/lib/env/env.electron-app.js.map +1 -1
  25. package/lib/env/env.mobile-app.d.ts +0 -2
  26. package/lib/env/env.mobile-app.js +1 -3
  27. package/lib/env/env.mobile-app.js.map +1 -1
  28. package/lib/env/env.npm-lib-and-cli-tool.d.ts +0 -2
  29. package/lib/env/env.npm-lib-and-cli-tool.js +1 -3
  30. package/lib/env/env.npm-lib-and-cli-tool.js.map +1 -1
  31. package/lib/env/env.vscode-plugin.d.ts +0 -2
  32. package/lib/env/env.vscode-plugin.js +1 -3
  33. package/lib/env/env.vscode-plugin.js.map +1 -1
  34. package/lib/index._auto-generated_.d.ts +1 -0
  35. package/lib/index._auto-generated_.js +1 -1
  36. package/lib/index._auto-generated_.js.map +1 -1
  37. package/lib/node-chalk-mock.js +2 -2
  38. package/lib/node-path-mock.js +2 -2
  39. package/lib/utils.d.ts +3 -3
  40. package/lib/utils.js +2 -2
  41. package/lib/utils.js.map +1 -1
  42. package/migrations/migrations_index._auto-generated_.d.ts +1 -0
  43. package/package.json +1 -1
  44. package/websql/fesm2022/tnp-core-websql.mjs +13 -1
  45. package/websql/fesm2022/tnp-core-websql.mjs.map +1 -1
  46. package/websql/package.json +1 -1
  47. package/websql/types/tnp-core-websql.d.ts +13 -1
  48. package/lib/command-exists.d.ts +0 -2
  49. package/lib/command-exists.js +0 -116
  50. package/lib/command-exists.js.map +0 -1
  51. package/tmp-environment.json +0 -33
@@ -965,6 +965,14 @@ var CoreModels;
965
965
  CoreModels.SPECIAL_APP_READY_MESSAGE = '$$$ APP_READY $$$';
966
966
  CoreModels.ClassNameStaticProperty = '$$className$$';
967
967
  CoreModels.TaonHttpErrorCustomProp = '$$taonError$$';
968
+ /**
969
+ * Absolute path to project children;
970
+ */
971
+ CoreModels.pathToChildren = 'path-to-children';
972
+ /**
973
+ * Absolute path to project parent;
974
+ */
975
+ CoreModels.parentLocation = 'parent-location';
968
976
  })(CoreModels || (CoreModels = {}));
969
977
 
970
978
  const taonContainers = 'taon-containers';
@@ -1295,6 +1303,10 @@ const TAGS = {
1295
1303
  CUT_CODE_IF_FALSE: '@cutCode' + 'IfFalse',
1296
1304
  COMMENT_REGION: `//${'#reg' + 'ion'}`,
1297
1305
  COMMENT_END_REGION: `//${'#end' + 'region'}`,
1306
+ APP_TS_GENERATED: `${'@app-ts-gene' + 'rated'}`,
1307
+ APP_TS_PLACEHOLDER_IMPORTS: `${'@place' + 'holder-for-imports'}`,
1308
+ APP_TS_PLACEHOLDER_ROUTES: `${'@place' + 'holder-for-routes'}`,
1309
+ APP_TS_PLACEHOLDER_CONTEXTS_INIT: `${'@place' + 'holder-for-contexts-init'}`,
1298
1310
  };
1299
1311
  const BaselineSiteJoinprefix = '__';
1300
1312
  const PREFIXES = {
@@ -6689,7 +6701,7 @@ var UtilsProcessLogger;
6689
6701
  //#endregion
6690
6702
  //#region utils process / constants
6691
6703
  const dummyFilename = 'file.log';
6692
- UtilsProcessLogger.baseDirTaonProcessLogs = crossPlatformPath([
6704
+ UtilsProcessLogger.baseDirTaonProcessLogs = () => crossPlatformPath([
6693
6705
  UtilsOs.getRealHomeDir(),
6694
6706
  '.taon',
6695
6707
  'log-files-for',