File tree Expand file tree Collapse file tree 12 files changed +115
-114
lines changed
vscode-integration-webview Expand file tree Collapse file tree 12 files changed +115
-114
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workflow-vscode-example" ,
3
3
"displayName" : " Workflow GLSP Example" ,
4
- "version" : " 2.2.0-next " ,
4
+ "version" : " 2.2.1 " ,
5
5
"private" : " true" ,
6
6
"description" : " An example graphical language used for modeling workflows" ,
7
7
"categories" : [
197
197
" onStartupFinished"
198
198
],
199
199
"devDependencies" : {
200
- "@eclipse-glsp-examples/workflow-server" : " next " ,
201
- "@eclipse-glsp-examples/workflow-server-bundled" : " next " ,
202
- "@eclipse-glsp/vscode-integration" : " 2.2.0-next " ,
200
+ "@eclipse-glsp-examples/workflow-server" : " 2.2.1 " ,
201
+ "@eclipse-glsp-examples/workflow-server-bundled" : " 2.2.1 " ,
202
+ "@eclipse-glsp/vscode-integration" : " 2.2.1 " ,
203
203
"@vscode/vsce" : " ^2.19.0" ,
204
204
"copy-webpack-plugin" : " ^11.0.0" ,
205
205
"ts-loader" : " ^9.4.4" ,
206
206
"webpack" : " ^5.88.2" ,
207
207
"webpack-cli" : " ^5.1.4" ,
208
208
"webpack-merge" : " ^5.9.0" ,
209
- "workflow-glsp-webview" : " 2.2.0-next "
209
+ "workflow-glsp-webview" : " 2.2.1 "
210
210
},
211
211
"engines" : {
212
212
"vscode" : " ^1.54.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workflow-vscode-example-web" ,
3
3
"displayName" : " Workflow GLSP Example (Web)" ,
4
- "version" : " 2.2.0-next " ,
4
+ "version" : " 2.2.1 " ,
5
5
"private" : " true" ,
6
6
"description" : " An example graphical language used for modeling workflows" ,
7
7
"categories" : [
198
198
" onStartupFinished"
199
199
],
200
200
"devDependencies" : {
201
- "@eclipse-glsp-examples/workflow-server" : " next " ,
202
- "@eclipse-glsp/vscode-integration" : " 2.2.0-next " ,
201
+ "@eclipse-glsp-examples/workflow-server" : " 2.2.1 " ,
202
+ "@eclipse-glsp/vscode-integration" : " 2.2.1 " ,
203
203
"@types/node" : " 16.x" ,
204
204
"@vscode/vsce" : " ^2.19.0" ,
205
205
"copy-webpack-plugin" : " ^11.0.0" ,
206
206
"webpack" : " ^5.75.0" ,
207
207
"webpack-cli" : " ^5.0.1" ,
208
208
"webpack-merge" : " ^5.9.0" ,
209
- "workflow-glsp-webview" : " 2.2.0-next "
209
+ "workflow-glsp-webview" : " 2.2.1 "
210
210
},
211
211
"engines" : {
212
212
"vscode" : " ^1.54.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " workflow-glsp-webview" ,
3
- "version" : " 2.2.0-next " ,
3
+ "version" : " 2.2.1 " ,
4
4
"private" : " true" ,
5
5
"description" : " Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)" ,
6
6
"keywords" : [
37
37
"watch" : " tsc -w"
38
38
},
39
39
"devDependencies" : {
40
- "@eclipse-glsp-examples/workflow-glsp" : " next " ,
41
- "@eclipse-glsp/vscode-integration-webview" : " 2.2.0-next " ,
40
+ "@eclipse-glsp-examples/workflow-glsp" : " 2.2.1 " ,
41
+ "@eclipse-glsp/vscode-integration-webview" : " 2.2.1 " ,
42
42
"@vscode/codicons" : " ^0.0.25" ,
43
43
"circular-dependency-plugin" : " ^5.2.2" ,
44
44
"css-loader" : " ^6.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.1 .1" ,
2
+ "version" : " 2.2 .1" ,
3
3
"npmClient" : " yarn" ,
4
4
"command" : {
5
5
"run" : {
Original file line number Diff line number Diff line change 1
1
{
2
+ "version" : " 2.2.1" ,
2
3
"private" : true ,
3
4
"workspaces" : [
4
5
" packages/*" ,
27
28
"workflow:web" : " yarn --cwd example/workflow/web-extension"
28
29
},
29
30
"devDependencies" : {
30
- "@eclipse-glsp/dev" : " next " ,
31
+ "@eclipse-glsp/dev" : " 2.2.1 " ,
31
32
"@types/node" : " 16" ,
32
33
"@types/vscode" : " ^1.54.0" ,
33
34
"concurrently" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eclipse-glsp/vscode-integration-webview" ,
3
- "version" : " 2.2.0-next " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Integration of a GLSP diagram in a VS Code extensions (WebView part)" ,
5
5
"keywords" : [
6
6
" vscode" ,
41
41
"watch" : " tsc -w"
42
42
},
43
43
"dependencies" : {
44
- "@eclipse-glsp/client" : " next " ,
44
+ "@eclipse-glsp/client" : " 2.2.1 " ,
45
45
"vscode-messenger-webview" : " ^0.4.5"
46
46
},
47
47
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
/********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-2024 EclipseSource and others.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
/********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-2024 EclipseSource and others.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
/********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-2024 EclipseSource and others.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
/********************************************************************************
2
- * Copyright (c) 2023 EclipseSource and others.
2
+ * Copyright (c) 2023-2024 EclipseSource and others.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eclipse-glsp/vscode-integration" ,
3
3
"displayName" : " GLSP VSCode Integration" ,
4
- "version" : " 2.2.0-next " ,
4
+ "version" : " 2.2.1 " ,
5
5
"description" : " Glue code to integrate GLSP diagrams in VSCode extensions (extension part)" ,
6
6
"keywords" : [
7
7
" eclipse" ,
46
46
"watch" : " tsc -w"
47
47
},
48
48
"dependencies" : {
49
- "@eclipse-glsp/protocol" : " next " ,
49
+ "@eclipse-glsp/protocol" : " 2.2.1 " ,
50
50
"vscode-jsonrpc" : " ^8.0.2" ,
51
51
"vscode-messenger" : " ^0.4.5" ,
52
52
"ws" : " ^8.13.0"
You can’t perform that action at this time.
0 commit comments