@plugjs/tsrun 0.6.31 → 0.6.33

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
@@ -1084,7 +1084,7 @@ function _help() {
1084
1084
  ${$blu}${$und}Options:${$rst}
1085
1085
 
1086
1086
  ${$wht}-h --help ${$rst} Help! You're reading it now!
1087
- ${$wht}-v --version ${$rst} Version! This one: ${"0.6.31"}!
1087
+ ${$wht}-v --version ${$rst} Version! This one: ${"0.6.33"}!
1088
1088
  ${$wht}-e --eval ${$rst} Evaluate the script
1089
1089
  ${$wht}-p --print ${$rst} Evaluate the script and print the result
1090
1090
  ${$wht} --force-esm${$rst} Force transpilation of ".ts" files to EcmaScript modules
@@ -1127,7 +1127,7 @@ main(import.meta.url, (args) => {
1127
1127
  case "help":
1128
1128
  return _help();
1129
1129
  case "version":
1130
- console.log(`v${"0.6.31"}`);
1130
+ console.log(`v${"0.6.33"}`);
1131
1131
  process.exitCode = 1;
1132
1132
  return;
1133
1133
  case "eval":
@@ -1141,7 +1141,7 @@ main(import.meta.url, (args) => {
1141
1141
  }
1142
1142
  if (!_script) {
1143
1143
  return new Promise((resolve2, reject) => {
1144
- console.log(`Welcome to Node.js ${process.version} (tsrun v${"0.6.31"}).`);
1144
+ console.log(`Welcome to Node.js ${process.version} (tsrun v${"0.6.33"}).`);
1145
1145
  console.log('Type ".help" for more information.');
1146
1146
  const repl = _repl.start();
1147
1147
  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.6.31",
3
+ "version": "0.6.33",
4
4
  "type": "module",
5
5
  "module": "./dist/cli.mjs",
6
6
  "types": "./dist/cli.d.mts",
@@ -28,8 +28,8 @@
28
28
  "esbuild": "^0.27.2"
29
29
  },
30
30
  "devDependencies": {
31
- "@plugjs/cov8": "^0.6.85",
32
- "@plugjs/eslint-plugin": "^0.5.15",
31
+ "@plugjs/cov8": "^0.6.87",
32
+ "@plugjs/eslint-plugin": "^0.5.17",
33
33
  "@types/node": "<21",
34
34
  "@types/yargs-parser": "^21.0.3",
35
35
  "eslint": "^9.39.2",