momentic 2.11.2 → 2.12.0
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/bin/cli.js +120 -72
- package/npm-shrinkwrap.json +629 -86
- package/package.json +8 -1
- package/static/assets/index-_tNECO36.js +1084 -0
- package/static/assets/index-fA56_FtO.css +1 -0
- package/static/index.html +2 -2
- package/static/assets/index-BuSTa8j0.css +0 -1
- package/static/assets/index-U29_dkls.js +0 -987
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ We welcome your feedback. Ping us in Slack, or file a [GitHub issue](https://git
|
|
|
42
42
|
|
|
43
43
|
## System Requirements
|
|
44
44
|
|
|
45
|
-
- Node
|
|
45
|
+
- Node 20+
|
|
46
46
|
- Windows 10+, Windows Server 2016+, or Windows Subsystem for Linux (WSL).
|
|
47
47
|
- macOS 13 Ventura, or macOS 14 Sonoma.
|
|
48
48
|
- Debian 11, Debian 12, Ubuntu 20.04 or Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
|