@sap/artifact-management 1.12.0 → 1.12.1

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 CHANGED
@@ -1,8 +1,15 @@
1
+ ## 1.12.1 - 8 June, 2022
2
+ ### Fixed
3
+ * Adjust the banner image for preview & launchpad.
4
+ * Reference higher ui5 version for launchpad to enable latest features from FE app.
1
5
  ## 1.12.0 - 27 May, 2022
2
6
  ### Added
3
7
  * Added new CLI api `get-data-info` to support parsing data file (csv, xml)
4
8
  ### Changed
5
9
  * Refactor mta.yaml to support CI/CD service
10
+ ## 1.11.1 - 17 May, 2022
11
+ ### Fixed
12
+ * Reference ui5 with specific version for preview & launchpad.
6
13
  ## 1.11.0 - 26 April, 2022
7
14
  ### Added
8
15
  * Enable application logs service.
@@ -1,9 +1,8 @@
1
1
  .customCellImageBackground {
2
2
  color: #fff;
3
- background-image: url("header.png");
3
+ background-image: url("header.jpg");
4
4
  background-size: 100% auto;
5
5
  background-position: 0 20%;
6
- height: 12rem;
7
6
  }
8
7
  .customCellImageBackground .sapUiBlockCellContent,
9
8
  .customCellImageBackground .sapUiBlockCellContent .sapMText {
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <title> <%- pageTitle %> </title>
6
6
  <script src="shared-config.js"></script>
7
- <script src="https://ui5.sap.com/1.96.7/resources/sap-ui-core.js"
7
+ <script src="https://ui5.sap.com/1.102.1/resources/sap-ui-core.js"
8
8
  id="sap-ui-bootstrap"
9
9
  data-sap-ui-theme='sap_fiori_3'
10
10
  data-sap-ui-bindingSyntax="complex"
@@ -10,9 +10,9 @@
10
10
  window["sap-ushell-config"] = <%- applications %>;
11
11
  </script>
12
12
  <link rel="stylesheet" href="assets/launchpad.css">
13
- <script src="https://ui5.sap.com/1.96.7/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
13
+ <script src="https://ui5.sap.com/1.102.1/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
14
14
  <script
15
- src="https://ui5.sap.com/1.96.7/resources/sap-ui-core.js"
15
+ src="https://ui5.sap.com/1.102.1/resources/sap-ui-core.js"
16
16
  data-sap-ui-libs="sap.m, sap.ushell, sap.fe.templates"
17
17
  data-sap-ui-compatVersion="edge"
18
18
  data-sap-ui-theme="sap_fiori_3"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/artifact-management-base",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "files": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/artifact-management-mdkplugin",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "create-packages": "bash ../../bin/create_node_module.sh"
26
26
  },
27
27
  "dependencies": {
28
- "@sap/artifact-management-base": "1.12.0",
28
+ "@sap/artifact-management-base": "1.12.1",
29
29
  "@sap/cds": "5.1.5",
30
30
  "fast-glob": "3.2.7",
31
31
  "glob": "7.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/artifact-management",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "files": [
@@ -29,8 +29,8 @@
29
29
  "dev-project": "dist/src/project-api/ProjectCLI.js"
30
30
  },
31
31
  "dependencies": {
32
- "@sap/artifact-management-base": "1.12.0",
33
- "@sap/artifact-management-mdkplugin": "1.12.0",
32
+ "@sap/artifact-management-base": "1.12.1",
33
+ "@sap/artifact-management-mdkplugin": "1.12.1",
34
34
  "ajv": "8.8.1",
35
35
  "arg": "5.0.1",
36
36
  "async": "3.2.2",