File tree Expand file tree Collapse file tree 9 files changed +23
-17
lines changed
Expand file tree Collapse file tree 9 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 11# Eclipse GLSP Server Changelog
22
3+ ## v2.4.0 - active
4+
5+ ### Changes
6+
7+ ### Potentially breaking changes
8+
39## [ v2.3.0 - 23/12/2024] ( https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.3.0 )
410
511### Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp-examples/workflow-server-bundled" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.4.0-next " ,
44 "description" : " GLSP node server for the workflow example (bundled)" ,
55 "keywords" : [
66 " eclipse" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp-examples/workflow-server" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.4.0-next " ,
44 "description" : " GLSP node server for the workflow example" ,
55 "keywords" : [
66 " eclipse" ,
5656 "watch:bundle" : " webpack -w"
5757 },
5858 "dependencies" : {
59- "@eclipse-glsp/layout-elk" : " 2.3.0 " ,
60- "@eclipse-glsp/server" : " 2.3.0 " ,
59+ "@eclipse-glsp/layout-elk" : " 2.4.0-next " ,
60+ "@eclipse-glsp/server" : " 2.4.0-next " ,
6161 "inversify" : " ^6.1.3"
6262 },
6363 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.3.0 " ,
2+ "version" : " 2.4.0-next " ,
33 "npmClient" : " yarn" ,
44 "command" : {
55 "run" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " parent" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.4.0-next " ,
44 "private" : true ,
55 "workspaces" : [
66 " packages/*" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp/graph" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.4.0-next " ,
44 "description" : " The typescript implementation of the GLSP graphical model (GModel)" ,
55 "keywords" : [
66 " eclipse" ,
4949 "watch" : " tsc -w"
5050 },
5151 "dependencies" : {
52- "@eclipse-glsp/protocol" : " 2.3.0 "
52+ "@eclipse-glsp/protocol" : " next "
5353 },
5454 "devDependencies" : {
5555 "@types/uuid" : " 8.3.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp/layout-elk" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.4.0-next " ,
44 "description" : " Integration of ELK graph layout algorithms in GLSP Node Server" ,
55 "keywords" : [
66 " eclipse" ,
4949 "watch" : " tsc -w"
5050 },
5151 "dependencies" : {
52- "@eclipse-glsp/server" : " 2.3.0 " ,
52+ "@eclipse-glsp/server" : " 2.4.0-next " ,
5353 "elkjs" : " ^0.7.1"
5454 },
5555 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp/server" ,
3- "version" : " 2.3.0 " ,
3+ "version" : " 2.4.0-next " ,
44 "description" : " A js server framework for Eclipse GLSP" ,
55 "keywords" : [
66 " eclipse" ,
5858 "watch" : " tsc -w"
5959 },
6060 "dependencies" : {
61- "@eclipse-glsp/graph" : " 2.3.0 " ,
62- "@eclipse-glsp/protocol" : " 2.3.0 " ,
61+ "@eclipse-glsp/graph" : " 2.4.0-next " ,
62+ "@eclipse-glsp/protocol" : " next " ,
6363 "@types/uuid" : " 8.3.1" ,
6464 "commander" : " ^8.3.0" ,
6565 "fast-json-patch" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 309309 dependencies :
310310 prettier-plugin-packagejson "~2.4.6"
311311
312- " @eclipse-glsp/protocol@2.3.0 " :
313- version "2.3.0 "
314- resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0. tgz#87db53ffb81090abfe900e6ab7a5bb383a8cf2a3 "
315- integrity sha512-y9gKtDYjvwLaWXi9ULhU21W4uEwNy94B2NjnNoxhAcZXwFxG14G4B2tBULnLJPCSeH+R717a7NRk3ECNX7lkcQ ==
312+ " @eclipse-glsp/protocol@next " :
313+ version "2.4.0-next.403 "
314+ resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.4.0-next.403. tgz#3d6478344857524c6e8f564baf84aa1ec1794ff8 "
315+ integrity sha512-3+spkLirIPYeEqTP54+9FOoLrraYDD72cKQW6yxuSj8fQ/8QY7bSu94e9hP/3yzJMuwqdAudgdrUJRs0oNaXeA ==
316316 dependencies :
317317 sprotty-protocol "1.4.0"
318318 uuid "~10.0.0"
You can’t perform that action at this time.
0 commit comments