h1v3 0.9.0 → 0.10.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.
@@ -1,4 +1,4 @@
1
- function rand62(n) {
1
+ export function rand62(n) {
2
2
 
3
3
  const out = [];
4
4
  const bytes = new Uint8Array(n * 2);
@@ -33,7 +33,8 @@ export function user({ userTeamsStore, userProfileStore }) {
33
33
 
34
34
  }
35
35
 
36
- }
36
+ },
37
+
37
38
 
38
39
  }
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "h1v3",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",