@secrecy/lib 1.39.0-fix-dashboard-lp-tech-fixes.2 → 1.39.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/types/client.d.ts +0 -4
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -390,8 +390,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
390
390
|
lastReset: Date;
|
|
391
391
|
uploadBandwidth: bigint;
|
|
392
392
|
downloadBandwidth: bigint;
|
|
393
|
-
hasDatabase: boolean;
|
|
394
|
-
storageUsage: number;
|
|
395
393
|
};
|
|
396
394
|
_output_out: {
|
|
397
395
|
id: string;
|
|
@@ -400,8 +398,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
400
398
|
lastReset: Date;
|
|
401
399
|
uploadBandwidth: bigint;
|
|
402
400
|
downloadBandwidth: bigint;
|
|
403
|
-
hasDatabase: boolean;
|
|
404
|
-
storageUsage: number;
|
|
405
401
|
};
|
|
406
402
|
}, unknown>>;
|
|
407
403
|
};
|
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.39.0
|
|
5
|
+
"version": "1.39.0",
|
|
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.33.0-
|
|
77
|
+
"@secrecy/trpc-api-types": "1.33.0-dev.5",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|