aact 2.1.0 → 2.1.1
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 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Architecture As Code Tools (aact)
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/aact)
|
|
5
6
|
[](https://github.com/razonrus/ArchAsCode_Tests/actions/workflows/test.yaml)
|
|
6
7
|
|
|
7
8
|
CLI и библиотека для валидации, анализа и генерации архитектуры микросервисных систем, описанной "as Code" (PlantUML C4, Structurizr).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aact",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Architecture analysis and compliance tool",
|
|
6
6
|
"keywords": [
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"c12": "4.0.0-beta.2",
|
|
81
81
|
"citty": "^0.2.0",
|
|
82
82
|
"consola": "^3.4.2",
|
|
83
|
+
"jiti": "^2.6.1",
|
|
83
84
|
"picocolors": "^1.1.1",
|
|
84
85
|
"plantuml-parser": "0.4.0",
|
|
85
86
|
"valibot": "^1.2.0",
|