@cloudbase/cals 1.0.44 → 1.0.45

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.
@@ -578,7 +578,7 @@ function serializeListener(ctx, listener) {
578
578
  },
579
579
  isCapturePhase: listener.isCapturePhase,
580
580
  };
581
- if (!args && data) {
581
+ if (!listener.args && data) {
582
582
  platfromListener.handler.params = data;
583
583
  }
584
584
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cals",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Common application specifications",
5
5
  "main": "lib/utils/index.js",
6
6
  "source": "src/utils/index.ts",