@springmicro/rte 0.7.14 → 0.7.15

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/dist/index.js +1 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -46304,10 +46304,7 @@ function fV({
46304
46304
  repoName: n,
46305
46305
  children: a
46306
46306
  }) {
46307
- const i = () => {
46308
- const f = sessionStorage.getItem("useInterface");
46309
- return f == null || !JSON.parse(f) ? `${e}/api/files` : `${t}/customer/files`;
46310
- }, s = async (f) => {
46307
+ const i = () => `${t}/customer/files`, s = async (f) => {
46311
46308
  var m;
46312
46309
  const u = (n ?? `rte/${cV()}`) + "/", l = new FormData();
46313
46310
  l.set("filepath", u), l.set("file", f);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springmicro/rte",
3
- "version": "0.7.14",
3
+ "version": "0.7.15",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -30,7 +30,7 @@
30
30
  "@emotion/react": "^11.11.4",
31
31
  "@emotion/styled": "^11.11.5",
32
32
  "@mui/icons-material": "^7.3.8",
33
- "@springmicro/utils": "^0.7.14",
33
+ "@springmicro/utils": "^0.7.15",
34
34
  "@uiw/react-textarea-code-editor": "^3.0.2",
35
35
  "domhandler": "^5.0.3",
36
36
  "escape-html": "^1.0.3",
@@ -57,5 +57,5 @@
57
57
  "vite": "^5.2.0",
58
58
  "vite-plugin-dts": "^3.9.0"
59
59
  },
60
- "gitHead": "71215f52efddd68fcc712810efb23a942fba2569"
60
+ "gitHead": "999f4d500555ee2474404a1baa353945a82781db"
61
61
  }