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 2727 "budgets" : [
2828 {
2929 "type" : " initial" ,
30- "maximumWarning" : " 500kb " ,
31- "maximumError" : " 1mb "
30+ "maximumWarning" : " 3mb " ,
31+ "maximumError" : " 5mb "
3232 },
3333 {
3434 "type" : " anyComponentStyle" ,
8787 }
8888 }
8989 }
90+ },
91+ "cli" : {
92+ "analytics" : false
9093 }
9194}
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
2424 ```
2525 "dependencies": {
2626 ...
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"
2828 },
2929 ```
3030
Original file line number Diff line number Diff line change 11{
22 "name" : " yfiles-angular-integration-basic" ,
3- "version" : " 25.0.3 " ,
3+ "version" : " 25.0.4 " ,
44 "author" :
" yWorks GmbH <[email protected] >" ,
55 "scripts" : {
66 "ng" : " ng" ,
99 "watch" : " ng build --watch --configuration development" ,
1010 "test" : " ng test" ,
1111 "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')\" "
1313 },
1414 "private" : true ,
1515 "dependencies" : {
2323 "@angular/router" : " ^14.1.0" ,
2424 "rxjs" : " ~7.5.0" ,
2525 "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" ,
2727 "zone.js" : " ~0.11.4"
2828 },
2929 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments