@c8y/tutorial 1021.54.4 → 1021.54.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,20 +1,20 @@
1
1
  {
2
2
  "name": "@c8y/tutorial",
3
- "version": "1021.54.4",
3
+ "version": "1021.54.10",
4
4
  "description": "This package is used to scaffold a tutorial for Cumulocity IoT Web SDK which explains a lot of concepts.",
5
5
  "dependencies": {
6
- "@c8y/style": "1021.54.4",
7
- "@c8y/ngx-components": "1021.54.4",
8
- "@c8y/client": "1021.54.4",
9
- "@c8y/bootstrap": "1021.54.4",
6
+ "@c8y/style": "1021.54.10",
7
+ "@c8y/ngx-components": "1021.54.10",
8
+ "@c8y/client": "1021.54.10",
9
+ "@c8y/bootstrap": "1021.54.10",
10
10
  "@angular/cdk": "^18.2.10",
11
11
  "ngx-bootstrap": "18.0.0",
12
12
  "leaflet": "1.9.4",
13
13
  "rxjs": "^7.8.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@c8y/options": "1021.54.4",
17
- "@c8y/devkit": "1021.54.4"
16
+ "@c8y/options": "1021.54.10",
17
+ "@c8y/devkit": "1021.54.10"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@angular/common": ">=18 <19"
@@ -112,6 +112,15 @@ import { MeasurementsSeriesInterceptor } from './scoped-mocks/measurement-series
112
112
  } as ApiMockConfig,
113
113
  multi: true
114
114
  },
115
+ {
116
+ provide: API_MOCK_CONFIG,
117
+ useValue: {
118
+ id: 'scoped-dashboard-context-interceptor-2',
119
+ path: 'dashboards/widget-guide-context-dashboard',
120
+ mockService: ContextDashboardInterceptor
121
+ } as ApiMockConfig,
122
+ multi: true
123
+ },
115
124
  {
116
125
  provide: API_MOCK_CONFIG,
117
126
  useValue: {