@jbrowse/img 2.10.0 → 2.10.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@ You don't need to have JBrowse 2 installed to use this tool. The tool can
8
8
  generate images using files on your hard drive or from remote files. So, all you
9
9
  need to run this tool is
10
10
 
11
- - NodeJS v12+
11
+ - NodeJS v16+
12
12
 
13
13
  ## Screenshot
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/img",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "esm/index.js",
6
6
  "author": "JBrowse Team",
@@ -28,8 +28,8 @@
28
28
  "@babel/runtime": "^7.17.9",
29
29
  "@emotion/cache": "^11.7.1",
30
30
  "@emotion/react": "^11.9.0",
31
- "@jbrowse/plugin-linear-genome-view": "^2.10.0",
32
- "@jbrowse/react-linear-genome-view": "^2.10.0",
31
+ "@jbrowse/plugin-linear-genome-view": "^2.10.1",
32
+ "@jbrowse/react-linear-genome-view": "^2.10.1",
33
33
  "abortcontroller-polyfill": "^1.7.3",
34
34
  "canvas": "^2.9.1",
35
35
  "jsdom": "^23.0.0",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "223d8bfb68fd1bacaf22852639ad5920f1b7f43b"
46
+ "gitHead": "442b5f87efddfdf4ccf520b4d9dd01ddd370cb07"
47
47
  }