@dovetail-v2/refine 0.1.1 → 0.1.2

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-0635aaa8.js";
1
+ import { j as jsxRuntimeExports } from "./index-903eb91c.js";
2
2
  import * as monaco from "monaco-editor";
3
3
  import { useRef, useEffect } from "react";
4
4
  import "i18next";
@@ -9009,7 +9009,8 @@ class ResourceModel {
9009
9009
  Object.defineProperty(this, key2, {
9010
9010
  get() {
9011
9011
  return _rawYaml[key2];
9012
- }
9012
+ },
9013
+ enumerable: true
9013
9014
  });
9014
9015
  });
9015
9016
  Object.defineProperty(this, "_globalStore", {
@@ -23188,7 +23189,7 @@ const Separator = () => {
23188
23189
  });
23189
23190
  };
23190
23191
  const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
23191
- const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-2657467b.js"));
23192
+ const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-f0cf18e8.js"));
23192
23193
  const YamlEditorComponent = forwardRef(
23193
23194
  function YamlEditorComponent2(props, ref) {
23194
23195
  const {
package/dist/refine.js CHANGED
@@ -1,4 +1,4 @@
1
- import { bp, c6, A, aJ, aL, at, bI, a$, V, bW, bK, aD, H, C, h, ca, aw, b3, a5, cc, a9, ag, cl, al, bL, bJ, co, az, b9, v, ar, bf, cn, c7, bj, D, aQ, bl, cm, aZ, aH, bs, c9, cb, bU, au, aa, q, p, cd, I, b6, aG, s, bM, cf, ay, b5, ah, am, an, a1, ao, aK, as, bg, bk, a2, M, cy, bV, c3, bo, N, X, c, aI, $, br, bb, ba, ce, bD, ct, f, cs, bO, G, aY, z, aU, y, aT, E, bE, aW, B, aV, F, bF, aX, a3, cw, cv, P, b1, t, a6, bC, a_, cj, ci, aO, b7, o, ax, b0, w, b8, aP, cx, x, c8, bm, bt, bu, cA, av, R, a8, ae, ad, bn, ab, ck, bH, ac, ai, g, b$, c2, b_, bZ, c0, c1, bX, bP, bS, bT, bR, bQ, bN, c4, bv, aA, b4, ap, l, by, k, aM, cr, n, bz, aN, m, aF, b2, i, cq, aC, aE, be, bd, aB, S, bi, bh, cp, cu, aR, aS, bc, bY, bG, bA, bB, a4, U, ch, a7, W, cg, af, ak, aj, e, c5, aq, bw, J, Y, d, cz, a0, cB, _, Z, r, b, L, K, O, Q, u, bq, T, bx, a } from "./index-0635aaa8.js";
1
+ import { bp, c6, A, aJ, aL, at, bI, a$, V, bW, bK, aD, H, C, h, ca, aw, b3, a5, cc, a9, ag, cl, al, bL, bJ, co, az, b9, v, ar, bf, cn, c7, bj, D, aQ, bl, cm, aZ, aH, bs, c9, cb, bU, au, aa, q, p, cd, I, b6, aG, s, bM, cf, ay, b5, ah, am, an, a1, ao, aK, as, bg, bk, a2, M, cy, bV, c3, bo, N, X, c, aI, $, br, bb, ba, ce, bD, ct, f, cs, bO, G, aY, z, aU, y, aT, E, bE, aW, B, aV, F, bF, aX, a3, cw, cv, P, b1, t, a6, bC, a_, cj, ci, aO, b7, o, ax, b0, w, b8, aP, cx, x, c8, bm, bt, bu, cA, av, R, a8, ae, ad, bn, ab, ck, bH, ac, ai, g, b$, c2, b_, bZ, c0, c1, bX, bP, bS, bT, bR, bQ, bN, c4, bv, aA, b4, ap, l, by, k, aM, cr, n, bz, aN, m, aF, b2, i, cq, aC, aE, be, bd, aB, S, bi, bh, cp, cu, aR, aS, bc, bY, bG, bA, bB, a4, U, ch, a7, W, cg, af, ak, aj, e, c5, aq, bw, J, Y, d, cz, a0, cB, _, Z, r, b, L, K, O, Q, u, bq, T, bx, a } from "./index-903eb91c.js";
2
2
  import "@cloudtower/eagle";
3
3
  import "@refinedev/core";
4
4
  import "react";
@@ -9015,7 +9015,8 @@ var __publicField = (obj, key, value) => {
9015
9015
  Object.defineProperty(this, key2, {
9016
9016
  get() {
9017
9017
  return _rawYaml[key2];
9018
- }
9018
+ },
9019
+ enumerable: true
9019
9020
  });
9020
9021
  });
9021
9022
  Object.defineProperty(this, "_globalStore", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -10,8 +10,8 @@
10
10
  "module": "./dist/refine.js",
11
11
  "types": "./lib/src/index.d.ts",
12
12
  "dependencies": {
13
- "@cloudtower/eagle": "^0.29.22",
14
- "@cloudtower/icons-react": "^0.29.22",
13
+ "@cloudtower/eagle": "^0.29.29",
14
+ "@cloudtower/icons-react": "^0.29.29",
15
15
  "@patternfly/react-core": "^5.1.1",
16
16
  "@patternfly/react-log-viewer": "^5.0.0",
17
17
  "@refinedev/core": "^4.47.2",
@@ -69,8 +69,8 @@
69
69
  "vite-plugin-commonjs": "^0.10.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@cloudtower/eagle": "^0.29.22",
73
- "@cloudtower/icons-react": "^0.29.22",
72
+ "@cloudtower/eagle": "^0.29.29",
73
+ "@cloudtower/icons-react": "^0.29.29",
74
74
  "@refinedev/core": "^4.47.2",
75
75
  "antd": "4.5.0",
76
76
  "i18next": "^23.2.3",