@polagram/cli 0.0.10 → 0.1.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/package.json +2 -2
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ pnpm polagram generate --config my-config.yml
|
|
|
64
64
|
- **Format Conversion**: Convert between Mermaid and PlantUML formats
|
|
65
65
|
- **Glob Support**: Use standard glob patterns to find input files
|
|
66
66
|
- **Directory Mirroring**: Output files preserve their directory structure relative to the project root
|
|
67
|
-
- **Strict Validation**: Validates `polagram.yml` against the Core schema to prevent errors
|
|
67
|
+
- **Strict Validation**: Validates `polagram.yml` against the Core schema to prevent errors (supports `merge`, `remove`, `focus`, `resolve` actions)
|
|
68
68
|
|
|
69
69
|
## Supported Formats
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polagram/cli",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"commander": "^13.0.0",
|
|
29
29
|
"glob": "^11.0.0",
|
|
30
30
|
"js-yaml": "^4.1.0",
|
|
31
|
-
"@polagram/core": "0.
|
|
31
|
+
"@polagram/core": "0.2.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/glob": "^8.1.0",
|