@ui5/cli 3.0.7 → 3.1.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 +14 -1
- package/lib/cli/base.js +2 -2
- package/lib/cli/commands/config.js +88 -0
- package/lib/framework/add.js +8 -5
- package/lib/framework/use.js +2 -1
- package/lib/framework/utils.js +7 -6
- package/npm-shrinkwrap.json +719 -743
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -115,10 +115,10 @@
|
|
|
115
115
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@ui5/builder": "^3.0.
|
|
119
|
-
"@ui5/fs": "^3.0.
|
|
118
|
+
"@ui5/builder": "^3.0.3",
|
|
119
|
+
"@ui5/fs": "^3.0.3",
|
|
120
120
|
"@ui5/logger": "^3.0.0",
|
|
121
|
-
"@ui5/project": "^3.
|
|
121
|
+
"@ui5/project": "^3.2.1",
|
|
122
122
|
"@ui5/server": "^3.1.2",
|
|
123
123
|
"chalk": "^5.2.0",
|
|
124
124
|
"data-with-position": "^0.5.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"js-yaml": "^4.1.0",
|
|
127
127
|
"open": "^9.1.0",
|
|
128
128
|
"pretty-hrtime": "^1.0.3",
|
|
129
|
-
"semver": "^7.
|
|
129
|
+
"semver": "^7.5.0",
|
|
130
130
|
"update-notifier": "^6.0.2",
|
|
131
131
|
"yargs": "^17.7.1"
|
|
132
132
|
},
|
|
@@ -137,17 +137,17 @@
|
|
|
137
137
|
"cross-env": "^7.0.3",
|
|
138
138
|
"depcheck": "^1.4.3",
|
|
139
139
|
"docdash": "^2.0.1",
|
|
140
|
-
"eslint": "^8.
|
|
140
|
+
"eslint": "^8.39.0",
|
|
141
141
|
"eslint-config-google": "^0.14.0",
|
|
142
142
|
"eslint-plugin-ava": "^14.0.0",
|
|
143
|
-
"eslint-plugin-jsdoc": "^
|
|
143
|
+
"eslint-plugin-jsdoc": "^41.1.2",
|
|
144
144
|
"esmock": "^2.2.1",
|
|
145
145
|
"execa": "^7.1.1",
|
|
146
146
|
"jsdoc": "^4.0.2",
|
|
147
147
|
"nyc": "^15.1.0",
|
|
148
148
|
"open-cli": "^7.2.0",
|
|
149
|
-
"rimraf": "^
|
|
150
|
-
"sinon": "^15.0.
|
|
149
|
+
"rimraf": "^5.0.0",
|
|
150
|
+
"sinon": "^15.0.4",
|
|
151
151
|
"strip-ansi": "^7.0.1",
|
|
152
152
|
"tap-xunit": "^2.4.1"
|
|
153
153
|
}
|