@ticatec/uniface-flexi-module 0.2.3 → 0.2.4

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.
Files changed (2) hide show
  1. package/dist/utils.js +1 -1
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -6,7 +6,7 @@ const propsFilter = (attrs, excludes = []) => {
6
6
  return obj;
7
7
  };
8
8
  const getScopeVariable = (key) => {
9
- if (key.startsWith("@")) {
9
+ if (typeof key == "string" && key.startsWith("@")) {
10
10
  let attrs = key.substring(1).split('.');
11
11
  if (attrs.length == 2) {
12
12
  let varName = attrs[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticatec/uniface-flexi-module",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A flexible form framework for Svelte applications with dynamic field types, criteria panels, and modular components",
5
5
  "keywords": [
6
6
  "svelte",