intelica-library-components 1.1.101 → 1.1.102

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
@@ -2185,6 +2185,7 @@ interface environment {
2185
2185
  interchangePath: string;
2186
2186
  environment: string;
2187
2187
  incontrolBaseUrl: string;
2188
+ gtmId: string;
2188
2189
  }
2189
2190
 
2190
2191
  interface SessionInformation {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.101",
3
+ "version": "1.1.102",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.3.0",
6
6
  "@angular/core": ">=20.3.0",