@cloudbase/cals 0.5.14-alpha.1 → 0.5.14-alpha.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.
@@ -413,7 +413,7 @@ function serializeDirecties(ctx, directives, scope = 'page') {
413
413
  scope,
414
414
  }).value
415
415
  : undefined,
416
- display: directives.waDisplay
416
+ ':display': directives.waDisplay
417
417
  ? serializeValue({
418
418
  ctx,
419
419
  key: 'waDisplay',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cals",
3
- "version": "0.5.14-alpha.1",
3
+ "version": "0.5.14-alpha.2",
4
4
  "description": "Common application specifications",
5
5
  "main": "lib/utils/index.js",
6
6
  "source": "src/utils/index.ts",