@gravitee/graphene-policy-studio 2.59.0 → 2.59.1-renovate-react.4eddf09
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11749,7 +11749,7 @@ var vy = typeof self == "object" ? self : globalThis, yy = (e, t) => {
|
|
|
11749
11749
|
for (let t of wy(r)) (e || !Ey(Ty(r[t]))) && n.push([a(t), a(r[t])]);
|
|
11750
11750
|
return c;
|
|
11751
11751
|
}
|
|
11752
|
-
case 3: return i([o, r.toISOString()], r);
|
|
11752
|
+
case 3: return i([o, isNaN(r.getTime()) ? Sy : r.toISOString()], r);
|
|
11753
11753
|
case 4: {
|
|
11754
11754
|
let { source: e, flags: t } = r;
|
|
11755
11755
|
return i([o, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-policy-studio",
|
|
3
|
-
"version": "2.59.
|
|
3
|
+
"version": "2.59.1-renovate-react.4eddf09",
|
|
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.59.1-renovate-react.4eddf09",
|
|
63
63
|
"react": "^19.0.0",
|
|
64
64
|
"react-dom": "^19.0.0",
|
|
65
65
|
"tailwindcss": "^4.0.0"
|