@domainlang/cli 0.5.0 → 0.5.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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@domainlang/cli)[](https://sonarcloud.io/summary/new_code?id=DomainLang_DomainLang)[](https://sonarcloud.io/summary/new_code?id=DomainLang_DomainLang)[](https://sonarcloud.io/summary/new_code?id=DomainLang_DomainLang)
|
|
4
4
|
[](https://github.com/DomainLang/DomainLang/blob/main/LICENSE)
|
|
5
5
|
|
|
6
|
-
Command-line interface for [DomainLang](https://github.com/DomainLang/DomainLang) - a Domain-Driven Design modeling language.
|
|
6
|
+
Command-line interface for [DomainLang](https://github.com/DomainLang/DomainLang) - a Domain-Driven Design modeling language.
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
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.5.
|
|
5
|
+
"version": "0.5.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "larsbaunwall",
|
|
8
8
|
"license": "Apache-2.0",
|