8000 chore: version 19.1.7 · cexbrayat/angular-cli-ssr-diff@0864b0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0864b0d

Browse files
committed
chore: version 19.1.7
1 parent 4a9d75e commit 0864b0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ponyracer/package.json

Lines changed: 3 additions & 3 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@angular/platform-browser-dynamic": "^19.1.0",
2121
"@angular/platform-server": "^19.1.0",
2222
"@angular/router": "^19.1.0",
23-
"@angular/ssr": "^19.1.6",
23+
"@angular/ssr": "^19.1.7",
2424
"express": "^4.18.2",
2525
"rxjs": "~7.8.0",
2626
"tslib": "^2.3.0",
2727
"zone.js": "~0.15.0"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "^19.1.6",
31-
"@angular/cli": "^19.1.6",
30+
"@angular-devkit/build-angular": "^19.1.7",
31+
"@angular/cli": "^19.1.7",
3232
"@angular/compiler-cli": "^19.1.0",
3333
"@types/express": "^4.17.17",
3434
"@types/jasmine": "~5.1.0",

ponyracer/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ if (isMainModule(import.meta.url)) {
6161
}
6262

6363
/**
64-
* The request handler used by the Angular CLI (dev-server and during build).
64+
* Request handler used by the Angular CLI (for dev-server and during build) or Firebase Cloud Functions.
6565
*/
6666
export const reqHandler = createNodeRequestHandler(app);

0 commit comments

Comments
 (0)
0