auto-coder-web 0.1.51__py3-none-any.whl → 0.1.52__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/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.c37387ea.js → main.86bfc061.js} +3 -3
- auto_coder_web/web/static/js/{main.c37387ea.js.map → main.86bfc061.js.map} +1 -1
- {auto_coder_web-0.1.51.dist-info → auto_coder_web-0.1.52.dist-info}/METADATA +2 -2
- {auto_coder_web-0.1.51.dist-info → auto_coder_web-0.1.52.dist-info}/RECORD +11 -11
- /auto_coder_web/web/static/js/{main.c37387ea.js.LICENSE.txt → main.86bfc061.js.LICENSE.txt} +0 -0
- {auto_coder_web-0.1.51.dist-info → auto_coder_web-0.1.52.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.51.dist-info → auto_coder_web-0.1.52.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.51.dist-info → auto_coder_web-0.1.52.dist-info}/top_level.txt +0 -0
auto_coder_web/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.1.
|
1
|
+
__version__ = "0.1.52"
|
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"files": {
|
3
3
|
"main.css": "/static/css/main.5db2283b.css",
|
4
|
-
"main.js": "/static/js/main.
|
4
|
+
"main.js": "/static/js/main.86bfc061.js",
|
5
5
|
"static/js/453.d855a71b.chunk.js": "/static/js/453.d855a71b.chunk.js",
|
6
6
|
"index.html": "/index.html",
|
7
7
|
"main.5db2283b.css.map": "/static/css/main.5db2283b.css.map",
|
8
|
-
"main.
|
8
|
+
"main.86bfc061.js.map": "/static/js/main.86bfc061.js.map",
|
9
9
|
"453.d855a71b.chunk.js.map": "/static/js/453.d855a71b.chunk.js.map"
|
10
10
|
},
|
11
11
|
"entrypoints": [
|
12
12
|
"static/css/main.5db2283b.css",
|
13
|
-
"static/js/main.
|
13
|
+
"static/js/main.86bfc061.js"
|
14
14
|
]
|
15
15
|
}
|
auto_coder_web/web/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.86bfc061.js"></script><link href="/static/css/main.5db2283b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|