dev-approuter 0.4.0 → 0.5.0

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 +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.4.0...dev-approuter@0.5.0) (2025-02-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * general dependencies update ([#1162](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/1162)) ([5375d76](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/5375d76496741433330d76ce59a89b39f7ad8a69))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.4.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/dev-approuter@0.3.4...dev-approuter@0.4.0) (2024-12-26)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-approuter",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
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",
@@ -11,10 +11,10 @@
11
11
  "directory": "packages/dev-approuter"
12
12
  },
13
13
  "dependencies": {
14
- "@sap/approuter": ">=17.0.0",
14
+ "@sap/approuter": ">=19.0.0",
15
15
  "@sap/xsenv": "5.4.0",
16
- "cds-plugin-ui5": "^0.11.2",
17
- "express": "^4.21.1",
16
+ "cds-plugin-ui5": "^0.12.0",
17
+ "express": "^4.21.2",
18
18
  "ui5-middleware-cap": "^3.3.0"
19
19
  },
20
20
  "peerDependencies": {
@@ -25,5 +25,5 @@
25
25
  "optional": true
26
26
  }
27
27
  },
28
- "gitHead": "d7bfddd86f2608c59882f226903dc9c142988567"
28
+ "gitHead": "ce6bb3836d24a9318fe1c9fb394fb609195607ae"
29
29
  }