Skip to content

Commit 40f5ff9

Browse files
chore: Upgrade to Web SDK v1021.54.5
1 parent 5c6a8d8 commit 40f5ff9

File tree

3 files changed

+47
-38
lines changed

3 files changed

+47
-38
lines changed

Diff for: package-lock.json

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tutorial",
3-
"version": "1021.54.4",
3+
"version": "1021.54.5",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -19,10 +19,10 @@
1919
"@angular/platform-browser": "^18.2.0",
2020
"@angular/platform-browser-dynamic": "^18.2.0",
2121
"@angular/router": "^18.2.0",
22-
"@c8y/bootstrap": "1021.54.4",
23-
"@c8y/client": "1021.54.4",
24-
"@c8y/ngx-components": "1021.54.4",
25-
"@c8y/style": "1021.54.4",
22+
"@c8y/bootstrap": "1021.54.5",
23+
"@c8y/client": "1021.54.5",
24+
"@c8y/ngx-components": "1021.54.5",
25+
"@c8y/style": "1021.54.5",
2626
"leaflet": "1.9.4",
2727
"ngx-bootstrap": "18.0.0",
2828
"rxjs": "^7.8.1",
@@ -33,8 +33,8 @@
3333
"@angular-devkit/build-angular": "^18.2.15",
3434
"@angular/cli": "^18.2.15",
3535
"@angular/compiler-cli": "^18.2.0",
36-
"@c8y/devkit": "1021.54.4",
37-
"@c8y/options": "1021.54.4",
36+
"@c8y/devkit": "1021.54.5",
37+
"@c8y/options": "1021.54.5",
3838
"@types/jasmine": "~5.1.0",
3939
"jasmine-core": "~5.2.0",
4040
"karma": "~6.4.0",

Diff for: src/__mocks/mock.module.ts

+9
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ import { MeasurementsSeriesInterceptor } from './scoped-mocks/measurement-series
112112
} as ApiMockConfig,
113113
multi: true
114114
},
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+
},
115124
{
116125
provide: API_MOCK_CONFIG,
117126
useValue: {

0 commit comments

Comments
 (0)