Skip to content

Commit

Permalink
feat: node engines update, arm platform support added
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Aug 31, 2023
1 parent 30062c4 commit 375b4e1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
5 changes: 1 addition & 4 deletions abap-api-tools/package-lock.json

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

9 changes: 3 additions & 6 deletions abap-api-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">= 14.17.0"
},
"cpu": [
"!arm"
]
}
"node": "^16 || ^18 || >= 20"
}
}
5 changes: 1 addition & 4 deletions abap-value-help/package-lock.json

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

9 changes: 3 additions & 6 deletions abap-value-help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.17.0"
},
"cpu": [
"!arm"
]
}
"node": "^16 || ^18 || >= 20"
}
}
6 changes: 3 additions & 3 deletions doc/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ Local development can be by using SAP connectors for [Python](https://github.com

## Super Apps

Althoug already powerfull, the Equipment maintenance with Variant Characteristics and Documents Management, is far from limits this approach handle with ease.
Althoug already powerfull, the Equipment maintenance app with Variant Characteristics and Documents Management, is far from limits of what this approach can handle.

When developed this way, more apps can be combined into super-apps, without noticable impact on performance or maintainability and without other technical debts.
When developed this way, more apps can be assembled into super-apps, without noticable impact on performance or maintainability.

The example below is probably unique case done with SAP technologies, a cockpit super-app, done by assembling Service Notifications, Service Orders and Equipment Maintenance "elementary" apps
The example below is probably unique case implemented with SAP technologies, a cockpit super-app, assembled from Service Notifications, Service Orders and Equipment Maintenance "elementary" apps, all without iframes.

![Super App](./assets/super-app.png)

Expand Down

0 comments on commit 375b4e1

Please sign in to comment.