@ui5/cli 3.0.0-alpha.2 → 3.0.0-alpha.5
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 +26 -2
- package/lib/cli/commands/build.js +12 -2
- package/npm-shrinkwrap.json +677 -316
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.5",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
|
|
41
41
|
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
|
|
42
42
|
"preversion": "npm test",
|
|
43
|
-
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
43
|
+
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
44
44
|
"prepublishOnly": "git push --follow-tags",
|
|
45
|
-
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version | node .chglog/consolidate-changelogs.js",
|
|
45
|
+
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version | node .chglog/consolidate-changelogs.js",
|
|
46
46
|
"depcheck": "depcheck --ignores docdash,@ui5/fs"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@ui5/builder": "^3.0.0-alpha.
|
|
111
|
+
"@ui5/builder": "^3.0.0-alpha.4",
|
|
112
112
|
"@ui5/fs": "^3.0.0-alpha.2",
|
|
113
113
|
"@ui5/logger": "^3.0.1-alpha.1",
|
|
114
114
|
"@ui5/project": "^3.0.0-alpha.1",
|