sysml-validate 0.19.0 → 0.20.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/out/main.js +732 -392
- package/out/main.js.map +4 -4
- package/package.json +1 -1
- package/resources/sysml.dimension-table.json +1 -1
- package/resources/sysml.library.index.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ models/vehicle.sysml
|
|
|
72
72
|
✖ 1 problem (1 error) in 1 of 1 file
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
**See the advisory notices too.** Hints and info are out of the way by default,
|
|
75
|
+
**See the advisory notices too.** Hints and info are out of the way by default,
|
|
76
76
|
`--all` brings them in:
|
|
77
77
|
|
|
78
78
|
```console
|