@jbrowse/img 2.1.0 → 2.1.3

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/img",
3
- "version": "2.1.0",
3
+ "version": "2.1.3",
4
4
  "main": "index.js",
5
5
  "author": "JBrowse Team",
6
6
  "license": "Apache-2.0",
@@ -24,13 +24,12 @@
24
24
  "snappdf": "npm run build && node dist/index.js --config data/config.json --defaultSession --out out.pdf",
25
25
  "snapjpg": "npm run build && node dist/index.js --config data/config.json --defaultSession --out out.jpg",
26
26
  "tiny": "npm run build && node dist/index.js --fasta data/volvox/volvox.fa --bam data/volvox/volvox-sorted.bam --loc ctgA:1-5000 --out tiny.svg",
27
- "tinypng": "npm run build && node dist/index.js --fasta data/volvox/volvox.fa --bam data/volvox/volvox-sorted.bam --loc ctgA:1-5000 --out out.png",
28
- "postversion": "git push --follow-tags"
27
+ "tinypng": "npm run build && node dist/index.js --fasta data/volvox/volvox.fa --bam data/volvox/volvox-sorted.bam --loc ctgA:1-5000 --out out.png"
29
28
  },
30
29
  "dependencies": {
31
30
  "@babel/runtime": "^7.17.9",
32
- "@jbrowse/plugin-linear-genome-view": "^2.1.0",
33
- "@jbrowse/react-linear-genome-view": "^2.1.0",
31
+ "@jbrowse/plugin-linear-genome-view": "^2.1.3",
32
+ "@jbrowse/react-linear-genome-view": "^2.1.3",
34
33
  "abortcontroller-polyfill": "^1.7.3",
35
34
  "canvas": "^2.9.1",
36
35
  "jsdom": "^19.0.0",
@@ -44,5 +43,5 @@
44
43
  "publishConfig": {
45
44
  "access": "public"
46
45
  },
47
- "gitHead": "0db0462fa1f9f15ab4869da085bcab032b9483c3"
46
+ "gitHead": "ebd548ceb52adb36cf6ab437082b5b5feac1338e"
48
47
  }