@oqs/liboqs-js 0.15.0 → 0.15.1

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/README.md CHANGED
@@ -115,7 +115,7 @@ kem.destroy();
115
115
  ```json
116
116
  {
117
117
  "imports": {
118
- "liboqs": "npm:@oqs/liboqs-js@^0.15.0"
118
+ "liboqs": "npm:@oqs/liboqs-js@^0.15.1"
119
119
  }
120
120
  }
121
121
  ```
@@ -820,7 +820,7 @@ MIT License - see [LICENSE.md](LICENSE.md) for details.
820
820
  ## Versioning
821
821
 
822
822
  This library's version tracks the bundled LibOQS version:
823
- - `@oqs/liboqs-js 0.15.x` includes `LibOQS 0.15.0`
823
+ - `@oqs/liboqs-js 0.15.x` includes `LibOQS 0.15.1`
824
824
 
825
825
  ## Disclaimer
826
826
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oqs/liboqs-js",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Post-quantum cryptography for Node.js and browsers via WebAssembly bindings to liboqs",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -161,4 +161,4 @@ export { createSnova60104, Snova60104, SNOVA_60_10_4_INFO } from './algorithms/s
161
161
  * Library version
162
162
  * @constant {string}
163
163
  */
164
- export const VERSION = '0.15.0';
164
+ export const VERSION = '0.15.1';