@secrecy/lib 1.27.0 → 1.28.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 +12 -0
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -4056,6 +4056,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4056
4056
|
nameKey: string;
|
|
4057
4057
|
};
|
|
4058
4058
|
totalSize: bigint;
|
|
4059
|
+
breadcrumb: {
|
|
4060
|
+
id: string;
|
|
4061
|
+
name: string;
|
|
4062
|
+
nameKey: string | null;
|
|
4063
|
+
pubKey: string;
|
|
4064
|
+
}[];
|
|
4059
4065
|
sharedCount: number;
|
|
4060
4066
|
}[];
|
|
4061
4067
|
};
|
|
@@ -4082,6 +4088,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4082
4088
|
nameKey: string;
|
|
4083
4089
|
};
|
|
4084
4090
|
totalSize: bigint;
|
|
4091
|
+
breadcrumb: {
|
|
4092
|
+
id: string;
|
|
4093
|
+
name: string;
|
|
4094
|
+
nameKey: string | null;
|
|
4095
|
+
pubKey: string;
|
|
4096
|
+
}[];
|
|
4085
4097
|
sharedCount: number;
|
|
4086
4098
|
}[];
|
|
4087
4099
|
};
|
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.
|
|
5
|
+
"version": "1.28.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.27.0-feat-
|
|
77
|
+
"@secrecy/trpc-api-types": "1.27.0-feat-data-search-breadcrums.1",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|