Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
updated for c8y 1015
Browse files Browse the repository at this point in the history
  • Loading branch information
DarpanLalani committed Aug 30, 2022
1 parent 8c5798d commit 9dfc106
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Demo Widget is the Cumulocity module federation plugin created using c8ycli

|APPLICATION BUILDER | CUMULOCITY | DEMO WIDGET PLUGIN |
|--------------------|------------|---------------------|
| 1.4.x(coming soon)| >= 1014.x.x| 1.x.x |
| 1.4.x(coming soon)| >= 1015.x.x| 1.x.x |


## Prerequisites:
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-demo-widget-plugin",
"version": "1.0.0-beta",
"version": "1.0.1-beta",
"description": "It fetches Inventory data based on the device id and display the same in a widget",
"scripts": {
"start": "c8ycli server --env.beta=true",
Expand All @@ -24,12 +24,12 @@
"@angular/platform-browser-dynamic": "12.2.14",
"@angular/router": "12.2.14",
"@angular/upgrade": "12.2.14",
"@c8y/client": "1014.0.116",
"@c8y/ngx-components": "1014.0.116",
"@c8y/client": "1015.0.109",
"@c8y/ngx-components": "1015.0.109",
"@ngx-translate/core": "13.0.0",
"rxjs": "~6.6.3",
"zone.js": "~0.11.4",
"@c8y/style": "1014.0.116"
"@c8y/style": "1015.0.109"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.14",
Expand All @@ -43,7 +43,7 @@
"jest": "^27.4.5",
"jest-preset-angular": "^11.0.1",
"typescript": "4.2.4",
"@c8y/cli": "1014.0.116",
"@c8y/cli": "1015.0.109",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.1"
},
Expand Down

0 comments on commit 9dfc106

Please sign in to comment.