@ibm/zapp-core 1.4.0 → 1.6.0
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/LICENSE.txt +1 -1
- package/NOTICES.txt +3 -3
- package/lib/index.d.ts +518 -70
- package/lib/index.js +2 -2
- package/package.json +8 -5
- package/resources/zapp-schema-1.6.0.json +1208 -0
- package/resources/zapp-schema-1.4.0.json +0 -559
package/LICENSE.txt
CHANGED
|
@@ -3,7 +3,7 @@ LICENSE INFORMATION
|
|
|
3
3
|
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
|
|
4
4
|
|
|
5
5
|
Program Name (Program Number):
|
|
6
|
-
IBM Zapp Core Library V1.
|
|
6
|
+
IBM Zapp Core Library V1.6 (Plug-in)
|
|
7
7
|
|
|
8
8
|
The following standard terms apply to Licensee's use of the Program.
|
|
9
9
|
|
package/NOTICES.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
NOTICES AND INFORMATION
|
|
2
2
|
|
|
3
|
-
IBM Zapp Core Library V1.
|
|
3
|
+
IBM Zapp Core Library V1.6
|
|
4
4
|
|
|
5
5
|
The IBM license agreement and any applicable information on the web
|
|
6
6
|
download page for IBM products refers Licensee to this file for details
|
|
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
|
|
|
25
25
|
from the use of this NOTICES file or its contents, including without
|
|
26
26
|
limitation URLs or references to any third party websites.
|
|
27
27
|
|
|
28
|
-
Start of Notices for IBM Zapp Core Library 1.
|
|
28
|
+
Start of Notices for IBM Zapp Core Library 1.6
|
|
29
29
|
=====================================================================
|
|
30
30
|
|
|
31
31
|
=====================================================================
|
|
@@ -663,7 +663,7 @@ For more information, please refer to <http://unlicense.org/>
|
|
|
663
663
|
END OF UNLICENSE NOTICES AND INFORMATION
|
|
664
664
|
=====================================================================
|
|
665
665
|
|
|
666
|
-
End of Notices for IBM Zapp Core Library 1.
|
|
666
|
+
End of Notices for IBM Zapp Core Library 1.6
|
|
667
667
|
|
|
668
668
|
|
|
669
669
|
L/N: L-KTSR-8RJLXL
|