File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 9
9
- init : |
10
10
yarn
11
11
command: |
12
+ if [[ $NPM_TOKEN ]]; then echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc; fi
12
13
yarn --cwd examples start
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sprotty-examples" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"private" : " true" ,
5
5
"dependencies" : {
6
6
"@vscode/codicons" : " ^0.0.33" ,
7
7
"express" : " ^4.18.2" ,
8
8
"inversify" : " ~6.0.2" ,
9
9
"reflect-metadata" : " ~0.1.14" ,
10
- "sprotty" : " ^1.1 .0" ,
11
- "sprotty-elk" : " ^1.1 .0" ,
12
- "sprotty-library" : " ^0.0.1 " ,
10
+ "sprotty" : " ^1.2 .0" ,
11
+ "sprotty-elk" : " ^1.2 .0" ,
12
+ "sprotty-library" : " ^1.2.0 " ,
13
13
"ws" : " ^8.14.2"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1 .0" ,
2
+ "version" : " 1.2 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"command" : {
5
5
"run" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-sprotty" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Yeoman generator for Sprotty" ,
5
5
"license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sprotty-elk" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Integration of ELK graph layout algorithms in Sprotty" ,
5
5
"license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
6
6
"keywords" : [
22
22
},
23
23
"dependencies" : {
24
24
"elkjs" : " ^0.8.2" ,
25
- "sprotty-protocol" : " ^1.1 .0"
25
+ "sprotty-protocol" : " ^1.2 .0"
26
26
},
27
27
"optionalDependencies" : {
28
28
"inversify" : " ~6.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sprotty-library" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Views and elements library for Sprotty" ,
5
5
"license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
6
6
"keywords" : [
18
18
"name" : " Eclipse Sprotty"
19
19
},
20
20
"dependencies" : {
21
- "sprotty" : " ^1.1 .0"
21
+ "sprotty" : " ^1.2 .0"
22
22
},
23
- "devDependencies" : {},
24
23
"repository" : {
25
24
"type" : " git" ,
26
25
"url" : " https://github.com/eclipse-sprotty/sprotty" ,
43
42
],
44
43
"main" : " lib/index" ,
45
44
"types" : " lib/index"
46
- }
45
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sprotty-protocol" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " TypeScript declarations for Sprotty to be used both in browser and Node.js context" ,
5
5
"license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sprotty" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " A next-gen framework for graphical views" ,
5
5
"license" : " (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)" ,
6
6
"keywords" : [
26
26
"file-saver" : " ^2.0.5" ,
27
27
"inversify" : " ~6.0.2" ,
28
28
"snabbdom" : " ~3.5.1" ,
29
- "sprotty-protocol" : " ^1.1 .0" ,
29
+ "sprotty-protocol" : " ^1.2 .0" ,
30
30
"tinyqueue" : " ^2.0.3"
31
31
},
32
32
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments