@gravitee/graphene-core 3.21.0 → 3.21.1
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 +5 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32918,7 +32918,11 @@ var jY = /* @__PURE__ */ K(((e) => {
|
|
|
32918
32918
|
} else b = !0;
|
|
32919
32919
|
i.scheme === void 0 && i.userinfo === void 0 && i.host === void 0 && i.port === void 0 && i.query === void 0 && !i.path ? i.reference = "same-document" : i.scheme === void 0 ? i.reference = "relative" : i.fragment === void 0 ? i.reference = "absolute" : i.reference = "uri", r.reference && r.reference !== "suffix" && r.reference !== i.reference && (i.error = i.error || "URI is not a " + r.reference + " reference.");
|
|
32920
32920
|
let x = h(r.scheme || i.scheme);
|
|
32921
|
-
v || (p = j(i, r, x, b)),
|
|
32921
|
+
if (v || (p = j(i, r, x, b)), e.indexOf("%") !== -1 && i.host !== void 0 && !v) {
|
|
32922
|
+
let e = b ? i.host : a(i.host, !0);
|
|
32923
|
+
b || (e = a(e.toLowerCase())), i.host = d(e, b);
|
|
32924
|
+
}
|
|
32925
|
+
(!x || x && !x.skipNormalize) && (i.path &&= o(i.path), i.query &&= c(i.query), i.fragment &&= c(i.fragment)), x && x.parse && (x.parse(i, r), x === m.urn && i.nid === void 0 && (u = !0));
|
|
32922
32926
|
} else i.error = i.error || "URI can not be parsed.";
|
|
32923
32927
|
return {
|
|
32924
32928
|
parsed: i,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-core",
|
|
3
|
-
"version": "3.21.
|
|
3
|
+
"version": "3.21.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Gravitee's Graphene design system: accessible React components, design tokens, icons, and shared ESLint/TypeScript configs. Built on shadcn/ui and Tailwind.",
|
|
6
6
|
"keywords": [
|