-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e1fa08
commit 1755158
Showing
5 changed files
with
8 additions
and
8 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-cli", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Standalone web view for klighd-core diagrams", | ||
"author": "Kiel University <[email protected]>", | ||
"license": "EPL-2.0", | ||
|
@@ -31,7 +31,7 @@ | |
"socket": "node ./lib/main.js --ls_port=5007" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-core": "^0.2.0", | ||
"@kieler/klighd-core": "^0.2.1", | ||
"commander": "^8.1.0", | ||
"fastify": "^3.15.0", | ||
"fastify-static": "^4.0.1", | ||
|
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": "klighd-vscode", | ||
"displayName": "KLighD Diagrams", | ||
"description": "KLighD diagram support for Visual Studio Code", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"publisher": "kieler", | ||
"author": "Kiel University <[email protected]>", | ||
"icon": "icon.png", | ||
|
@@ -184,7 +184,7 @@ | |
"webpack": "^4.44.1" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-core": "^0.2.0", | ||
"@kieler/klighd-core": "^0.2.1", | ||
"inversify": "5.0.1", | ||
"nanoid": "^3.1.23", | ||
"reflect-metadata": "^0.1.13", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "klighd", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"private": true, | ||
"description": "KIELER Lightweight Diagams in the web", | ||
"author": "Kiel University <[email protected]>", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Core KLighD diagram visualization with Sprotty", | ||
"author": "Kiel University <[email protected]>", | ||
"license": "EPL-2.0", | ||
|
@@ -17,7 +17,7 @@ | |
"watch": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-interactive": "^0.2.0", | ||
"@kieler/klighd-interactive": "^0.2.1", | ||
"feather-icons": "^4.28.0", | ||
"inversify": "5.0.1", | ||
"sprotty": "0.9.0" | ||
|
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