nucleus-core-ts 0.10.124 → 0.10.125
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/.build-ok
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.125
|
|
@@ -819,14 +819,14 @@ export function VerificationFlowPage({ entityName, title, subtitle, flowListActi
|
|
|
819
819
|
value: "update",
|
|
820
820
|
children: say.triggerOnUpdate
|
|
821
821
|
}),
|
|
822
|
-
/*#__PURE__*/ _jsx("option", {
|
|
823
|
-
value: "delete",
|
|
824
|
-
children: say.triggerOnDelete
|
|
825
|
-
}),
|
|
826
822
|
/*#__PURE__*/ _jsx("option", {
|
|
827
823
|
value: "manual",
|
|
828
824
|
children: say.triggerOnManual
|
|
829
|
-
})
|
|
825
|
+
}),
|
|
826
|
+
flowTriggerOn === 'delete' ? /*#__PURE__*/ _jsx("option", {
|
|
827
|
+
value: "delete",
|
|
828
|
+
children: say.triggerOnDelete
|
|
829
|
+
}) : null
|
|
830
830
|
]
|
|
831
831
|
})
|
|
832
832
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nucleus-core-ts",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.125",
|
|
4
4
|
"description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
|
|
5
5
|
"author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|