oncoprintjs 6.1.4 → 6.1.5
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/.turbo/turbo-build.log +3 -3
- package/dist/index.es.js +31577 -7586
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +31578 -7588
- package/dist/index.js.map +1 -1
- package/dist/js/oncoprintmodel.d.ts +13 -0
- package/dist/js/oncoprintruleset.d.ts +1 -0
- package/dist/js/oncoprinttrackoptionsview.d.ts +1 -0
- package/package.json +2 -2
- package/src/js/oncoprintmodel.ts +54 -9
- package/src/js/oncoprintruleset.ts +80 -21
- package/src/js/oncoprinttrackoptionsview.ts +167 -7
- package/src/js/oncoprintwebglcellview.ts +6 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
> oncoprintjs@6.1.
|
|
2
|
+
> oncoprintjs@6.1.5 build /home/runner/work/cbioportal-frontend/cbioportal-frontend/packages/oncoprintjs
|
|
3
3
|
> cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 pnpm run rollup
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> oncoprintjs@6.1.
|
|
6
|
+
> oncoprintjs@6.1.5 rollup /home/runner/work/cbioportal-frontend/cbioportal-frontend/packages/oncoprintjs
|
|
7
7
|
> rollup -c rollup.config.ts
|
|
8
8
|
|
|
9
9
|
[36m
|
|
10
10
|
[1msrc/index.tsx[22m → [1mdist/index.js, dist/index.es.js[22m...[39m
|
|
11
11
|
[1m[33m(!) Circular dependency[39m[22m
|
|
12
12
|
src/js/oncoprinttrackoptionsview.ts -> src/js/oncoprintheaderview.ts -> src/js/oncoprinttrackoptionsview.ts
|
|
13
|
-
[32mcreated [1mdist/index.js, dist/index.es.js[22m in [
|
|
13
|
+
[32mcreated [1mdist/index.js, dist/index.es.js[22m in [1m20.5s[22m[39m
|