@ui5/cli 3.0.0-alpha.1 → 3.0.0-alpha.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0-alpha.4",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -40,12 +40,13 @@
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": [
49
+ "CHANGELOG.md",
49
50
  "CONTRIBUTING.md",
50
51
  "index.js",
51
52
  "jsdoc.json",
@@ -107,7 +108,7 @@
107
108
  "url": "git@github.com:SAP/ui5-cli.git"
108
109
  },
109
110
  "dependencies": {
110
- "@ui5/builder": "^3.0.0-alpha.1",
111
+ "@ui5/builder": "^3.0.0-alpha.3",
111
112
  "@ui5/fs": "^3.0.0-alpha.2",
112
113
  "@ui5/logger": "^3.0.1-alpha.1",
113
114
  "@ui5/project": "^3.0.0-alpha.1",