@nordcraft/runtime 1.0.61 → 1.0.62

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
@@ -4,8 +4,8 @@
4
4
  "type": "module",
5
5
  "homepage": "https://github.com/nordcraftengine/nordcraft",
6
6
  "dependencies": {
7
- "@nordcraft/core": "1.0.61",
8
- "@nordcraft/std-lib": "1.0.61",
7
+ "@nordcraft/core": "1.0.62",
8
+ "@nordcraft/std-lib": "1.0.62",
9
9
  "fast-deep-equal": "3.1.3",
10
10
  "path-to-regexp": "6.3.0"
11
11
  },
@@ -21,5 +21,5 @@
21
21
  "files": ["dist", "src"],
22
22
  "main": "dist/page.main.js",
23
23
  "types": "dist/page.main.d.ts",
24
- "version": "1.0.61"
24
+ "version": "1.0.62"
25
25
  }
@@ -352,7 +352,7 @@ export function handleAction(
352
352
  event,
353
353
  (callbackName, callbackData) => {
354
354
  const callback = callbacks?.[callbackName]
355
- callback?.actions.forEach((action) =>
355
+ callback?.actions?.forEach((action) =>
356
356
  handleAction(
357
357
  action,
358
358
  {
@@ -392,7 +392,7 @@ export function handleAction(
392
392
  event,
393
393
  (callbackName, callbackData) => {
394
394
  const callback = callbacks?.[callbackName]
395
- callback?.actions.forEach((action) =>
395
+ callback?.actions?.forEach((action) =>
396
396
  handleAction(
397
397
  action,
398
398
  {