dev-approuter 0.5.9 → 0.5.11
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.5.11](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.10...dev-approuter@0.5.11) (2025-11-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package dev-approuter
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.5.10](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.9...dev-approuter@0.5.10) (2025-09-17)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package dev-approuter
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.5.9](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.8...dev-approuter@0.5.9) (2025-09-15)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package dev-approuter
|
package/README.md
CHANGED
|
@@ -176,7 +176,7 @@ Please use the GitHub bug tracking system to post questions, bug reports or to c
|
|
|
176
176
|
|
|
177
177
|
## Contributing
|
|
178
178
|
|
|
179
|
-
Any type of contribution (code contributions, pull requests, issues) to this set of
|
|
179
|
+
Any type of contribution (code contributions, pull requests, issues) to this set of UI5 CLI extensions will be equally appreciated.
|
|
180
180
|
|
|
181
181
|
## License
|
|
182
182
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dev-approuter",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.11",
|
|
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": "5.6.1",
|
|
16
|
-
"cds-plugin-ui5": "^0.
|
|
16
|
+
"cds-plugin-ui5": "^0.14.0",
|
|
17
17
|
"express": "^4",
|
|
18
|
-
"ui5-middleware-cap": "^3.3.
|
|
18
|
+
"ui5-middleware-cap": "^3.3.3"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "c845e0faffb8598eca1d28e31bc3e09702c1db3e"
|
|
21
21
|
}
|