uEdition-Editor 2.0.0b6__py3-none-any.whl → 2.0.0b8__py3-none-any.whl
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.
Potentially problematic release.
This version of uEdition-Editor might be problematic. Click here for more details.
- uedition_editor/__about__.py +1 -1
- uedition_editor/api/branches.py +6 -1
- uedition_editor/cron.py +49 -35
- uedition_editor/frontend/dist/assets/{CodeMirrorEditor-BAn1Wzpi.js → CodeMirrorEditor-DOG_wssG.js} +1 -1
- uedition_editor/frontend/dist/assets/{FolderEditor-BrlMJ9kW.js → FolderEditor-zj3irnZV.js} +1 -1
- uedition_editor/frontend/dist/assets/{ImageEditor-Byg6QDjZ.js → ImageEditor-BQLjZvFT.js} +1 -1
- uedition_editor/frontend/dist/assets/{TeiEditor-CjT57X2c.js → TeiEditor-yaJoIiMq.js} +1 -1
- uedition_editor/frontend/dist/assets/index-DAdhbT7C.js +18 -0
- uedition_editor/frontend/dist/index.html +1 -1
- {uedition_editor-2.0.0b6.dist-info → uedition_editor-2.0.0b8.dist-info}/METADATA +2 -2
- {uedition_editor-2.0.0b6.dist-info → uedition_editor-2.0.0b8.dist-info}/RECORD +14 -14
- uedition_editor/frontend/dist/assets/index-D6QIwXwq.js +0 -17
- {uedition_editor-2.0.0b6.dist-info → uedition_editor-2.0.0b8.dist-info}/WHEEL +0 -0
- {uedition_editor-2.0.0b6.dist-info → uedition_editor-2.0.0b8.dist-info}/entry_points.txt +0 -0
- {uedition_editor-2.0.0b6.dist-info → uedition_editor-2.0.0b8.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/app/ueditor.svg" />
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
8
|
<title>μEditor loading. Please wait...</title>
|
|
9
|
-
<script type="module" crossorigin src="/app/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/app/assets/index-DAdhbT7C.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/app/assets/index-HmBQiVS_.css">
|
|
11
11
|
</head>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uEdition-Editor
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0b8
|
|
4
4
|
Project-URL: Documentation, https://github.com/uEdition/uEditor#readme
|
|
5
5
|
Project-URL: Issues, https://github.com/uEdition/uEditor/issues
|
|
6
6
|
Project-URL: Source, https://github.com/uEdition/uEditor
|
|
@@ -19,7 +19,7 @@ Requires-Dist: aiocron<3,>=2.1
|
|
|
19
19
|
Requires-Dist: fastapi<1
|
|
20
20
|
Requires-Dist: httptools<1
|
|
21
21
|
Requires-Dist: httpx<1,>=0.28.1
|
|
22
|
-
Requires-Dist: lxml<
|
|
22
|
+
Requires-Dist: lxml<7,>=5
|
|
23
23
|
Requires-Dist: pydantic-settings<3,>=2
|
|
24
24
|
Requires-Dist: pydantic[email]<3,>=2
|
|
25
25
|
Requires-Dist: pygit2<2,>=1.17.0
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
uedition_editor/__about__.py,sha256=
|
|
1
|
+
uedition_editor/__about__.py,sha256=K751XH7ynyKde4Du17CTjgyLgV-h20pLVSkp5JUNY68,160
|
|
2
2
|
uedition_editor/__init__.py,sha256=0cx1VWwBkmHTA9kTR7dF22kM-K2I4b8q5bRrEiVJ3Pc,1496
|
|
3
3
|
uedition_editor/__main__.py,sha256=b4COmnuVMw6l_M_HFxKWvPYWwegDk0382NAL_l7w8Do,222
|
|
4
|
-
uedition_editor/cron.py,sha256=
|
|
4
|
+
uedition_editor/cron.py,sha256=zA8auqQSaFgfTfoEncOTG6ZmhIrRuH8H2dpSF6OiRJk,2832
|
|
5
5
|
uedition_editor/settings.py,sha256=NNxu-W3S4lhcROvDXrvWMKJwrT4oZCJJwnDl0sM9mfM,14401
|
|
6
6
|
uedition_editor/state.py,sha256=P9T4bLq5cm-spQMRt63Nin8-a4FDxSfeLy4d4bMl9A4,187
|
|
7
7
|
uedition_editor/api/__init__.py,sha256=zXhBEHFh2UWl9KDgF9bFlVMhUhkES6jmKh1QoBnHtDI,1911
|
|
8
8
|
uedition_editor/api/auth.py,sha256=yZG3K3QglRziJtEod4wFNVrCTyYZC89Hwhx33wGcYgw,7255
|
|
9
|
-
uedition_editor/api/branches.py,sha256=
|
|
9
|
+
uedition_editor/api/branches.py,sha256=p_faoHMr9KcB_a5D0OnKrf8mP683AqiBRu1kRltMqiw,7162
|
|
10
10
|
uedition_editor/api/configs.py,sha256=lXRpbdxaKQ4OMTVL0nrTHdGE4SBcSMWaWgYhSBXoOh4,2919
|
|
11
11
|
uedition_editor/api/files.py,sha256=ed2lYGwUXMT27dl8ud0n4TR7dJED4hYBhC9hffejVdY,32978
|
|
12
12
|
uedition_editor/api/tests.py,sha256=f9BF3oBAY1o8TA7EhouXmeIDOp4elA4SQaDDtlG1Nh8,1162
|
|
13
13
|
uedition_editor/api/util.py,sha256=fx9g7NQfY-fWneswr_AyiPzVxJgJJJ-miDA_KGeftMo,4289
|
|
14
14
|
uedition_editor/cli/__init__.py,sha256=5AK1wUlflAXCt7cBZ348V4aueV5iJGKV-ouqoXpsIh0,983
|
|
15
|
-
uedition_editor/frontend/dist/index.html,sha256=
|
|
15
|
+
uedition_editor/frontend/dist/index.html,sha256=blgJnkE0i-hy0c8V25r4eu6yamTiAoMriLmOywDf5gY,474
|
|
16
16
|
uedition_editor/frontend/dist/ueditor.svg,sha256=rvEMqMyRGiGIorMjRxWO4rbTlS_H6oxhhibmsunFYFg,340
|
|
17
|
-
uedition_editor/frontend/dist/assets/CodeMirrorEditor-
|
|
17
|
+
uedition_editor/frontend/dist/assets/CodeMirrorEditor-DOG_wssG.js,sha256=1EKQigFfVAmSBLHGwCObHxUuvPQ5CP9OxTseK1R6tq4,606870
|
|
18
18
|
uedition_editor/frontend/dist/assets/CodeMirrorEditor-ddcHt3UE.css,sha256=TMoYtZ0n60AEBxfWW_ge2AxPYcamaOOwnGWTz5_13OA,846
|
|
19
|
-
uedition_editor/frontend/dist/assets/FolderEditor-
|
|
20
|
-
uedition_editor/frontend/dist/assets/ImageEditor-
|
|
21
|
-
uedition_editor/frontend/dist/assets/TeiEditor-
|
|
22
|
-
uedition_editor/frontend/dist/assets/index-
|
|
19
|
+
uedition_editor/frontend/dist/assets/FolderEditor-zj3irnZV.js,sha256=G3V_N9n6yBxj-XzFEmQBLP5OwIqLR9-NG3CW2C9dD9E,2938
|
|
20
|
+
uedition_editor/frontend/dist/assets/ImageEditor-BQLjZvFT.js,sha256=k8uPGDLODFLEZ9K1JB5CnPbZ5MvCLZr39vuMS8QmMf0,801
|
|
21
|
+
uedition_editor/frontend/dist/assets/TeiEditor-yaJoIiMq.js,sha256=lOzFML1rTngoPLSNt5oFBXwnar4BzmbpaNm5wC0zmlc,350821
|
|
22
|
+
uedition_editor/frontend/dist/assets/index-DAdhbT7C.js,sha256=i2PcNY6kBTIKakcZbO0M1axHIOC6qHI0WGDe3gzBaYQ,324643
|
|
23
23
|
uedition_editor/frontend/dist/assets/index-HmBQiVS_.css,sha256=I-O-hMFBmkNau7U6v3iX3AMfMu6stKgFtrNVoGRh1Pk,19716
|
|
24
24
|
uedition_editor/frontend/dist/assets/index-Vcq4gwWv.js,sha256=7NTN0-UTH-BpoJQqdC43Ec4Cdwj4Wv8viGg4W3EBqx8,1494
|
|
25
|
-
uedition_editor-2.0.
|
|
26
|
-
uedition_editor-2.0.
|
|
27
|
-
uedition_editor-2.0.
|
|
28
|
-
uedition_editor-2.0.
|
|
29
|
-
uedition_editor-2.0.
|
|
25
|
+
uedition_editor-2.0.0b8.dist-info/METADATA,sha256=UT1j9OROxNbYCGlks1aQmBHQKQ04mO4JJrWrq3vXPtM,2753
|
|
26
|
+
uedition_editor-2.0.0b8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
27
|
+
uedition_editor-2.0.0b8.dist-info/entry_points.txt,sha256=v2HE8dFcsAPreD-LjMrjsB31iyTTqKjQ-Uj2_ztaqpg,52
|
|
28
|
+
uedition_editor-2.0.0b8.dist-info/licenses/LICENSE.txt,sha256=pL_y3ondEzJrX26zSglvj0GOT0p2SjFnDm7dRpMgk64,1101
|
|
29
|
+
uedition_editor-2.0.0b8.dist-info/RECORD,,
|