@angular/ssr 22.0.0 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/ssr",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
4
4
  "description": "Angular server side rendering utilities",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -407,7 +407,7 @@ function getAugmentedNamespace(n) {
407
407
  var isInstance = false;
408
408
  try {
409
409
  isInstance = this instanceof a;
410
- } catch {}
410
+ } catch (e) {}
411
411
  if (isInstance) {
412
412
  return Reflect.construct(f, arguments, this.constructor);
413
413
  }