taon 21.0.126 → 21.0.127

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 (38) hide show
  1. package/VERIFIED-BUILD-DATA.jsonc +2 -2
  2. package/bin/start.js +1 -1
  3. package/browser/fesm2022/taon-browser.mjs +1 -1
  4. package/browser/fesm2022/taon-browser.mjs.map +1 -1
  5. package/browser/package.json +1 -1
  6. package/browser-prod/fesm2022/taon-browser-prod.mjs +1 -1
  7. package/browser-prod/fesm2022/taon-browser-prod.mjs.map +1 -1
  8. package/browser-prod/package.json +1 -1
  9. package/icon-menu-taon.svg +15 -15
  10. package/lib/build-info._auto-generated_.d.ts +1 -1
  11. package/lib/build-info._auto-generated_.js +1 -1
  12. package/lib/package.json +1 -1
  13. package/lib/ui/index.js +2 -2
  14. package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
  15. package/lib-esm/app.electron.d.ts +1 -1
  16. package/lib-esm/app.electron.js +1 -1
  17. package/lib-esm/app.vscode.d.ts +1 -1
  18. package/lib-esm/app.vscode.js +1 -1
  19. package/lib-esm/lib/build-info._auto-generated_.d.ts +1 -1
  20. package/lib-esm/lib/build-info._auto-generated_.js +1 -1
  21. package/lib-esm/lib/ui/index.d.ts +1 -1
  22. package/lib-esm/lib/ui/index.js +1 -1
  23. package/lib-esm/lib/ui/taon-admin-mode-configuration/index.d.ts +1 -1
  24. package/lib-esm/lib/ui/taon-admin-mode-configuration/index.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/package.json +1 -1
  28. package/lib-prod/ui/index.d.ts +1 -1
  29. package/lib-prod/ui/index.js +1 -1
  30. package/lib-prod/ui/taon-admin-mode-configuration/index.d.ts +1 -1
  31. package/lib-prod/ui/taon-admin-mode-configuration/index.js +1 -1
  32. package/package.json +1 -1
  33. package/websql/fesm2022/taon-websql.mjs +1 -1
  34. package/websql/fesm2022/taon-websql.mjs.map +1 -1
  35. package/websql/package.json +1 -1
  36. package/websql-prod/fesm2022/taon-websql-prod.mjs +1 -1
  37. package/websql-prod/fesm2022/taon-websql-prod.mjs.map +1 -1
  38. package/websql-prod/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "commitHash": "30f56c0259155e029160f5b518dba91ee2c3b67c",
2
+ "commitHash": "4293630612f0a2b2cf959fe81a00dc4f178f3ee3",
3
3
  "commitName": "chore: update",
4
- "commitDate": "03-07-2026 16:37:31"
4
+ "commitDate": "11-07-2026 01:03:54"
5
5
  }
package/bin/start.js CHANGED
@@ -1,4 +1,4 @@
1
- global.frameworkName = 'taon';
1
+ global.frameworkName = 'taon';
2
2
  Error.stackTraceLimit = 100;
3
3
  global.i0 = {
4
4
  defineInjectable: function () { }
@@ -4980,7 +4980,7 @@ class EndpointContext {
4980
4980
  //#region @browser
4981
4981
  ipcRenderer.once(TaonHelpers.ipcKeyNameResponse(target, methodConfig, expressPath), (event, responseData) => {
4982
4982
  let res = responseData;
4983
- console.log({ responseData });
4983
+ // console.log({ responseData });
4984
4984
  try {
4985
4985
  const body = res;
4986
4986
  const responseStrinOrBlob = Helpers.isBlob(body) || _.isString(body)