@ui5/server 3.5.0 → 3.6.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.
- package/CHANGELOG.md +5 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.6.0...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.6.0"></a>
|
|
8
|
+
## [v3.6.0] - 2025-06-10
|
|
6
9
|
|
|
7
10
|
<a name="v3.5.0"></a>
|
|
8
11
|
## [v3.5.0] - 2025-06-06
|
|
@@ -356,6 +359,7 @@ Only Node.js v10 or higher is supported.
|
|
|
356
359
|
|
|
357
360
|
<a name="v0.0.1"></a>
|
|
358
361
|
## v0.0.1 - 2018-06-06
|
|
362
|
+
[v3.6.0]: https://github.com/SAP/ui5-server/compare/v3.5.0...v3.6.0
|
|
359
363
|
[v3.5.0]: https://github.com/SAP/ui5-server/compare/v3.4.0...v3.5.0
|
|
360
364
|
[v3.4.0]: https://github.com/SAP/ui5-server/compare/v3.3.0...v3.4.0
|
|
361
365
|
[v3.3.0]: https://github.com/SAP/ui5-server/compare/v3.2.1...v3.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "UI5 Tooling - Server",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"url": "git@github.com:SAP/ui5-server.git"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@ui5/builder": "^3.
|
|
118
|
+
"@ui5/builder": "^3.7.0",
|
|
119
119
|
"@ui5/fs": "^3.0.5",
|
|
120
120
|
"@ui5/logger": "^3.0.0",
|
|
121
121
|
"body-parser": "^1.20.2",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
139
|
"@istanbuljs/esm-loader-hook": "^0.2.0",
|
|
140
|
-
"@ui5/project": "^3.9.
|
|
140
|
+
"@ui5/project": "^3.9.4",
|
|
141
141
|
"ava": "^5.3.1",
|
|
142
142
|
"chokidar-cli": "^3.0.0",
|
|
143
143
|
"cross-env": "^7.0.3",
|