@plugjs/plug 0.6.76 → 0.6.78
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 +1 -1
- package/package.json +3 -3
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.6.
|
|
18
|
+
var version = true ? "0.6.78" : "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.6.
|
|
3
|
+
"version": "0.6.78",
|
|
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.6.
|
|
116
|
+
"@plugjs/tsrun": "^0.6.24",
|
|
117
117
|
"@types/node": "<21",
|
|
118
|
-
"esbuild": "^0.
|
|
118
|
+
"esbuild": "^0.27.0",
|
|
119
119
|
"jsonc-parser": "^3.3.1",
|
|
120
120
|
"picomatch": "^4.0.3"
|
|
121
121
|
},
|