@dxs-ts/eveli-ide 0.0.395 → 0.0.396

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 +3 -3
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -55309,7 +55309,7 @@ var Ne;
55309
55309
  };
55310
55310
  }, e.useSite = () => A.useContext(e.ComposerContext).session.site, e.useBranchName = () => A.useContext(e.ComposerContext).service.branchName, e.useQueryHeaders = () => {
55311
55311
  const a = (0, e.useBranchName)(), r = {};
55312
- return a && a !== "default" && (r["Branch-Name"] = a), r["Content-Type"] = "application/json;charset=UTF-8", r;
55312
+ return a && a !== "default" && (r["Branch-Name"] = a), r["Content-Type"] = "application/json", r;
55313
55313
  }, e.useSession = () => A.useContext(e.ComposerContext).session, e.useDebug = () => {
55314
55314
  const { onNav: a } = lt(), { session: r, actions: i } = (0, e.useComposer)();
55315
55315
  return { handleDebugInit: (l) => {
@@ -56973,7 +56973,7 @@ function HY(e) {
56973
56973
  })
56974
56974
  };
56975
56975
  }
56976
- const eS = { tag: "eveli-ide-0.0.395", built: "30/06/2025" }, HI = Se("worker/rest/api/version.GET")({
56976
+ const eS = { tag: "eveli-ide-0.0.396", built: "01/07/2025" }, HI = Se("worker/rest/api/version.GET")({
56977
56977
  hook: VY
56978
56978
  });
56979
56979
  function VY(e) {
@@ -66063,7 +66063,7 @@ const AS = {
66063
66063
  }, Wx = (e) => {
66064
66064
  const t = {
66065
66065
  Accept: "application/json",
66066
- "Content-Type": "application/json; charset=utf-8"
66066
+ "Content-Type": "application/json"
66067
66067
  };
66068
66068
  return e.csrf && (t[e.csrf.key] = e.csrf.value), t;
66069
66069
  }, tne = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.395",
3
+ "version": "0.0.396",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",