mbt 1.2.26 → 1.2.28

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/install.js +1 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -48,9 +48,9 @@ It is also possible to download and "install" the `mbt` executable via github re
48
48
 
49
49
  The Cloud MTA Build Tool published docker images on docker hub with a pre-configured set of runtime tools (nodejs/java/maven/...).
50
50
 
51
- ## Node.js v10/ECMAScript modules
51
+ ## Node.js v10 and lower minor version of Node.js v11, v12, v13 /ECMAScript modules
52
52
 
53
- More and more npm packages use ECMAScript modules instead of commonJS, for ECMAScript modules are the official standard format to package JavaScript code for reuse. From v1.2.25, we use axios instead of binwrap(which has moderate severity vulnerabilities) to download binary files, but axios only supports ECMAScript modules and can't work on Node.js v10. So since v1.2.25, mbt will not support Node.js v10 and lower versions.
53
+ More and more npm packages use ECMAScript modules instead of commonJS, for ECMAScript modules are the official standard format to package JavaScript code for reuse. From v1.2.25, we use axios instead of binwrap(which has moderate severity vulnerabilities) to download binary files, but axios only supports ECMAScript modules and can't work on Node.js v10 and lower minor version of Node.js v11, v12, v13. The axios can work on latest version of Node.js v11.15, v12.22, v13.14. So since v1.2.25, mbt will not support Node.js v10 and lower versions, including lower minor version of Node.js v11, v12, v13.
54
54
 
55
55
  ## License
56
56
 
package/install.js CHANGED
@@ -31,6 +31,7 @@ var config = {
31
31
  'darwin-arm64': root + 'Darwin_arm64.tar.gz',
32
32
  'darwin-x64': root + 'Darwin_amd64.tar.gz',
33
33
  'linux-x64': root + 'Linux_amd64.tar.gz',
34
+ 'linux-arm64': root + 'Linux_arm64.tar.gz',
34
35
  'win32-x64': root + 'Windows_amd64.tar.gz'
35
36
  }
36
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mbt",
3
- "version": "1.2.26",
3
+ "version": "1.2.28",
4
4
  "description": "[![CircleCI](https://circleci.com/gh/SAP/cloud-mta-build-tool.svg?style=svg&circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta-build-tool) [![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta-build-tool)](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool) [![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta-build-tool/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover) ![GitHub license](https://img.shields.io/badge/license-Apache_2.0-blue.svg) ![pre-alpha](https://img.shields.io/badge/Release-pre--alpha-orange.svg)",
5
5
  "main": "index.js",
6
6
  "files": [