dev-approuter 0.5.9 → 0.5.10

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 CHANGED
@@ -3,6 +3,14 @@
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.10](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.5.9...dev-approuter@0.5.10) (2025-09-17)
7
+
8
+ **Note:** Version bump only for package dev-approuter
9
+
10
+
11
+
12
+
13
+
6
14
  ## [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
15
 
8
16
  **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 tooling extensions will be equally appreciated.
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.9",
3
+ "version": "0.5.10",
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.13.5",
16
+ "cds-plugin-ui5": "^0.13.6",
17
17
  "express": "^4",
18
- "ui5-middleware-cap": "^3.3.1"
18
+ "ui5-middleware-cap": "^3.3.2"
19
19
  },
20
- "gitHead": "4cce1d164ff2a48d73361bb37a98381b3baf83ec"
20
+ "gitHead": "9331deafb31d1c844c9832a38cc2595a7d00baa8"
21
21
  }