fix: assorted updates

This commit is contained in:
Mythie
2023-09-25 11:17:59 +10:00
parent 0e486c7b58
commit 1536634fc6
6 changed files with 14 additions and 14 deletions

View File

@ -0,0 +1 @@
export * from '@scure/base';

View File

@ -1,5 +1,5 @@
import { customAlphabet } from 'nanoid';
export const alphaid = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 10);
export const alphaid = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 21);
export { nanoid } from 'nanoid';