web-pki 2.16.3 → 2.16.4
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 +12 -4
- package/package.json +1 -1
package/lacuna-web-pki.d.ts
CHANGED
package/lacuna-web-pki.js
CHANGED
|
@@ -130,15 +130,15 @@ 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.4';
|
|
134
134
|
$._mobileSupported = 'true' === 'true';
|
|
135
135
|
$._buildChannel = 'stable';
|
|
136
136
|
|
|
137
137
|
// latest components version ----------------------
|
|
138
|
-
$._extensionRequiredVersion = '
|
|
139
|
-
$._chromeNativeWinRequiredVersion = '2.12.
|
|
138
|
+
$._extensionRequiredVersion = '1.0.0';
|
|
139
|
+
$._chromeNativeWinRequiredVersion = '2.12.6';
|
|
140
140
|
$._chromeNativeLinuxRequiredVersion = '2.13.3';
|
|
141
|
-
$._chromeNativeMacRequiredVersion = '2.13.
|
|
141
|
+
$._chromeNativeMacRequiredVersion = '2.13.5';
|
|
142
142
|
$._ieAddonRequiredVersion = '2.9.1';
|
|
143
143
|
$._mobileRequiredVersion = '3.2.0';
|
|
144
144
|
// ------------------------------------------------
|
|
@@ -193,6 +193,7 @@ LacunaWebPKI = function (license) {
|
|
|
193
193
|
v1_8_0: '1.8.0',
|
|
194
194
|
v1_8_1: '1.8.1',
|
|
195
195
|
v1_8_2: '1.8.2',
|
|
196
|
+
v1_8_3: '1.8.3',
|
|
196
197
|
v1_9_0: '1.9.0',
|
|
197
198
|
latest: 'latest'
|
|
198
199
|
};
|
|
@@ -223,6 +224,7 @@ LacunaWebPKI = function (license) {
|
|
|
223
224
|
$._apiMap.nativeWin[$.apiVersions.v1_8_0] = '2.12.0';
|
|
224
225
|
$._apiMap.nativeWin[$.apiVersions.v1_8_1] = '2.12.1';
|
|
225
226
|
$._apiMap.nativeWin[$.apiVersions.v1_8_2] = '2.12.3';
|
|
227
|
+
$._apiMap.nativeWin[$.apiVersions.v1_8_3] = '2.12.6';
|
|
226
228
|
$._apiMap.nativeWin[$.apiVersions.v1_9_0] = '2.12.3';
|
|
227
229
|
|
|
228
230
|
// IE
|
|
@@ -242,6 +244,7 @@ LacunaWebPKI = function (license) {
|
|
|
242
244
|
$._apiMap.ieAddon[$.apiVersions.v1_8_0] = '2.9.0';
|
|
243
245
|
$._apiMap.ieAddon[$.apiVersions.v1_8_1] = '2.9.1';
|
|
244
246
|
$._apiMap.ieAddon[$.apiVersions.v1_8_2] = '2.9.1';
|
|
247
|
+
$._apiMap.ieAddon[$.apiVersions.v1_8_3] = '2.9.1';
|
|
245
248
|
$._apiMap.ieAddon[$.apiVersions.v1_9_0] = '2.9.1';
|
|
246
249
|
|
|
247
250
|
// Linux
|
|
@@ -261,6 +264,7 @@ LacunaWebPKI = function (license) {
|
|
|
261
264
|
$._apiMap.nativeLinux[$.apiVersions.v1_8_0] = '2.13.0';
|
|
262
265
|
$._apiMap.nativeLinux[$.apiVersions.v1_8_1] = '2.13.1';
|
|
263
266
|
$._apiMap.nativeLinux[$.apiVersions.v1_8_2] = '2.13.3';
|
|
267
|
+
$._apiMap.nativeLinux[$.apiVersions.v1_8_3] = '2.13.3';
|
|
264
268
|
$._apiMap.nativeLinux[$.apiVersions.v1_9_0] = '2.13.3';
|
|
265
269
|
|
|
266
270
|
// Mac
|
|
@@ -280,6 +284,7 @@ LacunaWebPKI = function (license) {
|
|
|
280
284
|
$._apiMap.nativeMac[$.apiVersions.v1_8_0] = '2.13.0';
|
|
281
285
|
$._apiMap.nativeMac[$.apiVersions.v1_8_1] = '2.13.1';
|
|
282
286
|
$._apiMap.nativeMac[$.apiVersions.v1_8_2] = '2.13.3';
|
|
287
|
+
$._apiMap.nativeMac[$.apiVersions.v1_8_3] = '2.13.5';
|
|
283
288
|
$._apiMap.nativeMac[$.apiVersions.v1_9_0] = '2.13.3';
|
|
284
289
|
|
|
285
290
|
// WebExtension
|
|
@@ -299,6 +304,7 @@ LacunaWebPKI = function (license) {
|
|
|
299
304
|
$._apiMap.extension[$.apiVersions.v1_8_0] = '2.16.0';
|
|
300
305
|
$._apiMap.extension[$.apiVersions.v1_8_1] = '2.16.0';
|
|
301
306
|
$._apiMap.extension[$.apiVersions.v1_8_2] = '2.16.0';
|
|
307
|
+
$._apiMap.extension[$.apiVersions.v1_8_3] = '2.16.0';
|
|
302
308
|
$._apiMap.extension[$.apiVersions.v1_9_0] = '2.17.0';
|
|
303
309
|
|
|
304
310
|
// Mobile
|
|
@@ -318,6 +324,7 @@ LacunaWebPKI = function (license) {
|
|
|
318
324
|
$._apiMap.mobile[$.apiVersions.v1_8_0] = '3.2.0';
|
|
319
325
|
$._apiMap.mobile[$.apiVersions.v1_8_1] = '3.2.0';
|
|
320
326
|
$._apiMap.mobile[$.apiVersions.v1_8_2] = '3.2.0';
|
|
327
|
+
$._apiMap.mobile[$.apiVersions.v1_8_3] = '3.2.0';
|
|
321
328
|
$._apiMap.mobile[$.apiVersions.v1_9_0] = '3.2.0';
|
|
322
329
|
|
|
323
330
|
// All latest
|
|
@@ -1670,6 +1677,7 @@ LacunaWebPKI = function (license) {
|
|
|
1670
1677
|
requestId: requestId,
|
|
1671
1678
|
license: context.license,
|
|
1672
1679
|
useDomainNativePool: context.useDomainNativePool,
|
|
1680
|
+
jslibVersion: $._jslibVersion,
|
|
1673
1681
|
command: command,
|
|
1674
1682
|
request: request
|
|
1675
1683
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-pki",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.4",
|
|
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",
|