Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cexbrayat/angular-cli-library-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0.0-rc.4
Choose a base ref
...
head repository: cexbrayat/angular-cli-library-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.0.0-rc.5
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jul 22, 2020

  1. chore: version 9.0.0-rc.5

    cexbrayat committed Jul 22, 2020
    Copy the full SHA
    d1244d2 View commit details
Showing with 14 additions and 14 deletions.
  1. +1 −1 ponyracer/README.md
  2. +12 −12 ponyracer/package.json
  3. +1 −1 ponyracer/tsconfig.json
2 changes: 1 addition & 1 deletion ponyracer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ponyracer

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.4.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.5.

## Development server

24 changes: 12 additions & 12 deletions ponyracer/package.json
Original file line number Diff line number Diff line change
@@ -11,26 +11,26 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0-rc.4",
"@angular/common": "~9.0.0-rc.4",
"@angular/compiler": "~9.0.0-rc.4",
"@angular/core": "~9.0.0-rc.4",
"@angular/forms": "~9.0.0-rc.4",
"@angular/platform-browser": "~9.0.0-rc.4",
"@angular/platform-browser-dynamic": "~9.0.0-rc.4",
"@angular/router": "~9.0.0-rc.4",
"@angular/animations": "~9.0.0-rc.5",
"@angular/common": "~9.0.0-rc.5",
"@angular/compiler": "~9.0.0-rc.5",
"@angular/core": "~9.0.0-rc.5",
"@angular/forms": "~9.0.0-rc.5",
"@angular/platform-browser": "~9.0.0-rc.5",
"@angular/platform-browser-dynamic": "~9.0.0-rc.5",
"@angular/router": "~9.0.0-rc.5",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
"@angular/cli": "~9.0.0-rc.4",
"@angular/compiler-cli": "~9.0.0-rc.4",
"@angular/language-service": "~9.0.0-rc.4",
"@angular/cli": "~9.0.0-rc.5",
"@angular/compiler-cli": "~9.0.0-rc.5",
"@angular/language-service": "~9.0.0-rc.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
2 changes: 1 addition & 1 deletion ponyracer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"outDir": "./dist",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,