oncoprintjs 6.1.1 → 6.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oncoprintjs",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "A data visualization for cancer genomic data.",
5
5
  "types": "./dist/js/oncoprint.d.ts",
6
6
  "main": "dist/index.js",
@@ -9,15 +9,15 @@
9
9
  "typings": "dist/index.d.ts",
10
10
  "styles": "dist/styles.css",
11
11
  "scripts": {
12
- "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 yarn run rollup",
13
- "start": "yarn run watch",
14
- "watch": "yarn run rollup:watch",
15
- "watchSSL": "yarn run watch",
12
+ "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 pnpm run rollup",
13
+ "start": "pnpm run watch",
14
+ "watch": "pnpm run rollup:watch",
15
+ "watchSSL": "pnpm run watch",
16
16
  "rollup": "rollup -c rollup.config.ts",
17
17
  "rollup:watch": "rollup -c rollup.config.ts -w",
18
- "prepare": "yarn run build",
18
+ "prepare": "pnpm run build",
19
19
  "test": "cross-env jest $GREP --env=jsdom --runInBand --ci --reporters=default --reporters=jest-junit --passWithNoTests",
20
- "test:watch": "yarn run test --watch"
20
+ "test:watch": "pnpm run test --watch"
21
21
  },
22
22
  "repository": "cBioPortal/cbioportal-frontend",
23
23
  "keywords": [
@@ -57,5 +57,5 @@
57
57
  "tayden-clusterfck": "^0.7.0",
58
58
  "typescript": "4.0.3"
59
59
  },
60
- "gitHead": "f1c9b08c483852b7c24baf3933deca03d04d610a"
60
+ "gitHead": "727d3a488de0851176ae5660769364e276b94bc7"
61
61
  }