monoidentity 0.1.0 → 0.2.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.
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/storage.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Login } from "./utils-
|
|
1
|
+
import { type Login } from "./utils-base36.js";
|
|
2
2
|
export declare const setup: (i: Record<string, string>, a: string) => void;
|
|
3
3
|
export declare const getLogin: () => Login;
|
|
4
4
|
export declare const getStorage: (realm: "cache") => import("./_createstore.js").Dict;
|
package/dist/storage.js
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|