File tree 12 files changed +85
-85
lines changed
12 files changed +85
-85
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-arithmetics-dsl" ,
3
3
"displayName" : " Arithmetics DSL" ,
4
- "version" : " 1.2.1 " ,
4
+ "version" : " 1.3.0 " ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
71
71
"dependencies" : {
72
72
"chalk" : " ~4.1.2" ,
73
73
"commander" : " ~10.0.0" ,
74
- "langium" : " ~1.2 .0" ,
74
+ "langium" : " ~1.3 .0" ,
75
75
"vscode-languageclient" : " ~8.0.2" ,
76
76
"vscode-languageserver" : " ~8.0.2"
77
77
},
78
78
"devDependencies" : {
79
- "langium-cli" : " ~1.2 .0"
79
+ "langium-cli" : " ~1.3 .0"
80
80
},
81
81
"volta" : {
82
82
"node" : " 16.19.0" ,
83
83
"npm" : " 8.19.3"
84
84
},
85
85
"repository" : {
86
86
"type" : " git" ,
87
- "url" : " https://github.com/langium/langium" ,
87
+ "url" : " https://github.com/eclipse- langium/langium" ,
88
88
"directory" : " examples/arithmetics"
89
89
},
90
- "bugs" : " https://github.com/langium/langium/issues" ,
90
+ "bugs" : " https://github.com/eclipse- langium/langium/issues" ,
91
91
"author" : {
92
92
"name" : " TypeFox" ,
93
93
"url" : " https://www.typefox.io"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-domainmodel-dsl" ,
3
3
"displayName" : " Domain Model DSL" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
61
61
"dependencies" : {
62
62
"chalk" : " ~4.1.2" ,
63
63
"commander" : " ~10.0.0" ,
64
- "langium" : " ~1.2 .0" ,
64
+ "langium" : " ~1.3 .0" ,
65
65
"lodash" : " ~4.17.21" ,
66
66
"vscode-languageclient" : " ~8.0.2" ,
67
67
"vscode-languageserver" : " ~8.0.2"
68
68
},
69
69
"devDependencies" : {
70
- "langium-cli" : " ~1.2 .0"
70
+ "langium-cli" : " ~1.3 .0"
71
71
},
72
72
"volta" : {
73
73
"node" : " 16.19.0" ,
74
74
"npm" : " 8.19.3"
75
75
},
76
76
"repository" : {
77
77
"type" : " git" ,
78
- "url" : " https://github.com/langium/langium" ,
78
+ "url" : " https://github.com/eclipse- langium/langium" ,
79
79
"directory" : " examples/domainmodel"
80
80
},
81
- "bugs" : " https://github.com/langium/langium/issues" ,
81
+ "bugs" : " https://github.com/eclipse- langium/langium/issues" ,
82
82
"author" : {
83
83
"name" : " TypeFox" ,
84
84
"url" : " https://www.typefox.io"
Original file line number Diff line number Diff line change 2
2
"name" : " langium-requirements-dsl" ,
3
3
"displayName" : " Requirements DSL" ,
4
4
"description" : " A demo showing how to combine two DSLs" ,
5
- "version" : " 1.2 .0" ,
5
+ "version" : " 1.3 .0" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.67.0"
8
8
},
72
72
"dependencies" : {
73
73
"chalk" : " ~4.1.2" ,
74
74
"commander" : " ~10.0.0" ,
75
- "langium" : " ~1.2 .0" ,
75
+ "langium" : " ~1.3 .0" ,
76
76
"lodash" : " ~4.17.21" ,
77
77
"vscode-languageclient" : " ~8.0.2" ,
78
78
"vscode-languageserver" : " ~8.0.2"
79
79
},
80
80
"devDependencies" : {
81
- "langium-cli" : " ~1.2 .0"
81
+ "langium-cli" : " ~1.3 .0"
82
82
},
83
83
"volta" : {
84
84
"node" : " 16.19.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-statemachine-dsl" ,
3
3
"displayName" : " State Machine DSL" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
61
61
"dependencies" : {
62
62
"chalk" : " ~4.1.2" ,
63
63
"commander" : " ~10.0.0" ,
64
- "langium" : " ~1.2 .0" ,
64
+ "langium" : " ~1.3 .0" ,
65
65
"lodash" : " ^4.17.21" ,
66
66
"vscode-languageclient" : " ~8.0.2" ,
67
67
"vscode-languageserver" : " ~8.0.2"
68
68
},
69
69
"devDependencies" : {
70
- "langium-cli" : " ~1.2 .0"
70
+ "langium-cli" : " ~1.3 .0"
71
71
},
72
72
"volta" : {
73
73
"node" : " 16.19.0" ,
74
74
"npm" : " 8.19.3"
75
75
},
76
76
"repository" : {
77
77
"type" : " git" ,
78
- "url" : " https://github.com/langium/langium" ,
78
+ "url" : " https://github.com/eclipse- langium/langium" ,
79
79
"directory" : " examples/statemachine"
80
80
},
81
- "bugs" : " https://github.com/langium/langium/issues" ,
81
+ "bugs" : " https://github.com/eclipse- langium/langium/issues" ,
82
82
"author" : {
83
83
"name" : " TypeFox" ,
84
84
"url" : " https://www.typefox.io"
You can’t perform that action at this time.
0 commit comments