@sjcrh/proteinpaint-front 2.96.0 → 2.96.2-0
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.
- package/bundles.tgz +0 -0
- package/package.json +2 -2
- package/src/app.js +1 -0
package/bundles.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-front",
|
|
3
|
-
"version": "2.96.0",
|
|
3
|
+
"version": "2.96.2-0",
|
|
4
4
|
"browser": "src/app.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": "init.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@sjcrh/proteinpaint-client": "2.96.0",
|
|
15
|
+
"@sjcrh/proteinpaint-client": "2.96.2-0",
|
|
16
16
|
"webpack": "^5.76.0",
|
|
17
17
|
"webpack-cli": "^4.9.2",
|
|
18
18
|
"webpack-node-externals": "^3.0.0",
|
package/src/app.js
CHANGED
|
@@ -24,6 +24,7 @@ window.runproteinpaint = async arg => {
|
|
|
24
24
|
// assume that this script is loaded from a full image service,
|
|
25
25
|
// where the expected server base path is the parent path of /bin
|
|
26
26
|
if (!arg.host) arg.host = hostpath.replace('/bin', '')
|
|
27
|
+
arg.hotModuleReplace = true
|
|
27
28
|
return await runproteinpaint(arg)
|
|
28
29
|
}
|
|
29
30
|
window.runproteinpaint = runproteinpaint
|