@yancyyu/openhermit 1.6.15 → 1.6.16

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 (2) hide show
  1. package/bin/hermit.mjs +1 -1
  2. package/package.json +1 -1
package/bin/hermit.mjs CHANGED
@@ -499,7 +499,7 @@ function resolveCcConnectRunner() {
499
499
  }
500
500
 
501
501
  function resolveTsxLoader() {
502
- return require.resolve('tsx');
502
+ return pathToFileURL(require.resolve('tsx')).href;
503
503
  }
504
504
 
505
505
  function resolveAliasLoaderRegister() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yancyyu/openhermit",
3
3
  "type": "module",
4
- "version": "1.6.15",
4
+ "version": "1.6.16",
5
5
  "description": "openHermit: team-oriented agent management workbench atop cc-connect.",
6
6
  "license": "AGPL-3.0",
7
7
  "author": {