@ui5/server 3.0.0-alpha.2 → 3.0.0-alpha.3
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 +4 -4
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.0.0-alpha.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.3...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.0.0-alpha.3"></a>
|
|
8
|
+
## [v3.0.0-alpha.3] - 2022-07-27
|
|
6
9
|
|
|
7
10
|
<a name="v3.0.0-alpha.2"></a>
|
|
8
11
|
## [v3.0.0-alpha.2] - 2022-06-14
|
|
@@ -272,6 +275,7 @@ Only Node.js v10 or higher is supported.
|
|
|
272
275
|
<a name="v0.0.1"></a>
|
|
273
276
|
## v0.0.1 - 2018-06-06
|
|
274
277
|
|
|
278
|
+
[v3.0.0-alpha.3]: https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
|
|
275
279
|
[v3.0.0-alpha.2]: https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
|
|
276
280
|
[v3.0.0-alpha.1]: https://github.com/SAP/ui5-server/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
|
|
277
281
|
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-server/compare/v2.4.0...v3.0.0-alpha.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/server",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.3",
|
|
4
4
|
"description": "UI5 Tooling - Server",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"url": "git@github.com:SAP/ui5-server.git"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@ui5/builder": "^3.0.0-alpha.
|
|
109
|
-
"@ui5/fs": "^3.0.0-alpha.
|
|
108
|
+
"@ui5/builder": "^3.0.0-alpha.9",
|
|
109
|
+
"@ui5/fs": "^3.0.0-alpha.5",
|
|
110
110
|
"@ui5/logger": "^3.0.1-alpha.1",
|
|
111
111
|
"body-parser": "^1.19.1",
|
|
112
112
|
"compression": "^1.7.4",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"yesno": "^0.3.1"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@ui5/project": "^3.0.0-alpha.
|
|
132
|
+
"@ui5/project": "^3.0.0-alpha.6",
|
|
133
133
|
"ava": "^3.15.0",
|
|
134
134
|
"chokidar-cli": "^3.0.0",
|
|
135
135
|
"cross-env": "^7.0.3",
|