@ui5/cli 3.1.0 → 3.1.1
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 +9 -2
- package/npm-shrinkwrap.json +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,16 @@
|
|
|
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-cli/compare/v3.1.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.1.1...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.1.1"></a>
|
|
8
|
+
## [v3.1.1] - 2023-04-27
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.2.1 to 3.2.2 [`defb631`](https://github.com/SAP/ui5-cli/commit/defb6313fc651826876dd9713ee67fba72ced51c)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v3.1.0"></a>
|
|
8
|
-
## [v3.1.0] - 2023-04-
|
|
14
|
+
## [v3.1.0] - 2023-04-26
|
|
9
15
|
### Dependency Updates
|
|
10
16
|
- Bump [@ui5](https://github.com/ui5)/project from 3.2.0 to 3.2.1 [`922fb09`](https://github.com/SAP/ui5-cli/commit/922fb09c9cb6b8f317b8bba55a9a13f152532c73)
|
|
11
17
|
- Bump [@ui5](https://github.com/ui5)/project from 3.1.1 to 3.2.0 [`4619e2f`](https://github.com/SAP/ui5-cli/commit/4619e2fc555987613920a4a30808534cbd70ab79)
|
|
@@ -1019,6 +1025,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1019
1025
|
|
|
1020
1026
|
<a name="v0.0.1"></a>
|
|
1021
1027
|
## v0.0.1 - 2018-06-06
|
|
1028
|
+
[v3.1.1]: https://github.com/SAP/ui5-cli/compare/v3.1.0...v3.1.1
|
|
1022
1029
|
[v3.1.0]: https://github.com/SAP/ui5-cli/compare/v3.0.7...v3.1.0
|
|
1023
1030
|
[v3.0.7]: https://github.com/SAP/ui5-cli/compare/v3.0.6...v3.0.7
|
|
1024
1031
|
[v3.0.6]: https://github.com/SAP/ui5-cli/compare/v3.0.5...v3.0.6
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^3.0.3",
|
|
13
13
|
"@ui5/fs": "^3.0.3",
|
|
14
14
|
"@ui5/logger": "^3.0.0",
|
|
15
|
-
"@ui5/project": "^3.2.
|
|
15
|
+
"@ui5/project": "^3.2.2",
|
|
16
16
|
"@ui5/server": "^3.1.2",
|
|
17
17
|
"chalk": "^5.2.0",
|
|
18
18
|
"data-with-position": "^0.5.0",
|
|
@@ -612,9 +612,9 @@
|
|
|
612
612
|
}
|
|
613
613
|
},
|
|
614
614
|
"node_modules/@ui5/project": {
|
|
615
|
-
"version": "3.2.
|
|
616
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.2.
|
|
617
|
-
"integrity": "sha512-
|
|
615
|
+
"version": "3.2.2",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-3.2.2.tgz",
|
|
617
|
+
"integrity": "sha512-W6mI15ujbRJwMq6ifgI19JPcOhvuS/J6NCk9Yyt/rYF5Cw/GOGkHlwieaggiA0Mf9EYwSBAOz/Ow0RJJpZ60dA==",
|
|
618
618
|
"dependencies": {
|
|
619
619
|
"@ui5/builder": "^3.0.3",
|
|
620
620
|
"@ui5/fs": "^3.0.3",
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"lockfile": "^1.0.4",
|
|
631
631
|
"make-fetch-happen": "^11.1.0",
|
|
632
632
|
"node-stream-zip": "^1.15.0",
|
|
633
|
-
"pacote": "^15.1.
|
|
633
|
+
"pacote": "^15.1.2",
|
|
634
634
|
"pretty-hrtime": "^1.0.3",
|
|
635
635
|
"read-pkg": "^8.0.0",
|
|
636
636
|
"read-pkg-up": "^9.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@ui5/builder": "^3.0.3",
|
|
119
119
|
"@ui5/fs": "^3.0.3",
|
|
120
120
|
"@ui5/logger": "^3.0.0",
|
|
121
|
-
"@ui5/project": "^3.2.
|
|
121
|
+
"@ui5/project": "^3.2.2",
|
|
122
122
|
"@ui5/server": "^3.1.2",
|
|
123
123
|
"chalk": "^5.2.0",
|
|
124
124
|
"data-with-position": "^0.5.0",
|