mam 1.11.428 → 1.11.430
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 +1 -1
- package/node.d.ts +551 -432
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +2916 -2301
- package/node.js.map +1 -1
- package/node.mjs +2916 -2301
- package/node.test.js +3403 -2762
- package/node.test.js.map +1 -1
- package/package.json +44 -37
package/README.md
CHANGED
|
@@ -433,7 +433,7 @@ The name of the field corresponds to calling the property, the content of the fi
|
|
|
433
433
|
- **[$mol_fetch](fetch)** - Reactive [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
|
|
434
434
|
- **[$mol_webdav](webdav)** - Reactive [WebDAV](https://wikipedia.org/wiki/WebDAV) client
|
|
435
435
|
- **[$mol_file](file)** - Isomorphic reactive file system wrapper
|
|
436
|
-
- **[$
|
|
436
|
+
- **[$mol_run](run)** - Synchronous execute of system command
|
|
437
437
|
- **[$mol_cordova](cordova)** - [Apache Cordova](https://cordova.apache.org) API
|
|
438
438
|
|
|
439
439
|
## Time
|