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

Commit

Permalink
updated with manfiest entires for widget catalog sampe
Browse files Browse the repository at this point in the history
  • Loading branch information
DarpanLalani committed Sep 15, 2021
1 parent 80e5c3e commit d9463dd
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 17 deletions.
203 changes: 195 additions & 8 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-application",
"version": "1.0.0",
"version": "1.2.0",
"description": "It fetches Inventory data based on the device id and display the same in a widget.",
"author": "Khushi Khanna - Software AG, Global Presales",
"license": "Apache 2.0",
Expand Down Expand Up @@ -34,8 +34,7 @@
"@c8y/style": "^1006.3.0",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1",
"gulp-inject-string": "^1.1.2"
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.8",
Expand Down Expand Up @@ -71,6 +70,8 @@
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-external-import": "^2.2.3"
"webpack-external-import": "^2.2.3",
"gulp-inject-string": "^1.1.2",
"gulp-json-modify": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion projects/gp-demo-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gp-demo-widget",
"version": "1.1.0",
"version": "1.2.0",
"description": "It fetches Inventory data based on the device id and display the same in a widget.",
"author": "Khushi Khanna - Software AG, Global Presales",
"license": "Apache 2.0",
Expand Down
Loading

0 comments on commit d9463dd

Please sign in to comment.