mol_crypto_lib 0.1.1515 → 0.1.1516

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ const opened = await secret.decrypt( closed, salt ) // 3 B
29
29
 
30
30
  ```typescript
31
31
  // Returns authenticated secret key using WebAuthn
32
- const Alice = await $mol_crypto_sacred_id() // 16 B
32
+ const Alice = await $.$mol_crypto_sacred_id() // 16 B
33
33
  ```
34
34
 
35
35
  # Usage from NPM
@@ -41,5 +41,5 @@ npm install mol_crypto_lib
41
41
  [![](https://badgen.net/bundlephobia/minzip/mol_crypto_lib)](https://bundlephobia.com/package/mol_crypto_lib)
42
42
 
43
43
  ```javascript
44
- import { $mol_crypto_salt } from 'mol_crypto_lib'
44
+ export { $mol_crypto_salt, default as $ } from "mol_crypto_lib"
45
45
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_crypto_lib",
3
- "version": "0.1.1515",
3
+ "version": "0.1.1516",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",