Skip to content

Commit

Permalink
Zowe Suite v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Sep 2, 2021
2 parents 37122a4 + 768e18b commit e265098
Show file tree
Hide file tree
Showing 28 changed files with 25,993 additions and 20,763 deletions.
432 changes: 238 additions & 194 deletions bootstrap/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions bootstrap/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.js
*.js.map
2 changes: 2 additions & 0 deletions bootstrap/src/bootstrap/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.js
*.js.map
4 changes: 2 additions & 2 deletions system-apps/admin-notification-app/pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "org.zowe.zlux.ng2desktop.admin-notification",
"apiVersion": "1.0.0",
"pluginVersion": "1.0.0",
"pluginVersion": "1.0.1",
"pluginType": "application",
"isSystemPlugin":true,
"webContent": {
Expand All @@ -21,4 +21,4 @@
"y": 0
}
}
}
}
2,562 changes: 743 additions & 1,819 deletions system-apps/admin-notification-app/webClient/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions system-apps/admin-notification-app/webClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-notification",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
Expand All @@ -11,8 +11,8 @@
"@rocketsoftware/carbon-components": "0.0.5",
"@rocketsoftware/carbon-components-angular": "0.0.6",
"@rocketsoftware/icons-angular": "0.0.3",
"node-sass": "^4.14.1",
"sass-loader": "^7.2.0",
"sass": "~1.26.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0"
},
"devDependencies": {
Expand All @@ -27,7 +27,7 @@
"@angular/router": "~6.0.9",
"angular2-template-loader": "~0.6.2",
"copy-webpack-plugin": "~5.1.2",
"core-js": "~2.5.7",
"core-js": "~2.6.5",
"css-loader": "~1.0.0",
"exports-loader": "^0.7.0",
"file-loader": "~1.1.11",
Expand All @@ -38,8 +38,8 @@
"ts-loader": "~4.4.2",
"tslint": "~5.10.0",
"typescript": "~2.9.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack": "~4.46.0",
"webpack-cli": "~3.3.12",
"webpack-config": "~7.5.0",
"zone.js": "~0.8.26"
}
Expand Down
260 changes: 124 additions & 136 deletions system-apps/app-generator/nodeServer/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion system-apps/app-generator/nodeServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-generator-back",
"version": "1.0.0",
"version": "1.0.1",
"description": "Back-end for App Generator",
"scripts": {
"build": "rm -rf ../lib && tsc && npm run copy:modules",
Expand Down
2 changes: 1 addition & 1 deletion system-apps/app-generator/pluginDefinition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"identifier": "org.zowe.zlux.generator",
"apiVersion": "1.0.0",
"pluginVersion": "1.0.0",
"pluginVersion": "1.0.1",
"pluginType": "application",
"webContent": {
"framework": "iframe",
Expand Down
Loading

0 comments on commit e265098

Please sign in to comment.