web-pki 2.16.1 → 2.16.2
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/lacuna-web-pki.d.ts +2 -1
- package/lacuna-web-pki.js +1 -1
- package/package.json +1 -1
package/lacuna-web-pki.d.ts
CHANGED
|
@@ -1052,7 +1052,8 @@ export namespace LacunaWebPKI {
|
|
|
1052
1052
|
v1_6_1 = '1.6.1',
|
|
1053
1053
|
v1_7_0 = '1.7.0',
|
|
1054
1054
|
v1_7_2 = '1.7.2',
|
|
1055
|
-
v1_8_0 = '1.8.0'
|
|
1055
|
+
v1_8_0 = '1.8.0',
|
|
1056
|
+
v1_8_1 = '1.8.1'
|
|
1056
1057
|
}
|
|
1057
1058
|
|
|
1058
1059
|
/**************************************************************
|
package/lacuna-web-pki.js
CHANGED
|
@@ -130,7 +130,7 @@ LacunaWebPKI = function (license) {
|
|
|
130
130
|
$._edgeExtensionId = 'nedeegdmhlnmboboahchfpkmdnnemapd';
|
|
131
131
|
$._edgeLegacyProductId = 'd2798a85-9698-425a-add7-3db79a39ca8a';
|
|
132
132
|
$._chromeExtensionFirstVersionWithSelfUpdate = '2.0.20';
|
|
133
|
-
$._jslibVersion = '2.16.
|
|
133
|
+
$._jslibVersion = '2.16.2';
|
|
134
134
|
$._mobileSupported = 'true' === 'true';
|
|
135
135
|
$._buildChannel = 'stable';
|
|
136
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-pki",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.2",
|
|
4
4
|
"description": "The Lacuna Web PKI component enables web applications to interact with digital certificates through javascript, without the need of Java.",
|
|
5
5
|
"main": "lacuna-web-pki.js",
|
|
6
6
|
"types": "lacuna-web-pki.d.ts",
|