@sdcorejs/angular 21.2.0 → 21.2.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": "@sdcorejs/angular",
3
- "version": "21.2.0",
3
+ "version": "21.2.1",
4
4
  "description": "Angular component library: data table, query bar/builder, 20+ signal-based form controls, layout, auth and workflow services. Standalone, OnPush, signals-first. Published in parallel lines for Angular 19, 20 and 21.",
5
5
  "keywords": [
6
6
  "angular",
@@ -78,6 +78,10 @@
78
78
  "types": "./types/sdcorejs-angular-components-anchor.d.ts",
79
79
  "default": "./fesm2022/sdcorejs-angular-components-anchor.mjs"
80
80
  },
81
+ "./components/api-contract-builder": {
82
+ "types": "./types/sdcorejs-angular-components-api-contract-builder.d.ts",
83
+ "default": "./fesm2022/sdcorejs-angular-components-api-contract-builder.mjs"
84
+ },
81
85
  "./components/audit-diff": {
82
86
  "types": "./types/sdcorejs-angular-components-audit-diff.d.ts",
83
87
  "default": "./fesm2022/sdcorejs-angular-components-audit-diff.mjs"