@domainlang/cli 0.4.1 → 0.4.2
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 +1 -1
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ domain-lang-cli generate <file>
|
|
|
90
90
|
## Related packages
|
|
91
91
|
|
|
92
92
|
- [@domainlang/language](https://www.npmjs.com/package/@domainlang/language) - Core language library and SDK
|
|
93
|
-
- [DomainLang VS Code Extension](https://marketplace.visualstudio.com/items?itemName=
|
|
93
|
+
- [DomainLang VS Code Extension](https://marketplace.visualstudio.com/items?itemName=DomainLang.vscode-domainlang) - IDE support with syntax highlighting and validation
|
|
94
94
|
|
|
95
95
|
## Documentation
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@domainlang/cli",
|
|
3
3
|
"displayName": "DomainLang CLI",
|
|
4
4
|
"description": "Command-line interface for DomainLang - validate, analyze, and manage Domain-Driven Design models",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "larsbaunwall",
|
|
8
8
|
"license": "Apache-2.0",
|