-
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 #110 * chore: version pinning by @dvdanielamoitzi in #111 * deps(npm): [email protected] + yarn.lock by @thinkh in #112 ## New Contributors * @puehringer made their first contribution in #110 * @dvdanielamoitzi made their first contribution in #111 **Full Changelog**: v8.0.0...v9.0.0
- Loading branch information
Showing
7 changed files
with
19,677 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ node_modules/ | |
*.css | ||
*.log | ||
/dist/ | ||
/yarn.lock | ||
!yarn.lock | ||
# yarn | ||
.pnp.* | ||
.yarn/* | ||
|
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": "tourdino", | ||
"description": "Calculate and visualize similarity measures.", | ||
"homepage": "https://phovea.caleydo.org", | ||
"version": "8.0.0", | ||
"version": "9.0.0", | ||
"author": { | ||
"name": "The Caleydo Team", | ||
"email": "[email protected]", | ||
|
@@ -23,8 +23,41 @@ | |
"type": "git", | ||
"url": "[email protected]:Caleydo/tourdino.git" | ||
}, | ||
"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" | ||
}, | ||
"files": [ | ||
"src", | ||
"dist" | ||
|
@@ -48,7 +81,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", | ||
|
@@ -62,16 +94,16 @@ | |
"worker-loader": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"d3.parsets": "git+ssh://[email protected]/jasondavies/d3-parsets#v1.2.4", | ||
"d3.parsets": "git+ssh://[email protected]/jasondavies/d3-parsets#e758679787f009b760d42a41189102bf216f39ab", | ||
"jstat": "^1.9.4", | ||
"lodash": "~4.17.20", | ||
"tdp_core": "^20.1.0", | ||
"tdp_core": "^23.0.2", | ||
"vega": "~5.20.0", | ||
"vega-embed": "6.19.1", | ||
"vega-functions": "5.12.0", | ||
"vega-lite": "5.1.1", | ||
"vega-parser": "6.1.3", | ||
"visyn_scripts": "^4.1.0", | ||
"visyn_scripts": "^7.0.1", | ||
"xxhashjs": "^0.2.2" | ||
}, | ||
"resolutions": { | ||
|
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
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
Oops, something went wrong.