@angular/ssr 21.1.2 → 21.2.0-next.0

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": "21.1.2",
3
+ "version": "21.2.0-next.0",
4
4
  "description": "Angular server side rendering utilities",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -17,10 +17,10 @@
17
17
  "tslib": "^2.3.0"
18
18
  },
19
19
  "peerDependencies": {
20
- "@angular/common": "^21.0.0",
21
- "@angular/core": "^21.0.0",
22
- "@angular/platform-server": "^21.0.0",
23
- "@angular/router": "^21.0.0"
20
+ "@angular/common": "^21.0.0 || ^21.2.0-next.0",
21
+ "@angular/core": "^21.0.0 || ^21.2.0-next.0",
22
+ "@angular/platform-server": "^21.0.0 || ^21.2.0-next.0",
23
+ "@angular/router": "^21.0.0 || ^21.2.0-next.0"
24
24
  },
25
25
  "peerDependenciesMeta": {
26
26
  "@angular/platform-server": {
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@angular-devkit/schematics": "workspace:*",
32
- "@angular/common": "21.1.1",
33
- "@angular/compiler": "21.1.1",
34
- "@angular/core": "21.1.1",
35
- "@angular/platform-browser": "21.1.1",
36
- "@angular/platform-server": "21.1.1",
37
- "@angular/router": "21.1.1",
32
+ "@angular/common": "21.2.0-next.0",
33
+ "@angular/compiler": "21.2.0-next.0",
34
+ "@angular/core": "21.2.0-next.0",
35
+ "@angular/platform-browser": "21.2.0-next.0",
36
+ "@angular/platform-server": "21.2.0-next.0",
37
+ "@angular/router": "21.2.0-next.0",
38
38
  "@schematics/angular": "workspace:*",
39
- "beasties": "0.3.5"
39
+ "beasties": "0.4.1"
40
40
  },
41
41
  "sideEffects": false,
42
42
  "schematics": "./schematics/collection.json",
@@ -472,6 +472,30 @@ Package: postcss-media-query-parser
472
472
  License: MIT
473
473
 
474
474
 
475
+ --------------------------------------------------------------------------------
476
+ Package: postcss-safe-parser
477
+ License: MIT
478
+
479
+ The MIT License (MIT)
480
+
481
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
482
+
483
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
484
+ this software and associated documentation files (the "Software"), to deal in
485
+ the Software without restriction, including without limitation the rights to
486
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
487
+ the Software, and to permit persons to whom the Software is furnished to do so,
488
+ subject to the following conditions:
489
+
490
+ The above copyright notice and this permission notice shall be included in all
491
+ copies or substantial portions of the Software.
492
+
493
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
494
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
495
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
496
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
497
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
498
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
475
499
  --------------------------------------------------------------------------------
476
500
  Package: unenv
477
501
  License: MIT