File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 27
27
"budgets" : [
28
28
{
29
29
"type" : " initial" ,
30
- "maximumWarning" : " 500kb " ,
31
- "maximumError" : " 1mb "
30
+ "maximumWarning" : " 3mb " ,
31
+ "maximumError" : " 5mb "
32
32
},
33
33
{
34
34
"type" : " anyComponentStyle" ,
87
87
}
88
88
}
89
89
}
90
+ },
91
+ "cli" : {
92
+ "analytics" : false
90
93
}
91
94
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
24
24
```
25
25
"dependencies": {
26
26
...
27
- "yfiles": "../yFiles-for-HTML-Complete-2.5.0.3 -Evaluation/lib-dev/yfiles-25.0.3 +eval-dev.tgz"
27
+ "yfiles": "../yFiles-for-HTML-Complete-2.5.0.4 -Evaluation/lib-dev/yfiles-25.0.4 +eval-dev.tgz"
28
28
},
29
29
```
30
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yfiles-angular-integration-basic" ,
3
- "version" : " 25.0.3 " ,
3
+ "version" : " 25.0.4 " ,
4
4
"author" :
" yWorks GmbH <[email protected] >" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
9
9
"watch" : " ng build --watch --configuration development" ,
10
10
"test" : " ng test" ,
11
11
"postinstall" : " npm run copy-eval-license" ,
12
- "copy-eval-license" : " node -e \" require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.3 -Evaluation/lib/license.json','./src/license.json')\" "
12
+ "copy-eval-license" : " node -e \" require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.4 -Evaluation/lib/license.json','./src/license.json')\" "
13
13
},
14
14
"private" : true ,
15
15
"dependencies" : {
23
23
"@angular/router" : " ^14.1.0" ,
24
24
"rxjs" : " ~7.5.0" ,
25
25
"tslib" : " ^2.3.0" ,
26
- "yfiles" : " ../yFiles-for-HTML-Complete-2.5.0.3 -Evaluation/lib-dev/yfiles-25.0.3 +eval-dev.tgz" ,
26
+ "yfiles" : " ../yFiles-for-HTML-Complete-2.5.0.4 -Evaluation/lib-dev/yfiles-25.0.4 +eval-dev.tgz" ,
27
27
"zone.js" : " ~0.11.4"
28
28
},
29
29
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments