Skip to content

Commit 4e13070

Browse files
committed
Updates
Updates Update dist Updates Updates
1 parent 7b2e5bb commit 4e13070

7 files changed

Lines changed: 200 additions & 212 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

dist/jbrowse-plugin-mafviewer/dist/jbrowse-plugin-mafviewer.umd.production.min.js

Lines changed: 12 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jbrowse-plugin-mafviewer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.5",
2+
"version": "1.4.6",
33
"license": "MIT",
44
"name": "jbrowse-plugin-mafviewer",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {
1717
"clean": "rimraf dist",
18-
"start": "node esbuild.mjs",
18+
"start": "node esbuild.mjs --watch",
1919
"test": "vitest",
2020
"format": "prettier --write .",
2121
"prebuild": "yarn clean",
@@ -29,9 +29,10 @@
2929
"@babel/preset-react": "^7.10.4",
3030
"@emotion/react": "^11.10.4",
3131
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
32-
"@jbrowse/core": "^3.0.1",
33-
"@jbrowse/plugin-data-management": "^3.0.1",
34-
"@jbrowse/plugin-linear-genome-view": "^3.0.1",
32+
"@jbrowse/core": "^4.1.1",
33+
"@jbrowse/mobx-state-tree": "^5.4.1",
34+
"@jbrowse/plugin-data-management": "^4.1.1",
35+
"@jbrowse/plugin-linear-genome-view": "^4.1.1",
3536
"@mui/material": "^7.0.1",
3637
"@mui/system": "^7.0.1",
3738
"@mui/x-data-grid": "^8.2.0",
@@ -48,7 +49,6 @@
4849
"eslint-plugin-unicorn": "^62.0.0",
4950
"mobx": "^6.0.0",
5051
"mobx-react": "^9.0.1",
51-
"mobx-state-tree": "^5.4.1",
5252
"prettier": "^3.4.2",
5353
"pretty-bytes": "^7.0.0",
5454
"react": "^19.0.0",
@@ -62,7 +62,7 @@
6262
"vitest": "^4.0.5"
6363
},
6464
"dependencies": {
65-
"@gmod/bgzf-filehandle": "^5.0.2",
65+
"@gmod/bgzf-filehandle": "^6.0.12",
6666
"abortable-promise-cache": "^1.5.0",
6767
"buffer": "^6.0.3",
6868
"d3-array": "^3.2.4",

dist/jbrowse-plugin-protein3d/dist/jbrowse-plugin-protein3d.umd.production.min.js

Lines changed: 158 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jbrowse-plugin-protein3d/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.18",
2+
"version": "0.0.19",
33
"name": "jbrowse-plugin-protein3d",
44
"keywords": [
55
"jbrowse",
@@ -32,7 +32,6 @@
3232
"dependencies": {
3333
"@jbrowse/plugin-linear-genome-view": "^4.1.1",
3434
"@mui/icons-material": "^7.0.1",
35-
"buffer": "^6.0.3",
3635
"clustal-js": "^2.0.11",
3736
"g2p_mapper": "^2.0.0",
3837
"molstar": "^5.6.1",
@@ -41,6 +40,7 @@
4140
"devDependencies": {
4241
"@emotion/react": "^11.13.0",
4342
"@eslint/compat": "^2.0.0",
43+
"@eslint/js": "^9.39.2",
4444
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
4545
"@jbrowse/core": "^4.1.1",
4646
"@jbrowse/mobx-state-tree": "^5.4.2",
@@ -54,11 +54,9 @@
5454
"eslint-plugin-react": "^7.20.3",
5555
"eslint-plugin-react-hooks": "^7.0.0",
5656
"eslint-plugin-react-refresh": "^0.4.11",
57-
"eslint-plugin-unicorn": "^62.0.0",
58-
"fp-ts": "^2.16.9",
57+
"fp-ts": "^2.16.11",
5958
"mobx": "^6.0.0",
6059
"mobx-react": "^9.0.1",
61-
"npm-run-all": "^4.1.5",
6260
"prettier": "^3.8.1",
6361
"pretty-bytes": "^7.0.0",
6462
"puppeteer": "^24.36.0",

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"license": "MIT",
44
"scripts": {
55
"download": "node download-plugins-npm-api.ts",
6+
"format": "prettier --write .",
67
"generate": "node generate-plugins.ts",
78
"update": "yarn download && yarn generate",
8-
"upload": "aws s3 sync dist s3://jbrowse.org/plugins/ && aws s3 cp new_plugins.json s3://jbrowse.org/plugin-store/plugins2.json",
9-
"deploy": "yarn update && git add . && (git diff --cached --quiet || (git commit -m 'Updates' && git push)) && yarn upload",
10-
"postupload": "AWS_PAGER=\"\" aws cloudfront create-invalidation --distribution-id E12EBG02P68TDO --paths \"/plugins/*\"",
9+
"upload": "aws s3 sync dist s3://jbrowse.org/plugins/ --cache-control 'no-cache, must-revalidate' && aws s3 cp new_plugins.json s3://jbrowse.org/plugin-store/plugins2.json --cache-control 'no-cache, must-revalidate'",
10+
"invalidate": "AWS_PAGER=\"\" aws cloudfront create-invalidation --distribution-id E13LGELJOT4GQO --paths \"/plugins/*\" \"/plugin-store/*\"",
11+
"deploy": "yarn update && git add . && (git diff --cached --quiet || (git commit -m 'Updates' && git push)) && yarn upload && yarn invalidate",
1112
"postdeploy": "git push --follow-tags"
1213
},
1314
"dependencies": {
14-
"prettier": "^3.5.3",
15-
"tar": "^7.5.2"
15+
"prettier": "^3.8.1",
16+
"tar": "^7.5.6"
1617
},
1718
"devDependencies": {
18-
"@types/node": "^24.9.1"
19+
"@types/node": "^25.0.10"
1920
}
2021
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
minipass "^7.0.4"
1111

12-
"@types/node@^24.9.1":
13-
version "24.10.9"
14-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
15-
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
12+
"@types/node@^25.0.10":
13+
version "25.0.10"
14+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7"
15+
integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==
1616
dependencies:
1717
undici-types "~7.16.0"
1818

@@ -33,15 +33,15 @@ minizlib@^3.1.0:
3333
dependencies:
3434
minipass "^7.1.2"
3535

36-
prettier@^3.5.3:
37-
version "3.8.0"
38-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69"
39-
integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==
36+
prettier@^3.8.1:
37+
version "3.8.1"
38+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
39+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
4040

41-
tar@^7.5.2:
42-
version "7.5.3"
43-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.3.tgz#e1a41236e32446f75e63b720222112c4ffe5b3a1"
44-
integrity sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==
41+
tar@^7.5.6:
42+
version "7.5.6"
43+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.6.tgz#2db7a210748a82f0a89cc31527b90d3a24984fb7"
44+
integrity sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==
4545
dependencies:
4646
"@isaacs/fs-minipass" "^4.0.0"
4747
chownr "^3.0.0"

0 commit comments

Comments
 (0)