dev-approuter 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.6.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.6.1...dev-approuter@0.6.2) (2026-01-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package dev-approuter
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.6.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.6.0...dev-approuter@0.6.1) (2025-12-05)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package dev-approuter
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [0.6.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.12...dev-approuter@0.6.0) (2025-12-02)
|
|
7
23
|
|
|
8
24
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# dev-approuter
|
|
2
2
|
|
|
3
|
-
> :wave: This is
|
|
3
|
+
> :wave: This is an **open‑source, community‑driven project**, developed and actively monitored by members of the UI5 community. You are welcome to use it, report issues, contribute enhancements, and support others in the community.
|
|
4
4
|
|
|
5
5
|
The `dev-approuter` is a dev time wrapper for the [SAP Application Router](https://www.npmjs.com/package/@sap/approuter) that can serve [UI5](https://ui5.sap.com/) and [SAP Cloud Application Programming Model (CAP)](https://cap.cloud.sap/docs/) apps that are added as (dev)dependencies to the approuter's `package.json`. A few key notes to begin with:
|
|
6
6
|
- The `dev-approuter` utilizes the [SAP Application Router's extension API](https://help.sap.com/docs/btp/sap-business-technology-platform/extension-api-of-application-router) by adding UI5 servers as extensions - providing the full [UI5 CLI](https://ui5.github.io/cli/v3/) experience.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dev-approuter",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "A dev time wrapper for the SAP Application Router that can serve UI5 and CDS modules added as dependencies.",
|
|
5
5
|
"author": "Nico Schoenteich <nicolai.schoenteich@sap.com> (https://github.com/nicoschoenteich)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@sap/approuter": ">=20",
|
|
15
15
|
"@sap/xsenv": "6.0.0",
|
|
16
|
-
"cds-plugin-ui5": "^0.16.
|
|
16
|
+
"cds-plugin-ui5": "^0.16.2",
|
|
17
17
|
"express": "^5",
|
|
18
|
-
"ui5-middleware-cap": "^3.3.
|
|
18
|
+
"ui5-middleware-cap": "^3.3.4"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "81b3e9d3bf3fd2099d60eb999aac71404c2d881d"
|
|
21
21
|
}
|