web-pki 2.17.0-alpha02 → 2.17.0-alpha03

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.js CHANGED
@@ -195,6 +195,7 @@ LacunaWebPKI = function (license) {
195
195
  v1_8_2: '1.8.2',
196
196
  v1_8_3: '1.8.3',
197
197
  v1_8_4: '1.8.4',
198
+ v1_8_5: '1.8.5',
198
199
  v1_9_0: '1.9.0',
199
200
  latest: 'latest'
200
201
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-pki",
3
- "version": "2.17.0-alpha02",
3
+ "version": "2.17.0-alpha03",
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",