@dovetail-v2/refine 0.0.59 → 0.0.60

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.
@@ -1,4 +1,4 @@
1
- import { j as jsxRuntimeExports } from "./index-a278a1a6.js";
1
+ import { j as jsxRuntimeExports } from "./index-2c6b45ea.js";
2
2
  import * as monaco from "monaco-editor";
3
3
  import { useRef, useEffect } from "react";
4
4
  import "i18next";
@@ -9014,10 +9014,7 @@ class IngressModel extends ResourceModel {
9014
9014
  const hostValue = rule2.host || "";
9015
9015
  const protocal = this._rawYaml.spec.tls ? "https://" : "http://";
9016
9016
  const portText = port2 ? `:${port2}` : "";
9017
- if (path2[path2.length - 1] === "/") {
9018
- path2 = path2.slice(0, -1);
9019
- }
9020
- return `${protocal}${hostValue}${path2}${portText}`;
9017
+ return `${protocal}${hostValue}${portText}${path2}`;
9021
9018
  }
9022
9019
  }
9023
9020
  class NetworkPolicyModel extends ResourceModel {
@@ -22957,7 +22954,7 @@ const Separator = () => {
22957
22954
  });
22958
22955
  };
22959
22956
  const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
22960
- const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-df3d853a.js"));
22957
+ const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-a6a2c099.js"));
22961
22958
  const YamlEditorComponent = forwardRef(
22962
22959
  function YamlEditorComponent2(props, ref) {
22963
22960
  const {
package/dist/refine.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b7, bL, A, aA, aC, ak, bn, aK, H, bB, bp, au, x, C, h, bP, an, aO, Z, bR, a1, a8, b_, ac, bq, bo, c1, aq, aU, v, ai, aZ, c0, bM, b1, D, aH, b3, b$, aI, ay, ba, bO, bQ, bz, al, a2, q, p, bS, I, aR, ax, s, br, bU, ap, aQ, ad, ae, U, af, aB, aj, a_, b2, V, M, bA, b6, N, J, c, az, Q, b9, aW, aV, bT, bl, f, bt, X, P, aM, t, _, bk, aJ, bY, bX, aF, aS, o, ao, aL, w, aT, aG, c5, bN, b4, bb, bc, am, R, a0, a6, a5, b5, a3, bZ, a4, a9, g, bG, bJ, bF, bE, bH, bI, bC, bu, bx, by, bw, bv, bs, bd, ar, aP, ag, l, bg, k, aD, c4, n, bh, aE, m, aw, aN, i, c3, at, av, aY, aX, as, S, b0, a$, c2, bD, bm, bi, bj, Y, bW, $, W, bV, a7, ab, aa, e, bK, ah, be, y, K, d, T, O, L, r, b, B, z, E, F, u, b8, G, bf, a } from "./index-a278a1a6.js";
1
+ import { b7, bL, A, aA, aC, ak, bn, aK, H, bB, bp, au, x, C, h, bP, an, aO, Z, bR, a1, a8, b_, ac, bq, bo, c1, aq, aU, v, ai, aZ, c0, bM, b1, D, aH, b3, b$, aI, ay, ba, bO, bQ, bz, al, a2, q, p, bS, I, aR, ax, s, br, bU, ap, aQ, ad, ae, U, af, aB, aj, a_, b2, V, M, bA, b6, N, J, c, az, Q, b9, aW, aV, bT, bl, f, bt, X, P, aM, t, _, bk, aJ, bY, bX, aF, aS, o, ao, aL, w, aT, aG, c5, bN, b4, bb, bc, am, R, a0, a6, a5, b5, a3, bZ, a4, a9, g, bG, bJ, bF, bE, bH, bI, bC, bu, bx, by, bw, bv, bs, bd, ar, aP, ag, l, bg, k, aD, c4, n, bh, aE, m, aw, aN, i, c3, at, av, aY, aX, as, S, b0, a$, c2, bD, bm, bi, bj, Y, bW, $, W, bV, a7, ab, aa, e, bK, ah, be, y, K, d, T, O, L, r, b, B, z, E, F, u, b8, G, bf, a } from "./index-2c6b45ea.js";
2
2
  import "@cloudtower/eagle";
3
3
  import "@refinedev/core";
4
4
  import "@cloudtower/icons-react";
@@ -9020,10 +9020,7 @@ var __publicField = (obj, key, value) => {
9020
9020
  const hostValue = rule2.host || "";
9021
9021
  const protocal = this._rawYaml.spec.tls ? "https://" : "http://";
9022
9022
  const portText = port2 ? `:${port2}` : "";
9023
- if (path2[path2.length - 1] === "/") {
9024
- path2 = path2.slice(0, -1);
9025
- }
9026
- return `${protocal}${hostValue}${path2}${portText}`;
9023
+ return `${protocal}${hostValue}${portText}${path2}`;
9027
9024
  }
9028
9025
  }
9029
9026
  class NetworkPolicyModel extends ResourceModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",