auto-coder-web 0.1.38__py3-none-any.whl → 0.1.39__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.
- auto_coder_web/common_router/model_router.py +157 -1
- auto_coder_web/version.py +1 -1
- auto_coder_web/web/asset-manifest.json +3 -3
- auto_coder_web/web/index.html +1 -1
- auto_coder_web/web/static/js/{main.2922014a.js → main.c3e68e66.js} +3 -3
- auto_coder_web/web/static/js/{main.2922014a.js.LICENSE.txt → main.c3e68e66.js.LICENSE.txt} +4 -0
- auto_coder_web/web/static/js/{main.2922014a.js.map → main.c3e68e66.js.map} +1 -1
- {auto_coder_web-0.1.38.dist-info → auto_coder_web-0.1.39.dist-info}/METADATA +1 -1
- {auto_coder_web-0.1.38.dist-info → auto_coder_web-0.1.39.dist-info}/RECORD +12 -12
- {auto_coder_web-0.1.38.dist-info → auto_coder_web-0.1.39.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.38.dist-info → auto_coder_web-0.1.39.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.38.dist-info → auto_coder_web-0.1.39.dist-info}/top_level.txt +0 -0
@@ -167,10 +167,14 @@ object-assign
|
|
167
167
|
|
168
168
|
/** */
|
169
169
|
|
170
|
+
/** */
|
171
|
+
|
170
172
|
/** */
|
171
173
|
|
172
174
|
/** */
|
173
175
|
|
176
|
+
/** */
|
177
|
+
|
174
178
|
/** */
|
175
179
|
|
176
180
|
/** */
|