@secrecy/lib 1.11.2 → 1.11.3
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/types/client.d.ts +3 -3
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -5356,7 +5356,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5356
5356
|
};
|
|
5357
5357
|
}, unknown>>;
|
|
5358
5358
|
};
|
|
5359
|
-
|
|
5359
|
+
myWallets: {
|
|
5360
5360
|
query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
|
|
5361
5361
|
_config: import("@trpc/server").RootConfig<{
|
|
5362
5362
|
ctx: {};
|
|
@@ -5387,13 +5387,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5387
5387
|
createdAt: Date;
|
|
5388
5388
|
address: string;
|
|
5389
5389
|
encryptedKeystore: string;
|
|
5390
|
-
}
|
|
5390
|
+
}[];
|
|
5391
5391
|
_output_out: {
|
|
5392
5392
|
userId: string;
|
|
5393
5393
|
createdAt: Date;
|
|
5394
5394
|
address: string;
|
|
5395
5395
|
encryptedKeystore: string;
|
|
5396
|
-
}
|
|
5396
|
+
}[];
|
|
5397
5397
|
}, unknown>>;
|
|
5398
5398
|
};
|
|
5399
5399
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@secrecy/lib",
|
|
3
3
|
"author": "Anonymize <anonymize@gmail.com>",
|
|
4
4
|
"description": "Anonymize Secrecy Library",
|
|
5
|
-
"version": "1.11.
|
|
5
|
+
"version": "1.11.3",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@secrecy/lib-utils": "^1.0.18",
|
|
77
|
-
"@secrecy/trpc-api-types": "1.18.0-fix-crypto-wallet.
|
|
77
|
+
"@secrecy/trpc-api-types": "1.18.0-fix-crypto-wallet.3",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|