This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1+ # 9.0.1
2+
3+
4+ * [ ` ordinal ` ] ( ./docs/math.md#ordinal )
5+
6+ # 9.0.0
7+
8+ * For use with Angular 7
9+
110# 8.0.0
211
312* Use this version for Angular 6
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-pipes" ,
3- "version" : " 8.1.0 " ,
3+ "version" : " 9.0.1 " ,
44 "description" : " Angular pipes library" ,
55 "scripts" : {
66 "karma" : " node_modules/.bin/karma start karma.conf.js" ,
2525 ],
2626 "license" : " MIT" ,
2727 "devDependencies" : {
28- "@angular/compiler" : " ^6 .0.2 " ,
29- "@angular/compiler-cli" : " ^6 .0.2 " ,
30- "@angular/core" : " ^6 .0.2 " ,
31- "@angular/platform-server" : " ^6 .0.2 " ,
28+ "@angular/compiler" : " ^7 .0.0 " ,
29+ "@angular/compiler-cli" : " ^7 .0.0 " ,
30+ "@angular/core" : " ^7 .0.0 " ,
31+ "@angular/platform-server" : " ^7 .0.0 " ,
3232 "@types/jasmine" : " ^2.5.37" ,
3333 "core-js" : " ^2.4.1" ,
3434 "coveralls" : " ^2.11.15" ,
3838 "karma-jasmine" : " ^1.0.2" ,
3939 "karma-spec-reporter" : " 0.0.26" ,
4040 "karma-typescript" : " ^3.0.9" ,
41- "ng-packagr" : " ^3.0.0-rc.5 " ,
41+ "ng-packagr" : " ^4.3.1 " ,
4242 "reflect-metadata" : " ^0.1.3" ,
43- "rxjs" : " ^6.1.0" ,
44- "typescript" : " 2.7.2" ,
43+ "rxjs" : " ^6.3.0" ,
44+ "tsickle" : " ^0.33.0" ,
45+ "typescript" : " 3.1.3" ,
4546 "zone.js" : " ^0.8.26"
4647 },
4748 "dependencies" : {}
You can’t perform that action at this time.
0 commit comments