web-pki 2.18.0-alpha01 → 2.18.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.
@@ -1051,6 +1051,7 @@ export namespace LacunaWebPKI {
1051
1051
  v1_8_3 = '1.8.3',
1052
1052
  v1_8_4 = '1.8.4',
1053
1053
  v1_8_5 = '1.8.5',
1054
+ v1_8_6 = '1.8.6',
1054
1055
  v1_9_0 = '1.9.0',
1055
1056
  }
1056
1057
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-pki",
3
- "version": "2.18.0-alpha01",
3
+ "version": "2.18.0",
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",