@dxs-ts/eveli-ide 0.0.387 → 0.0.388

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.
Files changed (2) hide show
  1. package/build/index.js +6 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -4118,6 +4118,7 @@ function Qk() {
4118
4118
  function t(n) {
4119
4119
  e({
4120
4120
  from: "/secured/$locale/assets/wrench",
4121
+ to: ".",
4121
4122
  search: (a) => {
4122
4123
  const r = Qt(n), i = [...a.explorer].filter((l) => Qt(l) !== r), o = i[i.length - 1];
4123
4124
  if (o) {
@@ -4158,6 +4159,7 @@ function at() {
4158
4159
  const m = h[h.length - 1];
4159
4160
  t({
4160
4161
  from: "/secured/$locale/assets/wrench",
4162
+ to: ".",
4161
4163
  search: (g) => ({
4162
4164
  ...g,
4163
4165
  explorer: [...h],
@@ -4172,6 +4174,7 @@ function OO() {
4172
4174
  function t(n) {
4173
4175
  n && e({
4174
4176
  from: "/secured/$locale/assets/wrench",
4177
+ to: ".",
4175
4178
  search: (a) => ({ ...a, explorerActive: Qt(n) })
4176
4179
  });
4177
4180
  }
@@ -56913,7 +56916,7 @@ function mY(e) {
56913
56916
  })
56914
56917
  };
56915
56918
  }
56916
- const Hv = { tag: "eveli-ide-0.0.387", built: "23/06/2025" }, kI = Se("worker/rest/api/version.GET")({
56919
+ const Hv = { tag: "eveli-ide-0.0.388", built: "25/06/2025" }, kI = Se("worker/rest/api/version.GET")({
56917
56920
  hook: gY
56918
56921
  });
56919
56922
  function gY(e) {
@@ -61848,6 +61851,7 @@ function ax() {
61848
61851
  function t(n) {
61849
61852
  e({
61850
61853
  from: "/secured/$locale/assets/stencil",
61854
+ to: ".",
61851
61855
  search: (a) => {
61852
61856
  const r = cn(n), i = [...a.explorer].filter((l) => cn(l) !== r), o = i[i.length - 1];
61853
61857
  if (o) {
@@ -61885,6 +61889,7 @@ function DJ() {
61885
61889
  function t(n) {
61886
61890
  n && e({
61887
61891
  from: "/secured/$locale/assets/stencil",
61892
+ to: ".",
61888
61893
  search: (a) => ({ ...a, explorerActive: cn(n) })
61889
61894
  });
61890
61895
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.387",
3
+ "version": "0.0.388",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",