@plugjs/plug 0.5.6 → 0.5.7

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.
package/dist/cli.mjs CHANGED
@@ -15,7 +15,7 @@ var { TRACE, DEBUG, INFO, NOTICE, WARN, ERROR, OFF } = logLevels;
15
15
  var $bnd = (s) => $blu($und(s));
16
16
  var $gnd = (s) => $gry($und(s));
17
17
  var $wnd = (s) => $wht($und(s));
18
- var version = true ? "0.5.6" : "0.0.0-dev";
18
+ var version = true ? "0.5.7" : "0.0.0-dev";
19
19
  function help() {
20
20
  console.log(`${$bnd("Usage:")}
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plugjs/plug",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -113,9 +113,9 @@
113
113
  "author": "Juit Developers <developers@juit.com>",
114
114
  "license": "Apache-2.0",
115
115
  "dependencies": {
116
- "@plugjs/tsrun": "^0.4.22",
116
+ "@plugjs/tsrun": "^0.4.23",
117
117
  "@types/node": "<19",
118
- "esbuild": "^0.19.3",
118
+ "esbuild": "^0.19.4",
119
119
  "jsonc-parser": "^3.2.0",
120
120
  "picomatch": "^2.3.1"
121
121
  },
@@ -51,7 +51,7 @@ const _spins = [
51
51
  /* The index in our `_spins` */
52
52
  let _nextSpin = 0
53
53
  /* The interval running the spinner */
54
- let _interval: NodeJS.Timer | undefined
54
+ let _interval: NodeJS.Timeout | undefined
55
55
 
56
56
  /* Spin the spinner! */
57
57
  function spin(): void {