@zenuml/core 3.27.12 → 3.28.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.
@@ -16,7 +16,8 @@
16
16
  <pre class="zenuml" style="margin: 0">
17
17
  // This sample is carefully crafted. It shows a known issues: fragment stretched to
18
18
  // svc (should not), because parser thinks the return statement returns to svc.
19
- group G {@VPC svc @RDS rep} Client
19
+ group Backend {@VPC svc @RDS rep}
20
+ group { Client }
20
21
  Client->SGW."Get order by id" {
21
22
  svc.Get(id) {
22
23
  rep."load order" {