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.
@@ -0,0 +1,13 @@
1
+
2
+ > oncoprintjs@6.1.2 build /home/runner/work/cbioportal-frontend/cbioportal-frontend/packages/oncoprintjs
3
+ > cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 pnpm run rollup
4
+
5
+
6
+ > oncoprintjs@6.1.2 rollup /home/runner/work/cbioportal-frontend/cbioportal-frontend/packages/oncoprintjs
7
+ > rollup -c rollup.config.ts
8
+
9
+ 
10
+ src/index.tsx → dist/index.js, dist/index.es.js...
11
+ (!) Circular dependency
12
+ src/js/oncoprinttrackoptionsview.ts -> src/js/oncoprintheaderview.ts -> src/js/oncoprinttrackoptionsview.ts
13
+ created dist/index.js, dist/index.es.js in 20.2s
package/README.md CHANGED
@@ -52,13 +52,13 @@ Whenever you have made a change to oncoprintjs you want to bring into another pa
52
52
 
53
53
  yalc add oncoprintjs
54
54
 
55
- (4) Install packages again, using npm or yarn. Now, you will be using your local version of oncoprintjs.
55
+ (4) Install packages again, using pnpm. Now, you will be using your local version of oncoprintjs.
56
56
 
57
57
  (5) When you no longer want to be using the local version of oncoprintjs, simply run
58
58
 
59
59
  yalc remove oncoprintjs
60
60
 
61
- And run npm or yarn again.
61
+ And run pnpm again.
62
62
 
63
63
  ### Changes to Oncoprint
64
64
  If you make changes to the Oncoprint code base and want to load it into the examples, do not modify `oncoprint.bundle.js`, since all of your code will get overwritten when compiled using `npm run build`. Instead, modify the files in `src/` and then re-run `npm run build`.