@fundamental-ngx/cx 0.64.1-rc.1 → 0.64.1-rc.10

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": "@fundamental-ngx/cx",
3
- "version": "0.64.1-rc.1",
3
+ "version": "0.64.1-rc.10",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - cx",
6
6
  "license": "Apache-2.0",
@@ -19,8 +19,8 @@
19
19
  "@angular/forms": "^22.0.0",
20
20
  "@angular/platform-browser": "^22.0.0",
21
21
  "@angular/router": "^22.0.0",
22
- "@fundamental-ngx/core": "0.64.1-rc.1",
23
- "@fundamental-ngx/i18n": "0.64.1-rc.1",
22
+ "@fundamental-ngx/core": "0.64.1-rc.10",
23
+ "@fundamental-ngx/i18n": "0.64.1-rc.10",
24
24
  "rxjs": "^7.8.0"
25
25
  },
26
26
  "dependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cx-schematics",
3
- "version": "0.64.1-rc.1",
3
+ "version": "0.64.1-rc.10",
4
4
  "types": "./ng-add/index.d.ts",
5
5
  "main": "./ng-add/index.js",
6
6
  "type": "commonjs"
@@ -24,13 +24,6 @@
24
24
  "include": ["**/*"],
25
25
  "exclude": ["*/files/**/*"],
26
26
  "angularCompilerOptions": {
27
- // TODO(#14334): suppress Angular 22 optionalChainNotNullable and nullishCoalescingNotNullable diagnostics
28
- "extendedDiagnostics": {
29
- "checks": {
30
- "nullishCoalescingNotNullable": "suppress",
31
- "optionalChainNotNullable": "suppress"
32
- }
33
- },
34
27
  "strictTemplates": false
35
28
  }
36
29
  }