utilitas 1999.1.62 → 1999.1.64
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/README.md +0 -1
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +3 -3
- package/lib/gen.mjs +9 -7
- package/lib/manifest.mjs +1 -1
- package/lib/shell.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -313,7 +313,6 @@ Works in Node.js and modern browsers.
|
|
|
313
313
|
| symbol | type | params / value |
|
|
314
314
|
| :--- | :--- | :--- |
|
|
315
315
|
| default | AsyncFunction | command, options |
|
|
316
|
-
| assertCommand | Function | command |
|
|
317
316
|
| assertExist | AsyncFunction | bin, er, code |
|
|
318
317
|
| exec | AsyncFunction | command, options |
|
|
319
318
|
| exist | Function | bin |
|