@dxs-ts/eveli-ide 0.0.140 → 0.0.141

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 +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -5034,7 +5034,7 @@ function v4n(n) {
5034
5034
  getReleaseContent: async (u) => i.fetch(o({ releaseId: u }), { method: c }).then((m) => m.json())
5035
5035
  };
5036
5036
  }
5037
- const vCt = { tag: "eveli-ide-0.0.140", built: "20/03/2025" }, g7t = cs("worker/rest/api/assets/stencil/version.GET")({
5037
+ const vCt = { tag: "eveli-ide-0.0.141", built: "20/03/2025" }, g7t = cs("worker/rest/api/assets/stencil/version.GET")({
5038
5038
  hook: k4n
5039
5039
  });
5040
5040
  function k4n(n) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/src/index.d.ts",