@sapui5/sap.ndc 1.90.10 → 1.90.13

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": "@sapui5/sap.ndc",
3
- "version": "1.90.10",
3
+ "version": "1.90.13",
4
4
  "description": "SAPUI5 Library sap.ndc",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -6,7 +6,7 @@
6
6
  <copyright>SAPUI5
7
7
 
8
8
  (c) Copyright 2009-2021 SAP SE. All rights reserved</copyright>
9
- <version>1.90.10</version>
9
+ <version>1.90.13</version>
10
10
 
11
11
  <documentation>SAPUI5 library with controls with native device capabilities.</documentation>
12
12
 
@@ -24,12 +24,20 @@
24
24
  <selenium xmlns="http://www.sap.com/ui5/buildext/selenium" package="com.sap.ui5.selenium.ndc"/>
25
25
  <!-- excludes for the JSDoc -->
26
26
  <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc">
27
- <exclude name="sap.ndc.js."/>
27
+ <exclude name="sap.ndc.thirdparty."/>
28
28
  </jsdoc>
29
29
  <!-- excludes for the JSCoverage -->
30
30
  <jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage">
31
- <exclude name="sap.ndc.js."/>
31
+ <exclude name="sap.ndc.thirdparty."/>
32
32
  </jscoverage>
33
+ <!-- Thirdparty references -->
34
+ <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
35
+ <lib name="@zxing/library" displayName="ZXing" version="0.18.3" homepage="https://zxing-js.github.io/library/">
36
+ <license url="https://github.com/zxing-js/library/blob/master/LICENSE" type="MIT" />
37
+ <copyright>2018 ZXing for JS</copyright>
38
+ <pattern>sap/ndc/thirdparty/ZXing.js</pattern>
39
+ </lib>
40
+ </thirdparty>
33
41
  <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
34
42
  url="../../../test-resources/sap/ndc/relnotes/changes-{major}.{minor}.json"
35
43
  resolve="lib" />