tnp-helpers 21.0.71 → 21.0.73

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 (44) hide show
  1. package/VERIFIED-BUILD-DATA.jsonc +3 -3
  2. package/browser/fesm2022/tnp-helpers-browser.mjs +12 -1
  3. package/browser/fesm2022/tnp-helpers-browser.mjs.map +1 -1
  4. package/browser/package.json +1 -1
  5. package/browser-prod/fesm2022/tnp-helpers-browser-prod.mjs +12 -1
  6. package/browser-prod/fesm2022/tnp-helpers-browser-prod.mjs.map +1 -1
  7. package/browser-prod/package.json +1 -1
  8. package/lib/base/commit-data.js +12 -6
  9. package/lib/base/commit-data.js.map +1 -1
  10. package/lib/base/tcp-udp-ports/not-assignable-port.entity.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/old/base-component.js +2 -2
  14. package/lib/old/base-formly-component.js +2 -2
  15. package/lib/old/dual-component-ctrl.js +2 -2
  16. package/lib/old/execute-command.js +9 -4
  17. package/lib/old/execute-command.js.map +1 -1
  18. package/lib/old/helpers.js +2 -3
  19. package/lib/old/helpers.js.map +1 -1
  20. package/lib/package.json +1 -1
  21. package/lib-prod/base/commit-data.js +12 -6
  22. package/lib-prod/base/commit-data.js.map +1 -1
  23. package/lib-prod/base/tcp-udp-ports/not-assignable-port.entity.d.ts +1 -1
  24. package/lib-prod/base/tcp-udp-ports/not-assignable-port.entity.js +1 -1
  25. package/lib-prod/build-info._auto-generated_.d.ts +1 -1
  26. package/lib-prod/build-info._auto-generated_.js +1 -1
  27. package/lib-prod/old/base-component.d.ts +1 -1
  28. package/lib-prod/old/base-component.js +1 -1
  29. package/lib-prod/old/base-formly-component.d.ts +1 -1
  30. package/lib-prod/old/base-formly-component.js +1 -1
  31. package/lib-prod/old/dual-component-ctrl.d.ts +1 -1
  32. package/lib-prod/old/dual-component-ctrl.js +1 -1
  33. package/lib-prod/old/execute-command.js +10 -5
  34. package/lib-prod/old/execute-command.js.map +1 -1
  35. package/lib-prod/old/helpers.js +2 -3
  36. package/lib-prod/old/helpers.js.map +1 -1
  37. package/lib-prod/package.json +1 -1
  38. package/package.json +1 -1
  39. package/websql/fesm2022/tnp-helpers-websql.mjs +12 -1
  40. package/websql/fesm2022/tnp-helpers-websql.mjs.map +1 -1
  41. package/websql/package.json +1 -1
  42. package/websql-prod/fesm2022/tnp-helpers-websql-prod.mjs +12 -1
  43. package/websql-prod/fesm2022/tnp-helpers-websql-prod.mjs.map +1 -1
  44. package/websql-prod/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "commitHash": "571972e485d064cd28297c832a551f7e9216c331",
3
- "commitName": "chore: update",
4
- "commitDate": "06-04-2026 01:31:14"
2
+ "commitHash": "6c13ebe62deafa63fe578db999c266eeb47c304e",
3
+ "commitName": "fix: skipp passing shell for vscode plugin",
4
+ "commitDate": "08-04-2026 00:19:39"
5
5
  }
@@ -9610,7 +9610,7 @@ const CURRENT_PACKAGE_TAON_VERSION = 'v21';
9610
9610
  /**
9611
9611
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
9612
9612
  */
9613
- const CURRENT_PACKAGE_VERSION = '21.0.71';
9613
+ const CURRENT_PACKAGE_VERSION = '21.0.73';
9614
9614
  // THIS FILE IS GENERATED - DO NOT MODIFY
9615
9615
 
9616
9616
  //#endregion
@@ -23473,6 +23473,12 @@ class CommitData {
23473
23473
  /* */
23474
23474
  /* */
23475
23475
  /* */
23476
+ /* */
23477
+ /* */
23478
+ /* */
23479
+ /* */
23480
+ /* */
23481
+ /* */
23476
23482
  return (void 0);
23477
23483
  }
23478
23484
  //#endregion
@@ -24559,6 +24565,11 @@ function executeCommand(titleOfTask, registerName, commandToExecute, pOptions, i
24559
24565
  /* */
24560
24566
  /* */
24561
24567
  /* */
24568
+ /* */
24569
+ /* */
24570
+ /* */
24571
+ /* */
24572
+ /* */
24562
24573
  return (void 0);
24563
24574
  }
24564
24575