@c8y/tutorial 1021.22.53 → 1021.22.58
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.22.
|
|
3
|
+
"version": "1021.22.58",
|
|
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.22.
|
|
7
|
-
"@c8y/ngx-components": "1021.22.
|
|
8
|
-
"@c8y/client": "1021.22.
|
|
9
|
-
"@c8y/bootstrap": "1021.22.
|
|
6
|
+
"@c8y/style": "1021.22.58",
|
|
7
|
+
"@c8y/ngx-components": "1021.22.58",
|
|
8
|
+
"@c8y/client": "1021.22.58",
|
|
9
|
+
"@c8y/bootstrap": "1021.22.58",
|
|
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.22.
|
|
17
|
-
"@c8y/devkit": "1021.22.
|
|
16
|
+
"@c8y/options": "1021.22.58",
|
|
17
|
+
"@c8y/devkit": "1021.22.58"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@angular/common": ">=18 <19"
|
|
@@ -101,6 +101,15 @@ import { TypeaheadInterceptor } from './scoped-mocks/typeahead';
|
|
|
101
101
|
} as ApiMockConfig,
|
|
102
102
|
multi: true
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
provide: API_MOCK_CONFIG,
|
|
106
|
+
useValue: {
|
|
107
|
+
id: 'scoped-dashboard-context-interceptor-2',
|
|
108
|
+
path: 'dashboards/widget-guide-context-dashboard',
|
|
109
|
+
mockService: ContextDashboardInterceptor
|
|
110
|
+
} as ApiMockConfig,
|
|
111
|
+
multi: true
|
|
112
|
+
},
|
|
104
113
|
{
|
|
105
114
|
provide: API_MOCK_CONFIG,
|
|
106
115
|
useValue: {
|