@gravitee/graphene-policy-studio 2.38.0 → 2.38.1-fix-ps-save.4dd3ead
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 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15000,8 +15000,8 @@ function JC({ policy: e, step: t, flowPhase: n, onConfigChange: r, onValidityCha
|
|
|
15000
15000
|
if (m) return;
|
|
15001
15001
|
let e = h.current, t = (t) => {
|
|
15002
15002
|
e?.(t);
|
|
15003
|
-
}, n = y.watch((e) => {
|
|
15004
|
-
|
|
15003
|
+
}, n = y.watch((e, { type: n }) => {
|
|
15004
|
+
n === "change" && t(e);
|
|
15005
15005
|
});
|
|
15006
15006
|
return () => {
|
|
15007
15007
|
n.unsubscribe(), T.current && t(y.getValues());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-policy-studio",
|
|
3
|
-
"version": "2.38.
|
|
3
|
+
"version": "2.38.1-fix-ps-save.4dd3ead",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Gravitee Policy Studio UI for the Graphene design system.",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"zod": "4.4.3"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@gravitee/graphene-core": "
|
|
62
|
+
"@gravitee/graphene-core": "2.38.1-fix-ps-save.4dd3ead",
|
|
63
63
|
"react": "^19.0.0",
|
|
64
64
|
"react-dom": "^19.0.0",
|
|
65
65
|
"tailwindcss": "^4.0.0"
|