x-block-lib 0.6.30 → 0.6.31
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/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12025,6 +12025,8 @@ function oT(e, t) {
|
|
|
12025
12025
|
}
|
|
12026
12026
|
function iT(e) {
|
|
12027
12027
|
const t = (o) => {
|
|
12028
|
+
if (!o)
|
|
12029
|
+
return null;
|
|
12028
12030
|
if (o.type === "json_root_v1")
|
|
12029
12031
|
return t(o.getInputTargetBlock("JSON"));
|
|
12030
12032
|
if (o.type === "json_map_v1")
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.31",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"vue-draggable-plus": "^0.6.0",
|
|
33
33
|
"vuetify": "^3.8.1",
|
|
34
34
|
"x-essential-lib": "^0.8.7",
|
|
35
|
-
"x-runtime-lib": "^0.6.
|
|
35
|
+
"x-runtime-lib": "^0.6.44",
|
|
36
36
|
"x-state-lib": "^0.2.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|