Skip to content

Commit

Permalink
chore: Upgrade to Web SDK v1021.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y-ui-release[bot] committed Nov 22, 2024
1 parent 63be36c commit ab28582
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion cumulocity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
"base-uri 'none'; default-src 'self' 'unsafe-inline' http: https: ws: wss:; connect-src 'self' http: https: ws: wss:; script-src 'self' *.bugherd.com *.twitter.com *.twimg.com *.aptrinsic.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data: blob:; font-src * data:; frame-src *; worker-src 'self' blob:;",
dynamicOptionsUrl: true,
remotes: {
'widget-plugin': ['WidgetPluginModule']
[name]: ['WidgetPluginModule']
},
package: 'plugin',
isPackage: true,
Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widget-plugin",
"version": "1021.6.0",
"version": "1021.6.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -19,10 +19,10 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@c8y/bootstrap": "1021.6.0",
"@c8y/client": "1021.6.0",
"@c8y/ngx-components": "1021.6.0",
"@c8y/style": "1021.6.0",
"@c8y/bootstrap": "1021.6.1",
"@c8y/client": "1021.6.1",
"@c8y/ngx-components": "1021.6.1",
"@c8y/style": "1021.6.1",
"ngx-bootstrap": "18.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.3.0",
Expand All @@ -32,8 +32,8 @@
"@angular-devkit/build-angular": "^18.2.10",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.0",
"@c8y/devkit": "1021.6.0",
"@c8y/options": "1021.6.0",
"@c8y/devkit": "1021.6.1",
"@c8y/options": "1021.6.1",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
Expand Down

0 comments on commit ab28582

Please sign in to comment.