@tilde-nlp/ngx-common 8.1.10 → 8.1.11

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1683,6 +1683,7 @@ interface Domain {
1683
1683
  title: string;
1684
1684
  /** Property created only for frontend, to seperate multi language engines and give unique id for each one of them */
1685
1685
  languageId: string;
1686
+ vendor: string;
1686
1687
  }
1687
1688
 
1688
1689
  interface Vendor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "8.1.10",
3
+ "version": "8.1.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",