mbt 1.2.7 → 1.2.16

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 +7 -5
  2. package/package.json +9 -4
  3. package/NOTICE.txt +0 -1
package/README.md CHANGED
@@ -94,10 +94,12 @@ FROM ghcr.io/sap/mbtci-java11-node14:latest
94
94
 
95
95
  ##### How to use the images
96
96
  You should choose the relevant image type from following list to replace the `<TYPE>` template in the command according your MTA project technologies:
97
- * java8-node12
98
97
  * java8-node14
99
- * java11-node12
98
+ * java8-node16
99
+ * java8-node18
100
100
  * java11-node14
101
+ * java11-node16
102
+ * java11-node18
101
103
  * alpine
102
104
 
103
105
  On a Linux/Darwin machine you can run:
@@ -109,7 +111,7 @@ This will build an mtar file for SAP Cloud Platform (Cloud Foundry). The folder
109
111
  <b>Note:</b> The parameter `-p=cf` can be omitted as the build for cloud foundry is the default build, this is an example of the MBT build parameters, for further commands see MBT docs.
110
112
 
111
113
  ##### How to build the images
112
- To buid the images, you should choose the relevant docker file type from following list to replace the `<TYPE>` template in the Dockerfile according your MTA project Java version:
114
+ To build the images, you should choose the relevant docker file type from following list to replace the `<TYPE>` template in the Dockerfile according your MTA project Java version:
113
115
  * java8
114
116
  * java11
115
117
 
@@ -137,8 +139,8 @@ docker build -f Dockerfile_alpine -t devxci/mbtci .
137
139
 
138
140
  ##### The images provide:
139
141
 
140
- - Cloud MTA Build Tool - 1.2.7
141
- - Nodejs - 12.22.5 or 14.17.5
142
+ - Cloud MTA Build Tool - 1.2.16
143
+ - Nodejs - 14.19.2 or 16.15.0 or 18.1.0
142
144
  - Maven - 3.6.3
143
145
  - Golang - 1.14.7
144
146
  - Java - 8 or 11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mbt",
3
- "version": "1.2.7",
3
+ "version": "1.2.16",
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": [
@@ -9,9 +9,11 @@
9
9
  ],
10
10
  "scripts": {
11
11
  "install": "binwrap-install",
12
- "prepare": "binwrap-prepare",
13
- "test": "binwrap-test",
14
- "prepublish": "npm test"
12
+ "ci": "npm-run-all build test",
13
+ "build": "binwrap-prepare",
14
+ "test": "npm-run-all test:*",
15
+ "test:binwrap-links": "binwrap-test",
16
+ "test:binwrap-binary": "node ./bin/mbt"
15
17
  },
16
18
  "bin": {
17
19
  "mbt": "bin/mbt"
@@ -28,5 +30,8 @@
28
30
  "homepage": "https://github.com/SAP/cloud-mta-build-tool#readme",
29
31
  "dependencies": {
30
32
  "binwrap": "0.2.2"
33
+ },
34
+ "devDependencies": {
35
+ "npm-run-all": "4.1.5"
31
36
  }
32
37
  }
package/NOTICE.txt DELETED
@@ -1 +0,0 @@
1
- Copyright (c) 2019 SAP SE or an SAP affiliate company.