@cloudbase/cals 1.0.3-alpha.13 → 1.0.3-alpha.14

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.
@@ -345,7 +345,7 @@ function serializeDataset(ctx, dataset) {
345
345
  })) === null || _d === void 0 ? void 0 : _d.data;
346
346
  }
347
347
  });
348
- Object.values(result.query).forEach((query) => {
348
+ Object.values(result.query || {}).forEach((query) => {
349
349
  var _a, _b, _c, _d;
350
350
  if ((_a = query.method) === null || _a === void 0 ? void 0 : _a.params) {
351
351
  query.method.params = (_b = serializeDynamicMapWithExtra({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cals",
3
- "version": "1.0.3-alpha.13",
3
+ "version": "1.0.3-alpha.14",
4
4
  "description": "Common application specifications",
5
5
  "main": "lib/utils/index.js",
6
6
  "source": "src/utils/index.ts",