@kengic/core.react 0.0.2-beta.28 → 0.0.2-beta.29

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.
@@ -66024,7 +66024,13 @@ function KgSqlClient() {
66024
66024
  {
66025
66025
  type: "editable-card",
66026
66026
  hideAdd: !0,
66027
- children: s.map((G, ne) => KgSqlClientResultTab({ index: ne, executeResult: G }))
66027
+ children: s.map((G, ne) => /* @__PURE__ */ jsxRuntimeExports.jsx(
66028
+ KgSqlClientResultTab,
66029
+ {
66030
+ executeResult: G,
66031
+ index: ne
66032
+ }
66033
+ ))
66028
66034
  }
66029
66035
  ) })
66030
66036
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.28",
3
+ "version": "0.0.2-beta.29",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",