-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's Changed * Prepare no_dist version by @puehringer in #156 * chore: version pinning by @dvdanielamoitzi in #157 * fix: remove polyfill.io by @thinkh in #158 * deps(npm): use [email protected] by @thinkh in #159 ## New Contributors * @puehringer made their first contribution in #156 **Full Changelog**: v14.0.1...v15.0.0
- Loading branch information
Showing
6 changed files
with
19,166 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "ordino_public", | ||
"displayName": "Ordino", | ||
"description": "", | ||
"version": "14.0.1", | ||
"version": "15.0.0", | ||
"author": { | ||
"name": "datavisyn", | ||
"email": "[email protected]", | ||
|
@@ -22,8 +22,41 @@ | |
"node": ">=16" | ||
}, | ||
"private": true, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "src/index.ts", | ||
"types": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"types": [ | ||
"./dist/index.d.ts", | ||
"./src/index.ts" | ||
], | ||
"import": [ | ||
"./dist/index.js", | ||
"./src/index.ts" | ||
], | ||
"default": [ | ||
"./dist/index.js", | ||
"./src/index.ts" | ||
] | ||
}, | ||
"./phovea_registry": [ | ||
"./dist/phovea_registry.js", | ||
"./src/phovea_registry.ts" | ||
], | ||
"./dist/phovea_registry": [ | ||
"./dist/phovea_registry.js", | ||
"./src/phovea_registry.ts" | ||
], | ||
"./src/scss/*": [ | ||
"./dist/scss/*", | ||
"./src/scss/*" | ||
], | ||
"./dist/scss/*": [ | ||
"./dist/scss/*", | ||
"./src/scss/*" | ||
], | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"all": "npm run lint:fix && npm run test && npm run build && npm run dist", | ||
"build": "npm run clean && npm run compile && npm run copy", | ||
|
@@ -39,7 +72,6 @@ | |
"docs": "visyn_scripts docs", | ||
"lint:fix": "visyn_scripts lint --fix", | ||
"lint": "visyn_scripts lint", | ||
"prepack": "npm run build", | ||
"start": "visyn_scripts start --env workspace_mode=single", | ||
"storybook:build": "NODE_OPTIONS=--max_old_space_size=4096 build-storybook", | ||
"storybook": "NODE_OPTIONS=--max_old_space_size=4096 start-storybook -p 6006", | ||
|
@@ -52,10 +84,9 @@ | |
"dist" | ||
], | ||
"dependencies": { | ||
"ordino": "git+ssh://[email protected]:Caleydo/ordino#semver:^14.0.0", | ||
"ordino": "git+ssh://[email protected]:Caleydo/ordino#semver:^15.0.0", | ||
"react-router-dom": "^5.2.0", | ||
"tdp_core": "^20.1.0", | ||
"visyn_scripts": "^4.1.0" | ||
"visyn_scripts": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/react-router-dom": "^5.1.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,45 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
|
||
<title>Ordino</title> | ||
<meta name="description" content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." /> | ||
<meta name="keywords" content="Ordino, visualization, ranking, genes, cell lines, tissue samples"> | ||
<meta name="author" content="Johannes Kepler University Linz, Boehringer Ingelheim, datavisyn"> | ||
<meta name="application-name" content="Ordino"> | ||
<!--<meta name="theme-color" content="#006192">--> | ||
<meta name="robots" content="index,nofollow"> | ||
<%=require('tdp_core/dist/template/_head.html')%> | ||
<title>Ordino</title> | ||
<meta | ||
name="description" | ||
content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." | ||
/> | ||
<meta name="keywords" content="Ordino, visualization, ranking, genes, cell lines, tissue samples" /> | ||
<meta name="author" content="Johannes Kepler University Linz, Boehringer Ingelheim, datavisyn" /> | ||
<meta name="application-name" content="Ordino" /> | ||
<!--<meta name="theme-color" content="#006192">--> | ||
<meta name="robots" content="index,nofollow" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
|
||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@datavisyn"> | ||
<meta name="twitter:title" value="Ordino" /> | ||
<meta name="twitter:description" value="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." /> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta name="twitter:image:alt" content="Screenshot of an analysis session in Ordino."> | ||
<meta name="twitter:url" value="https://ordino.caleydoapp.org" /> | ||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@datavisyn" /> | ||
<meta name="twitter:title" value="Ordino" /> | ||
<meta | ||
name="twitter:description" | ||
value="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." | ||
/> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta name="twitter:image:alt" content="Screenshot of an analysis session in Ordino." /> | ||
<meta name="twitter:url" value="https://ordino.caleydoapp.org" /> | ||
|
||
<!-- Other Social Media --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Ordino"/> | ||
<meta property="og:site_name" content="Ordino"/> | ||
<meta property="og:description" content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." /> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:alt" content="Screenshot of an analysis session in Ordino."> | ||
<meta property="og:url" content="https://ordino.caleydoapp.org" /> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<!-- Other Social Media --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Ordino" /> | ||
<meta property="og:site_name" content="Ordino" /> | ||
<meta | ||
property="og:description" | ||
content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." | ||
/> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:alt" content="Screenshot of an analysis session in Ordino." /> | ||
<meta property="og:url" content="https://ordino.caleydoapp.org" /> | ||
</head> | ||
<body></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,55 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
|
||
<title>Ordino</title> | ||
<meta name="description" content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." /> | ||
<meta name="keywords" content="Ordino, visualization, ranking, genes, cell lines, tissue samples"> | ||
<meta name="author" content="Johannes Kepler University Linz, Boehringer Ingelheim, datavisyn"> | ||
<meta name="application-name" content="Ordino"> | ||
<!--<meta name="theme-color" content="#006192">--> | ||
<meta name="robots" content="index,nofollow"> | ||
<link rel="icon" href="<%=require('tdp_core/dist/assets/favicon.png')%>"> | ||
<%=require('tdp_core/dist/template/_head.html')%> | ||
<title>Ordino</title> | ||
<meta | ||
name="description" | ||
content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." | ||
/> | ||
<meta name="keywords" content="Ordino, visualization, ranking, genes, cell lines, tissue samples" /> | ||
<meta name="author" content="Johannes Kepler University Linz, Boehringer Ingelheim, datavisyn" /> | ||
<meta name="application-name" content="Ordino" /> | ||
<!--<meta name="theme-color" content="#006192">--> | ||
<meta name="robots" content="index,nofollow" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<link rel="icon" href="<%=require('tdp_core/dist/assets/favicon.png')%>" /> | ||
|
||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@datavisyn"> | ||
<meta name="twitter:title" value="Ordino" /> | ||
<meta name="twitter:description" value="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." /> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta name="twitter:image:alt" content="Screenshot of an analysis session in Ordino."> | ||
<meta name="twitter:url" value="https://ordino.caleydoapp.org" /> | ||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@datavisyn" /> | ||
<meta name="twitter:title" value="Ordino" /> | ||
<meta | ||
name="twitter:description" | ||
value="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." | ||
/> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta name="twitter:image:alt" content="Screenshot of an analysis session in Ordino." /> | ||
<meta name="twitter:url" value="https://ordino.caleydoapp.org" /> | ||
|
||
<!-- Other Social Media --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Ordino"/> | ||
<meta property="og:site_name" content="Ordino"/> | ||
<meta property="og:description" content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." /> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:alt" content="Screenshot of an analysis session in Ordino."> | ||
<meta property="og:url" content="https://ordino.caleydoapp.org" /> | ||
</head> | ||
<body> | ||
<script> | ||
// maintain compatibility with old session links (e.g., bookmarks, vistories) | ||
// redirect to app subdirectory if URL hash contains a CLUE session | ||
if(location.hash.includes('clue_graph') || location.hash.includes('clue_state')) { | ||
location.replace(location.href.replace('#', 'app/#')); | ||
} | ||
</script> | ||
<div id="welcome">Loading …</div> | ||
</body> | ||
<!-- Other Social Media --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Ordino" /> | ||
<meta property="og:site_name" content="Ordino" /> | ||
<meta | ||
property="og:description" | ||
content="Ordino is a browser-based visual data analysis solution to flexibly rank, filter, and explore genes, cell lines, and tissue samples based on a rich set of experimental and metadata." | ||
/> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/Caleydo/ordino_public/master/media/screenshot.full.png" /> | ||
<meta property="og:image:alt" content="Screenshot of an analysis session in Ordino." /> | ||
<meta property="og:url" content="https://ordino.caleydoapp.org" /> | ||
</head> | ||
<body> | ||
<script> | ||
// maintain compatibility with old session links (e.g., bookmarks, vistories) | ||
// redirect to app subdirectory if URL hash contains a CLUE session | ||
if (location.hash.includes('clue_graph') || location.hash.includes('clue_state')) { | ||
location.replace(location.href.replace('#', 'app/#')); | ||
} | ||
</script> | ||
<div id="welcome">Loading …</div> | ||
</body> | ||
</html> |
Oops, something went wrong.