dev-approuter 0.5.10 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
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.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
+
6
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)
7
15
 
8
16
  **Note:** Version bump only for package dev-approuter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-approuter",
3
- "version": "0.5.10",
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.13.6",
16
+ "cds-plugin-ui5": "^0.14.0",
17
17
  "express": "^4",
18
- "ui5-middleware-cap": "^3.3.2"
18
+ "ui5-middleware-cap": "^3.3.3"
19
19
  },
20
- "gitHead": "9331deafb31d1c844c9832a38cc2595a7d00baa8"
20
+ "gitHead": "c845e0faffb8598eca1d28e31bc3e09702c1db3e"
21
21
  }