pmcf 2.63.0 → 2.63.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.63.0",
3
+ "version": "2.63.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -589,7 +589,7 @@ export class BindService extends ExtraSourceService {
589
589
  openContent.push(
590
590
  `zone \"${zone.id}\" {`,
591
591
  ` in-view protected;`,
592
- "}"
592
+ "};"
593
593
  );
594
594
  }
595
595