web-pki 2.16.4 → 2.16.5
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 +1 -0
- package/lacuna-web-pki.js +9 -2
- package/package.json +1 -1
package/lacuna-web-pki.d.ts
CHANGED
package/lacuna-web-pki.js
CHANGED
|
@@ -130,13 +130,13 @@ 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.5';
|
|
134
134
|
$._mobileSupported = 'true' === 'true';
|
|
135
135
|
$._buildChannel = 'stable';
|
|
136
136
|
|
|
137
137
|
// latest components version ----------------------
|
|
138
138
|
$._extensionRequiredVersion = '1.0.0';
|
|
139
|
-
$._chromeNativeWinRequiredVersion = '2.12.
|
|
139
|
+
$._chromeNativeWinRequiredVersion = '2.12.7';
|
|
140
140
|
$._chromeNativeLinuxRequiredVersion = '2.13.3';
|
|
141
141
|
$._chromeNativeMacRequiredVersion = '2.13.5';
|
|
142
142
|
$._ieAddonRequiredVersion = '2.9.1';
|
|
@@ -194,6 +194,7 @@ LacunaWebPKI = function (license) {
|
|
|
194
194
|
v1_8_1: '1.8.1',
|
|
195
195
|
v1_8_2: '1.8.2',
|
|
196
196
|
v1_8_3: '1.8.3',
|
|
197
|
+
v1_8_4: '1.8.4',
|
|
197
198
|
v1_9_0: '1.9.0',
|
|
198
199
|
latest: 'latest'
|
|
199
200
|
};
|
|
@@ -225,6 +226,7 @@ LacunaWebPKI = function (license) {
|
|
|
225
226
|
$._apiMap.nativeWin[$.apiVersions.v1_8_1] = '2.12.1';
|
|
226
227
|
$._apiMap.nativeWin[$.apiVersions.v1_8_2] = '2.12.3';
|
|
227
228
|
$._apiMap.nativeWin[$.apiVersions.v1_8_3] = '2.12.6';
|
|
229
|
+
$._apiMap.nativeWin[$.apiVersions.v1_8_4] = '2.12.7';
|
|
228
230
|
$._apiMap.nativeWin[$.apiVersions.v1_9_0] = '2.12.3';
|
|
229
231
|
|
|
230
232
|
// IE
|
|
@@ -245,6 +247,7 @@ LacunaWebPKI = function (license) {
|
|
|
245
247
|
$._apiMap.ieAddon[$.apiVersions.v1_8_1] = '2.9.1';
|
|
246
248
|
$._apiMap.ieAddon[$.apiVersions.v1_8_2] = '2.9.1';
|
|
247
249
|
$._apiMap.ieAddon[$.apiVersions.v1_8_3] = '2.9.1';
|
|
250
|
+
$._apiMap.ieAddon[$.apiVersions.v1_8_4] = '2.9.1';
|
|
248
251
|
$._apiMap.ieAddon[$.apiVersions.v1_9_0] = '2.9.1';
|
|
249
252
|
|
|
250
253
|
// Linux
|
|
@@ -265,6 +268,7 @@ LacunaWebPKI = function (license) {
|
|
|
265
268
|
$._apiMap.nativeLinux[$.apiVersions.v1_8_1] = '2.13.1';
|
|
266
269
|
$._apiMap.nativeLinux[$.apiVersions.v1_8_2] = '2.13.3';
|
|
267
270
|
$._apiMap.nativeLinux[$.apiVersions.v1_8_3] = '2.13.3';
|
|
271
|
+
$._apiMap.nativeLinux[$.apiVersions.v1_8_4] = '2.13.3';
|
|
268
272
|
$._apiMap.nativeLinux[$.apiVersions.v1_9_0] = '2.13.3';
|
|
269
273
|
|
|
270
274
|
// Mac
|
|
@@ -285,6 +289,7 @@ LacunaWebPKI = function (license) {
|
|
|
285
289
|
$._apiMap.nativeMac[$.apiVersions.v1_8_1] = '2.13.1';
|
|
286
290
|
$._apiMap.nativeMac[$.apiVersions.v1_8_2] = '2.13.3';
|
|
287
291
|
$._apiMap.nativeMac[$.apiVersions.v1_8_3] = '2.13.5';
|
|
292
|
+
$._apiMap.nativeMac[$.apiVersions.v1_8_4] = '2.13.5';
|
|
288
293
|
$._apiMap.nativeMac[$.apiVersions.v1_9_0] = '2.13.3';
|
|
289
294
|
|
|
290
295
|
// WebExtension
|
|
@@ -305,6 +310,7 @@ LacunaWebPKI = function (license) {
|
|
|
305
310
|
$._apiMap.extension[$.apiVersions.v1_8_1] = '2.16.0';
|
|
306
311
|
$._apiMap.extension[$.apiVersions.v1_8_2] = '2.16.0';
|
|
307
312
|
$._apiMap.extension[$.apiVersions.v1_8_3] = '2.16.0';
|
|
313
|
+
$._apiMap.extension[$.apiVersions.v1_8_4] = '2.16.0';
|
|
308
314
|
$._apiMap.extension[$.apiVersions.v1_9_0] = '2.17.0';
|
|
309
315
|
|
|
310
316
|
// Mobile
|
|
@@ -325,6 +331,7 @@ LacunaWebPKI = function (license) {
|
|
|
325
331
|
$._apiMap.mobile[$.apiVersions.v1_8_1] = '3.2.0';
|
|
326
332
|
$._apiMap.mobile[$.apiVersions.v1_8_2] = '3.2.0';
|
|
327
333
|
$._apiMap.mobile[$.apiVersions.v1_8_3] = '3.2.0';
|
|
334
|
+
$._apiMap.mobile[$.apiVersions.v1_8_4] = '3.2.0';
|
|
328
335
|
$._apiMap.mobile[$.apiVersions.v1_9_0] = '3.2.0';
|
|
329
336
|
|
|
330
337
|
// All latest
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-pki",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.5",
|
|
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",
|