File tree Expand file tree Collapse file tree 7 files changed +15
-19
lines changed
Expand file tree Collapse file tree 7 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 1111 "url" : " https://github.com/eclipse-sprotty/sprotty-vscode" ,
1212 "directory" : " examples/states-langium/extension"
1313 },
14- "version" : " 0.5 .0" ,
14+ "version" : " 0.6 .0" ,
1515 "engines" : {
1616 "vscode" : " ^1.46.0"
1717 },
189189 "@types/node" : " ^14.17.3" ,
190190 "@types/vscode" : " 1.50.0" ,
191191 "source-map-loader" : " ^4.0.1" ,
192- "sprotty-vscode" : " ^0.5 .0" ,
193- "states-language-server" : " ^0.5 .0" ,
194- "states-sprotty-webview" : " ^0.5 .0" ,
192+ "sprotty-vscode" : " ^1.0 .0" ,
193+ "states-language-server" : " ^0.6 .0" ,
194+ "states-sprotty-webview" : " ^0.6 .0" ,
195195 "ts-loader" : " ^9.5.1" ,
196196 "vscode-languageclient" : " ^9.0.1" ,
197197 "webpack" : " ^5.89.0" ,
Original file line number Diff line number Diff line change 22 "name" : " states-language-server" ,
33 "displayName" : " states-langium" ,
44 "description" : " Language server for the States example" ,
5- "version" : " 0.5 .0" ,
5+ "version" : " 0.6 .0" ,
66 "private" : true ,
77 "homepage" : " https://sprotty.org/" ,
88 "bugs" : " https://github.com/eclipse/sprotty-vscode/issues" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " states-sprotty-webview" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .0" ,
44 "description" : " Example of a Sprotty diagram in a VS Code extensions (WebView part)" ,
55 "private" : true ,
66 "license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
2929 "dependencies" : {
3030 "reflect-metadata" : " ^0.1.13" ,
3131 "sprotty" : " ^1.0.0" ,
32- "sprotty-vscode-webview" : " ^0.5 .0"
32+ "sprotty-vscode-webview" : " ^1.0 .0"
3333 },
3434 "devDependencies" : {
3535 "css-loader" : " ^6.8.1" ,
Original file line number Diff line number Diff line change 99 "url" : " https://github.com/TypeFox/sprotty-vscode" ,
1010 "directory" : " examples/states-xtext/extension"
1111 },
12- "version" : " 0.5 .0" ,
12+ "version" : " 0.6 .0" ,
1313 "engines" : {
1414 "vscode" : " ^1.46.0"
1515 },
154154 "@types/node" : " ^14.17.3" ,
155155 "@types/vscode" : " 1.50.0" ,
156156 "source-map-loader" : " ^4.0.1" ,
157- "sprotty-vscode" : " ^0.5 .0" ,
158- "states-sprotty-webview" : " ^0.5 .0" ,
157+ "sprotty-vscode" : " ^1.0 .0" ,
158+ "states-sprotty-webview" : " ^0.6 .0" ,
159159 "ts-loader" : " ^9.5.1" ,
160160 "vscode-languageclient" : " ^9.0.1" ,
161161 "webpack" : " ^5.89.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sprotty-vscode-protocol" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 1.0 .0" ,
44 "displayName" : " Sprotty VSCode Integration - Protocol between webview and extension" ,
55 "description" : " Glue code to integrate Sprotty diagrams in VSCode extensions (protocol part)" ,
66 "license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
3232 "vscode-languageserver-protocol" : " ^3.17.5" ,
3333 "vscode-messenger-common" : " ^0.4.5"
3434 },
35- "devDependencies" : {
36- },
3735 "scripts" : {
3836 "prepare" : " yarn run clean && yarn run build" ,
3937 "clean" : " shx rm -fr lib" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sprotty-vscode-webview" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " Integration of Sprotty in a VS Code extensions (WebView part)" ,
55 "license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
66 "keywords" : [
2929 "types" : " lib/index" ,
3030 "dependencies" : {
3131 "sprotty" : " ^1.0.0" ,
32- "sprotty-vscode-protocol" : " ^0.5 .0" ,
32+ "sprotty-vscode-protocol" : " ^1.0 .0" ,
3333 "vscode-messenger-webview" : " ^0.4.5" ,
3434 "vscode-uri" : " ^3.0.8"
3535 },
36- "devDependencies" : {
37- },
3836 "scripts" : {
3937 "prepare" : " yarn run clean && yarn run build" ,
4038 "clean" : " shx rm -fr lib" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sprotty-vscode" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 1.0 .0" ,
44 "displayName" : " Sprotty VSCode Integration" ,
55 "description" : " Glue code to integrate Sprotty diagrams in VSCode extensions (extension part)" ,
66 "license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
3232 "types" : " lib/index" ,
3333 "dependencies" : {
3434 "path" : " ^0.12.7" ,
35- "sprotty-vscode-protocol" : " ^0.5 .0" ,
35+ "sprotty-vscode-protocol" : " ^1.0 .0" ,
3636 "vscode-languageclient" : " ^9.0.1" ,
3737 "vscode-messenger" : " ^0.4.5"
3838 },
You can’t perform that action at this time.
0 commit comments