-
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
Showing
4 changed files
with
7 additions
and
7 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.5.0", | ||
"version": "0.6.0", | ||
"description": "Standalone web view for klighd-core diagrams", | ||
"author": "KIELER <[email protected]>", | ||
"license": "EPL-2.0", | ||
|
@@ -31,7 +31,7 @@ | |
"socket": "node ./lib/main.js --ls_port=5007" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-core": "^0.5.0", | ||
"@kieler/klighd-core": "^0.6.0", | ||
"buffer": "^6.0.3", | ||
"commander": "^8.1.0", | ||
"crypto-browserify": "^3.12.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
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.5.0", | ||
"version": "0.6.0", | ||
"publisher": "kieler", | ||
"author": "KIELER <[email protected]>", | ||
"icon": "icon.png", | ||
|
@@ -177,7 +177,7 @@ | |
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-core": "^0.5.0", | ||
"@kieler/klighd-core": "^0.6.0", | ||
"inversify": "^6.0.2", | ||
"nanoid": "^3.1.23", | ||
"reflect-metadata": "^0.2.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-core", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Core KLighD diagram visualization with Sprotty", | ||
"author": "KIELER <[email protected]>", | ||
"license": "EPL-2.0", | ||
|
@@ -24,7 +24,7 @@ | |
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next --no-git-tag-version" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-interactive": "^0.5.0", | ||
"@kieler/klighd-interactive": "^0.6.0", | ||
"@types/file-saver": "^2.0.7", | ||
"elkjs": "^0.8.2", | ||
"feather-icons": "^4.29.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-interactive", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A module for klighd-core to interactively apply constraints to the diagram", | ||
"author": "KIELER <[email protected]>", | ||
"license": "EPL-2.0", | ||
|