@plugjs/tsrun 0.5.6 → 0.5.8

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/dist/tsrun.mjs +3 -3
  2. package/package.json +3 -3
package/dist/tsrun.mjs CHANGED
@@ -1091,7 +1091,7 @@ function _help() {
1091
1091
  ${$blu}${$und}Options:${$rst}
1092
1092
 
1093
1093
  ${$wht}-h --help ${$rst} Help! You're reading it now!
1094
- ${$wht}-v --version ${$rst} Version! This one: ${"0.5.6"}!
1094
+ ${$wht}-v --version ${$rst} Version! This one: ${"0.5.8"}!
1095
1095
  ${$wht}-e --eval ${$rst} Evaluate the script
1096
1096
  ${$wht}-p --print ${$rst} Evaluate the script and print the result
1097
1097
  ${$wht} --force-esm${$rst} Force transpilation of ".ts" files to EcmaScript modules
@@ -1134,7 +1134,7 @@ main(import.meta.url, (args) => {
1134
1134
  case "help":
1135
1135
  return _help();
1136
1136
  case "version":
1137
- console.log(`v${"0.5.6"}`);
1137
+ console.log(`v${"0.5.8"}`);
1138
1138
  process.exitCode = 1;
1139
1139
  return;
1140
1140
  case "eval":
@@ -1148,7 +1148,7 @@ main(import.meta.url, (args) => {
1148
1148
  }
1149
1149
  if (!_script) {
1150
1150
  return new Promise((resolve2, reject) => {
1151
- console.log(`Welcome to Node.js ${process.version} (tsrun v${"0.5.6"}).`);
1151
+ console.log(`Welcome to Node.js ${process.version} (tsrun v${"0.5.8"}).`);
1152
1152
  console.log('Type ".help" for more information.');
1153
1153
  const repl = _repl.start();
1154
1154
  const history = _path.resolve(_os.homedir(), ".node_repl_history");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plugjs/tsrun",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "type": "module",
5
5
  "module": "./dist/cli.mjs",
6
6
  "types": "./dist/cli.d.mts",
@@ -22,10 +22,10 @@
22
22
  "author": "Juit Developers <developers@juit.com>",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "esbuild": "^0.19.12"
25
+ "esbuild": "^0.20.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@plugjs/eslint-plugin": "^0.1.18",
28
+ "@plugjs/eslint-plugin": "^0.1.19",
29
29
  "@types/node": "<21",
30
30
  "@types/yargs-parser": "^21.0.3",
31
31
  "eslint": "^8.56.0",