@secrecy/lib 1.10.0 → 1.10.1
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.
|
@@ -23,8 +23,7 @@ export async function apiNodeToInternal(apiNode, keyPair) {
|
|
|
23
23
|
deletedAt: apiNode.deletedAt,
|
|
24
24
|
users: apiNode.users,
|
|
25
25
|
parentId: apiNode.parentId ?? null,
|
|
26
|
-
currentFileId: null,
|
|
27
|
-
// currentFileId: apiNode.currentFiledId ?? null,
|
|
26
|
+
currentFileId: apiNode.currentFileId ?? null,
|
|
28
27
|
};
|
|
29
28
|
internal.access = { ...apiNode.access };
|
|
30
29
|
if (apiNode.access.nameKey !== null) {
|
package/dist/types/client.d.ts
CHANGED
|
@@ -1783,6 +1783,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1783
1783
|
type: "FILE" | "FOLDER";
|
|
1784
1784
|
parentId: string | null;
|
|
1785
1785
|
isFavorite: boolean;
|
|
1786
|
+
currentFileId: string | null;
|
|
1786
1787
|
} & {
|
|
1787
1788
|
users: [{
|
|
1788
1789
|
id: string;
|
|
@@ -1847,6 +1848,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1847
1848
|
type: "FILE" | "FOLDER";
|
|
1848
1849
|
parentId: string | null;
|
|
1849
1850
|
isFavorite: boolean;
|
|
1851
|
+
currentFileId: string | null;
|
|
1850
1852
|
} & {
|
|
1851
1853
|
users: [{
|
|
1852
1854
|
id: string;
|
|
@@ -1878,6 +1880,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1878
1880
|
type: "FILE" | "FOLDER";
|
|
1879
1881
|
parentId: string | null;
|
|
1880
1882
|
isFavorite: boolean;
|
|
1883
|
+
currentFileId: string | null;
|
|
1881
1884
|
} & {
|
|
1882
1885
|
users: [{
|
|
1883
1886
|
id: string;
|
|
@@ -1899,6 +1902,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1899
1902
|
isRoot: boolean;
|
|
1900
1903
|
sharedByPubKey: string;
|
|
1901
1904
|
};
|
|
1905
|
+
} & {
|
|
1906
|
+
sizes: {
|
|
1907
|
+
size: bigint;
|
|
1908
|
+
sizeBefore: bigint;
|
|
1909
|
+
};
|
|
1902
1910
|
})[];
|
|
1903
1911
|
breadcrumb: {
|
|
1904
1912
|
id: string;
|
|
@@ -1916,6 +1924,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1916
1924
|
type: "FILE" | "FOLDER";
|
|
1917
1925
|
parentId: string | null;
|
|
1918
1926
|
isFavorite: boolean;
|
|
1927
|
+
currentFileId: string | null;
|
|
1919
1928
|
} & {
|
|
1920
1929
|
users: [{
|
|
1921
1930
|
id: string;
|
|
@@ -1980,6 +1989,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1980
1989
|
type: "FILE" | "FOLDER";
|
|
1981
1990
|
parentId: string | null;
|
|
1982
1991
|
isFavorite: boolean;
|
|
1992
|
+
currentFileId: string | null;
|
|
1983
1993
|
} & {
|
|
1984
1994
|
users: [{
|
|
1985
1995
|
id: string;
|
|
@@ -2011,6 +2021,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2011
2021
|
type: "FILE" | "FOLDER";
|
|
2012
2022
|
parentId: string | null;
|
|
2013
2023
|
isFavorite: boolean;
|
|
2024
|
+
currentFileId: string | null;
|
|
2014
2025
|
} & {
|
|
2015
2026
|
users: [{
|
|
2016
2027
|
id: string;
|
|
@@ -2032,6 +2043,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2032
2043
|
isRoot: boolean;
|
|
2033
2044
|
sharedByPubKey: string;
|
|
2034
2045
|
};
|
|
2046
|
+
} & {
|
|
2047
|
+
sizes: {
|
|
2048
|
+
size: bigint;
|
|
2049
|
+
sizeBefore: bigint;
|
|
2050
|
+
};
|
|
2035
2051
|
})[];
|
|
2036
2052
|
breadcrumb: {
|
|
2037
2053
|
id: string;
|
|
@@ -2487,6 +2503,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2487
2503
|
type: "FILE" | "FOLDER";
|
|
2488
2504
|
parentId: string | null;
|
|
2489
2505
|
isFavorite: boolean;
|
|
2506
|
+
currentFileId: string | null;
|
|
2490
2507
|
} & {
|
|
2491
2508
|
users: [{
|
|
2492
2509
|
id: string;
|
|
@@ -2551,6 +2568,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2551
2568
|
type: "FILE" | "FOLDER";
|
|
2552
2569
|
parentId: string | null;
|
|
2553
2570
|
isFavorite: boolean;
|
|
2571
|
+
currentFileId: string | null;
|
|
2554
2572
|
} & {
|
|
2555
2573
|
users: [{
|
|
2556
2574
|
id: string;
|
|
@@ -2582,6 +2600,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2582
2600
|
type: "FILE" | "FOLDER";
|
|
2583
2601
|
parentId: string | null;
|
|
2584
2602
|
isFavorite: boolean;
|
|
2603
|
+
currentFileId: string | null;
|
|
2585
2604
|
} & {
|
|
2586
2605
|
users: [{
|
|
2587
2606
|
id: string;
|
|
@@ -2603,6 +2622,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2603
2622
|
isRoot: boolean;
|
|
2604
2623
|
sharedByPubKey: string;
|
|
2605
2624
|
};
|
|
2625
|
+
} & {
|
|
2626
|
+
sizes: {
|
|
2627
|
+
size: bigint;
|
|
2628
|
+
sizeBefore: bigint;
|
|
2629
|
+
};
|
|
2606
2630
|
})[];
|
|
2607
2631
|
breadcrumb: {
|
|
2608
2632
|
id: string;
|
|
@@ -2620,6 +2644,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2620
2644
|
type: "FILE" | "FOLDER";
|
|
2621
2645
|
parentId: string | null;
|
|
2622
2646
|
isFavorite: boolean;
|
|
2647
|
+
currentFileId: string | null;
|
|
2623
2648
|
} & {
|
|
2624
2649
|
users: [{
|
|
2625
2650
|
id: string;
|
|
@@ -2684,6 +2709,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2684
2709
|
type: "FILE" | "FOLDER";
|
|
2685
2710
|
parentId: string | null;
|
|
2686
2711
|
isFavorite: boolean;
|
|
2712
|
+
currentFileId: string | null;
|
|
2687
2713
|
} & {
|
|
2688
2714
|
users: [{
|
|
2689
2715
|
id: string;
|
|
@@ -2715,6 +2741,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2715
2741
|
type: "FILE" | "FOLDER";
|
|
2716
2742
|
parentId: string | null;
|
|
2717
2743
|
isFavorite: boolean;
|
|
2744
|
+
currentFileId: string | null;
|
|
2718
2745
|
} & {
|
|
2719
2746
|
users: [{
|
|
2720
2747
|
id: string;
|
|
@@ -2736,6 +2763,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2736
2763
|
isRoot: boolean;
|
|
2737
2764
|
sharedByPubKey: string;
|
|
2738
2765
|
};
|
|
2766
|
+
} & {
|
|
2767
|
+
sizes: {
|
|
2768
|
+
size: bigint;
|
|
2769
|
+
sizeBefore: bigint;
|
|
2770
|
+
};
|
|
2739
2771
|
})[];
|
|
2740
2772
|
breadcrumb: {
|
|
2741
2773
|
id: string;
|
|
@@ -3023,6 +3055,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3023
3055
|
type: "FILE" | "FOLDER";
|
|
3024
3056
|
parentId: string | null;
|
|
3025
3057
|
isFavorite: boolean;
|
|
3058
|
+
currentFileId: string | null;
|
|
3026
3059
|
} & {
|
|
3027
3060
|
users: [{
|
|
3028
3061
|
id: string;
|
|
@@ -3087,6 +3120,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3087
3120
|
type: "FILE" | "FOLDER";
|
|
3088
3121
|
parentId: string | null;
|
|
3089
3122
|
isFavorite: boolean;
|
|
3123
|
+
currentFileId: string | null;
|
|
3090
3124
|
} & {
|
|
3091
3125
|
users: [{
|
|
3092
3126
|
id: string;
|
|
@@ -3118,6 +3152,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3118
3152
|
type: "FILE" | "FOLDER";
|
|
3119
3153
|
parentId: string | null;
|
|
3120
3154
|
isFavorite: boolean;
|
|
3155
|
+
currentFileId: string | null;
|
|
3121
3156
|
} & {
|
|
3122
3157
|
users: [{
|
|
3123
3158
|
id: string;
|
|
@@ -3139,6 +3174,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3139
3174
|
isRoot: boolean;
|
|
3140
3175
|
sharedByPubKey: string;
|
|
3141
3176
|
};
|
|
3177
|
+
} & {
|
|
3178
|
+
sizes: {
|
|
3179
|
+
size: bigint;
|
|
3180
|
+
sizeBefore: bigint;
|
|
3181
|
+
};
|
|
3142
3182
|
})[];
|
|
3143
3183
|
breadcrumb: {
|
|
3144
3184
|
id: string;
|
|
@@ -3156,6 +3196,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3156
3196
|
type: "FILE" | "FOLDER";
|
|
3157
3197
|
parentId: string | null;
|
|
3158
3198
|
isFavorite: boolean;
|
|
3199
|
+
currentFileId: string | null;
|
|
3159
3200
|
} & {
|
|
3160
3201
|
users: [{
|
|
3161
3202
|
id: string;
|
|
@@ -3220,6 +3261,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3220
3261
|
type: "FILE" | "FOLDER";
|
|
3221
3262
|
parentId: string | null;
|
|
3222
3263
|
isFavorite: boolean;
|
|
3264
|
+
currentFileId: string | null;
|
|
3223
3265
|
} & {
|
|
3224
3266
|
users: [{
|
|
3225
3267
|
id: string;
|
|
@@ -3251,6 +3293,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3251
3293
|
type: "FILE" | "FOLDER";
|
|
3252
3294
|
parentId: string | null;
|
|
3253
3295
|
isFavorite: boolean;
|
|
3296
|
+
currentFileId: string | null;
|
|
3254
3297
|
} & {
|
|
3255
3298
|
users: [{
|
|
3256
3299
|
id: string;
|
|
@@ -3272,6 +3315,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3272
3315
|
isRoot: boolean;
|
|
3273
3316
|
sharedByPubKey: string;
|
|
3274
3317
|
};
|
|
3318
|
+
} & {
|
|
3319
|
+
sizes: {
|
|
3320
|
+
size: bigint;
|
|
3321
|
+
sizeBefore: bigint;
|
|
3322
|
+
};
|
|
3275
3323
|
})[];
|
|
3276
3324
|
breadcrumb: {
|
|
3277
3325
|
id: string;
|
|
@@ -3651,6 +3699,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3651
3699
|
type: "FILE" | "FOLDER";
|
|
3652
3700
|
parentId: string | null;
|
|
3653
3701
|
isFavorite: boolean;
|
|
3702
|
+
currentFileId: string | null;
|
|
3654
3703
|
} & {
|
|
3655
3704
|
users: [{
|
|
3656
3705
|
id: string;
|
|
@@ -3687,6 +3736,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3687
3736
|
type: "FILE" | "FOLDER";
|
|
3688
3737
|
parentId: string | null;
|
|
3689
3738
|
isFavorite: boolean;
|
|
3739
|
+
currentFileId: string | null;
|
|
3690
3740
|
} & {
|
|
3691
3741
|
users: [{
|
|
3692
3742
|
id: string;
|
|
@@ -3757,6 +3807,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3757
3807
|
type: "FILE" | "FOLDER";
|
|
3758
3808
|
parentId: string | null;
|
|
3759
3809
|
isFavorite: boolean;
|
|
3810
|
+
currentFileId: string | null;
|
|
3760
3811
|
} & {
|
|
3761
3812
|
users: [{
|
|
3762
3813
|
id: string;
|
|
@@ -3821,6 +3872,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3821
3872
|
type: "FILE" | "FOLDER";
|
|
3822
3873
|
parentId: string | null;
|
|
3823
3874
|
isFavorite: boolean;
|
|
3875
|
+
currentFileId: string | null;
|
|
3824
3876
|
} & {
|
|
3825
3877
|
users: [{
|
|
3826
3878
|
id: string;
|
|
@@ -3852,6 +3904,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3852
3904
|
type: "FILE" | "FOLDER";
|
|
3853
3905
|
parentId: string | null;
|
|
3854
3906
|
isFavorite: boolean;
|
|
3907
|
+
currentFileId: string | null;
|
|
3855
3908
|
} & {
|
|
3856
3909
|
users: [{
|
|
3857
3910
|
id: string;
|
|
@@ -3873,6 +3926,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3873
3926
|
isRoot: boolean;
|
|
3874
3927
|
sharedByPubKey: string;
|
|
3875
3928
|
};
|
|
3929
|
+
} & {
|
|
3930
|
+
sizes: {
|
|
3931
|
+
size: bigint;
|
|
3932
|
+
sizeBefore: bigint;
|
|
3933
|
+
};
|
|
3876
3934
|
})[];
|
|
3877
3935
|
breadcrumb: {
|
|
3878
3936
|
id: string;
|
|
@@ -3890,6 +3948,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3890
3948
|
type: "FILE" | "FOLDER";
|
|
3891
3949
|
parentId: string | null;
|
|
3892
3950
|
isFavorite: boolean;
|
|
3951
|
+
currentFileId: string | null;
|
|
3893
3952
|
} & {
|
|
3894
3953
|
users: [{
|
|
3895
3954
|
id: string;
|
|
@@ -3954,6 +4013,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3954
4013
|
type: "FILE" | "FOLDER";
|
|
3955
4014
|
parentId: string | null;
|
|
3956
4015
|
isFavorite: boolean;
|
|
4016
|
+
currentFileId: string | null;
|
|
3957
4017
|
} & {
|
|
3958
4018
|
users: [{
|
|
3959
4019
|
id: string;
|
|
@@ -3985,6 +4045,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3985
4045
|
type: "FILE" | "FOLDER";
|
|
3986
4046
|
parentId: string | null;
|
|
3987
4047
|
isFavorite: boolean;
|
|
4048
|
+
currentFileId: string | null;
|
|
3988
4049
|
} & {
|
|
3989
4050
|
users: [{
|
|
3990
4051
|
id: string;
|
|
@@ -4006,6 +4067,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4006
4067
|
isRoot: boolean;
|
|
4007
4068
|
sharedByPubKey: string;
|
|
4008
4069
|
};
|
|
4070
|
+
} & {
|
|
4071
|
+
sizes: {
|
|
4072
|
+
size: bigint;
|
|
4073
|
+
sizeBefore: bigint;
|
|
4074
|
+
};
|
|
4009
4075
|
})[];
|
|
4010
4076
|
breadcrumb: {
|
|
4011
4077
|
id: string;
|
|
@@ -4091,6 +4157,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4091
4157
|
type: "FILE" | "FOLDER";
|
|
4092
4158
|
parentId: string | null;
|
|
4093
4159
|
isFavorite: boolean;
|
|
4160
|
+
currentFileId: string | null;
|
|
4094
4161
|
} & {
|
|
4095
4162
|
users: [{
|
|
4096
4163
|
id: string;
|
|
@@ -4122,6 +4189,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4122
4189
|
type: "FILE" | "FOLDER";
|
|
4123
4190
|
parentId: string | null;
|
|
4124
4191
|
isFavorite: boolean;
|
|
4192
|
+
currentFileId: string | null;
|
|
4125
4193
|
} & {
|
|
4126
4194
|
users: [{
|
|
4127
4195
|
id: string;
|
|
@@ -4185,6 +4253,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4185
4253
|
type: "FILE" | "FOLDER";
|
|
4186
4254
|
parentId: string | null;
|
|
4187
4255
|
isFavorite: boolean;
|
|
4256
|
+
currentFileId: string | null;
|
|
4188
4257
|
} & {
|
|
4189
4258
|
users: [{
|
|
4190
4259
|
id: string;
|
|
@@ -4216,6 +4285,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4216
4285
|
type: "FILE" | "FOLDER";
|
|
4217
4286
|
parentId: string | null;
|
|
4218
4287
|
isFavorite: boolean;
|
|
4288
|
+
currentFileId: string | null;
|
|
4219
4289
|
} & {
|
|
4220
4290
|
users: [{
|
|
4221
4291
|
id: string;
|
|
@@ -4275,6 +4345,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4275
4345
|
type: "FILE" | "FOLDER";
|
|
4276
4346
|
parentId: string | null;
|
|
4277
4347
|
isFavorite: boolean;
|
|
4348
|
+
currentFileId: string | null;
|
|
4278
4349
|
} & {
|
|
4279
4350
|
users: [{
|
|
4280
4351
|
id: string;
|
|
@@ -4306,6 +4377,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4306
4377
|
type: "FILE" | "FOLDER";
|
|
4307
4378
|
parentId: string | null;
|
|
4308
4379
|
isFavorite: boolean;
|
|
4380
|
+
currentFileId: string | null;
|
|
4309
4381
|
} & {
|
|
4310
4382
|
users: [{
|
|
4311
4383
|
id: string;
|
|
@@ -4509,6 +4581,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4509
4581
|
type: "FILE" | "FOLDER";
|
|
4510
4582
|
parentId: string | null;
|
|
4511
4583
|
isFavorite: boolean;
|
|
4584
|
+
currentFileId: string | null;
|
|
4512
4585
|
} & {
|
|
4513
4586
|
users: [{
|
|
4514
4587
|
id: string;
|
|
@@ -4573,6 +4646,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4573
4646
|
type: "FILE" | "FOLDER";
|
|
4574
4647
|
parentId: string | null;
|
|
4575
4648
|
isFavorite: boolean;
|
|
4649
|
+
currentFileId: string | null;
|
|
4576
4650
|
} & {
|
|
4577
4651
|
users: [{
|
|
4578
4652
|
id: string;
|
|
@@ -4604,6 +4678,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4604
4678
|
type: "FILE" | "FOLDER";
|
|
4605
4679
|
parentId: string | null;
|
|
4606
4680
|
isFavorite: boolean;
|
|
4681
|
+
currentFileId: string | null;
|
|
4607
4682
|
} & {
|
|
4608
4683
|
users: [{
|
|
4609
4684
|
id: string;
|
|
@@ -4625,6 +4700,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4625
4700
|
isRoot: boolean;
|
|
4626
4701
|
sharedByPubKey: string;
|
|
4627
4702
|
};
|
|
4703
|
+
} & {
|
|
4704
|
+
sizes: {
|
|
4705
|
+
size: bigint;
|
|
4706
|
+
sizeBefore: bigint;
|
|
4707
|
+
};
|
|
4628
4708
|
})[];
|
|
4629
4709
|
breadcrumb: {
|
|
4630
4710
|
id: string;
|
|
@@ -4642,6 +4722,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4642
4722
|
type: "FILE" | "FOLDER";
|
|
4643
4723
|
parentId: string | null;
|
|
4644
4724
|
isFavorite: boolean;
|
|
4725
|
+
currentFileId: string | null;
|
|
4645
4726
|
} & {
|
|
4646
4727
|
users: [{
|
|
4647
4728
|
id: string;
|
|
@@ -4706,6 +4787,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4706
4787
|
type: "FILE" | "FOLDER";
|
|
4707
4788
|
parentId: string | null;
|
|
4708
4789
|
isFavorite: boolean;
|
|
4790
|
+
currentFileId: string | null;
|
|
4709
4791
|
} & {
|
|
4710
4792
|
users: [{
|
|
4711
4793
|
id: string;
|
|
@@ -4737,6 +4819,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4737
4819
|
type: "FILE" | "FOLDER";
|
|
4738
4820
|
parentId: string | null;
|
|
4739
4821
|
isFavorite: boolean;
|
|
4822
|
+
currentFileId: string | null;
|
|
4740
4823
|
} & {
|
|
4741
4824
|
users: [{
|
|
4742
4825
|
id: string;
|
|
@@ -4758,6 +4841,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4758
4841
|
isRoot: boolean;
|
|
4759
4842
|
sharedByPubKey: string;
|
|
4760
4843
|
};
|
|
4844
|
+
} & {
|
|
4845
|
+
sizes: {
|
|
4846
|
+
size: bigint;
|
|
4847
|
+
sizeBefore: bigint;
|
|
4848
|
+
};
|
|
4761
4849
|
})[];
|
|
4762
4850
|
breadcrumb: {
|
|
4763
4851
|
id: string;
|
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.10.
|
|
5
|
+
"version": "1.10.1",
|
|
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-dev.
|
|
77
|
+
"@secrecy/trpc-api-types": "1.18.0-dev.8",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|