@sjcrh/proteinpaint-front 2.177.0 → 2.178.1-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 +4 -3
package/bundles.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-front",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.178.1-0",
|
|
4
4
|
"browser": "src/app.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": "init.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "./dev.sh &",
|
|
9
9
|
"//TODO": "# delete webpack use, once esbuild migration is fully tested and unlikely to be reverted",
|
|
10
|
-
"
|
|
10
|
+
"client-dist": "if ! -d ../client/dist; then cd ../client; npm pack; fi",
|
|
11
|
+
"prepack": "npm run client-dist && rm -rf public/bin && rm -rf *.tgz && webpack && tar -czf bundles.tgz public/bin",
|
|
11
12
|
"test:unit": "echo 'TODO: front unit tests'",
|
|
12
13
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
13
14
|
},
|
|
14
15
|
"devDependencies": {
|
|
15
|
-
"@sjcrh/proteinpaint-client": "2.
|
|
16
|
+
"@sjcrh/proteinpaint-client": "2.178.1-0",
|
|
16
17
|
"webpack": "^5.76.0",
|
|
17
18
|
"webpack-cli": "^4.9.2",
|
|
18
19
|
"webpack-node-externals": "^3.0.0",
|