Skip to content

Commit

Permalink
Upgrade c8y WebSDK version to 1011 (#30)
Browse files Browse the repository at this point in the history
* prepare upgrade to 1011

* remove the excessive logging when building via ci
  • Loading branch information
reey authored Nov 12, 2021
1 parent a073f16 commit f6c1ea7
Show file tree
Hide file tree
Showing 18 changed files with 23,326 additions and 19,569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm test --if-present

- name: 🚧 Build
run: npm run build --if-present
run: npm run build:ci --if-present

- name: Upload Subtenant Artifact
uses: actions/upload-artifact@v2
Expand Down
3 changes: 2 additions & 1 deletion apps/administration/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { RouterModule as NgRouterModule } from '@angular/router';
import { UpgradeModule as NgUpgradeModule } from '@angular/upgrade/static';
import { CoreModule, RouterModule } from '@c8y/ngx-components';
import { CoreModule, RouterModule, PluginsModule } from '@c8y/ngx-components';
import { AppLogsAutoRefreshModule } from '@c8y/ngx-components/app-logs';
import { ConnectivityModule, SimModule } from '@c8y/ngx-components/connectivity';
import { SmsGatewayModule } from '@c8y/ngx-components/sms-gateway';
Expand All @@ -28,6 +28,7 @@ import { SubtenantManagementModule } from '@modules/subtenant-management.module'
BinaryFileDownloadModule,
DefaultSubscriptionsModule,
EcosystemModule,
PluginsModule,
SubtenantManagementModule.forRoot()
]
})
Expand Down
Loading

0 comments on commit f6c1ea7

Please sign in to comment.