@rpcbase/vite 0.145.0 → 0.146.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.
|
@@ -8,7 +8,7 @@ export declare const UserSchema: mongoose.Schema<any, mongoose.Model<any, any, a
|
|
|
8
8
|
email?: string | null | undefined;
|
|
9
9
|
}, {
|
|
10
10
|
id: string;
|
|
11
|
-
}, mongoose.
|
|
11
|
+
}, mongoose.DefaultSchemaOptions> & Omit<{
|
|
12
12
|
email?: string | null | undefined;
|
|
13
13
|
} & {
|
|
14
14
|
_id: mongoose.Types.ObjectId;
|
|
@@ -23,7 +23,7 @@ export declare const UserSchema: mongoose.Schema<any, mongoose.Model<any, any, a
|
|
|
23
23
|
email?: string | null | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
id: string;
|
|
26
|
-
}, mongoose.
|
|
26
|
+
}, mongoose.DefaultSchemaOptions> & Omit<{
|
|
27
27
|
email?: string | null | undefined;
|
|
28
28
|
} & {
|
|
29
29
|
_id: mongoose.Types.ObjectId;
|
|
@@ -61,7 +61,7 @@ export declare const UserModel: mongoose.Model<{
|
|
|
61
61
|
email?: string | null | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
id: string;
|
|
64
|
-
}, mongoose.
|
|
64
|
+
}, mongoose.DefaultSchemaOptions> & Omit<{
|
|
65
65
|
email?: string | null | undefined;
|
|
66
66
|
} & {
|
|
67
67
|
_id: mongoose.Types.ObjectId;
|
|
@@ -76,7 +76,7 @@ export declare const UserModel: mongoose.Model<{
|
|
|
76
76
|
email?: string | null | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
id: string;
|
|
79
|
-
}, mongoose.
|
|
79
|
+
}, mongoose.DefaultSchemaOptions> & Omit<{
|
|
80
80
|
email?: string | null | undefined;
|
|
81
81
|
} & {
|
|
82
82
|
_id: mongoose.Types.ObjectId;
|
|
@@ -41,7 +41,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
41
41
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
42
42
|
value: string;
|
|
43
43
|
normalized: string;
|
|
44
|
-
}> & {
|
|
44
|
+
}, {}, {}> & {
|
|
45
45
|
value: string;
|
|
46
46
|
normalized: string;
|
|
47
47
|
}>;
|
|
@@ -51,7 +51,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
51
51
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
52
52
|
value: string;
|
|
53
53
|
normalizedE164: string;
|
|
54
|
-
}> & {
|
|
54
|
+
}, {}, {}> & {
|
|
55
55
|
value: string;
|
|
56
56
|
normalizedE164: string;
|
|
57
57
|
}>;
|
|
@@ -70,7 +70,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
70
70
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
71
71
|
value: string;
|
|
72
72
|
normalized: string;
|
|
73
|
-
}> & {
|
|
73
|
+
}, {}, {}> & {
|
|
74
74
|
value: string;
|
|
75
75
|
normalized: string;
|
|
76
76
|
}>;
|
|
@@ -80,7 +80,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
80
80
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
81
81
|
value: string;
|
|
82
82
|
normalizedE164: string;
|
|
83
|
-
}> & {
|
|
83
|
+
}, {}, {}> & {
|
|
84
84
|
value: string;
|
|
85
85
|
normalizedE164: string;
|
|
86
86
|
}>;
|
|
@@ -91,7 +91,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
91
91
|
avatarUrl?: string | null | undefined;
|
|
92
92
|
} & import('mongoose').DefaultTimestampProps, {
|
|
93
93
|
id: string;
|
|
94
|
-
}, import('mongoose').
|
|
94
|
+
}, import('mongoose').MergeType<import('mongoose').DefaultSchemaOptions, {
|
|
95
95
|
timestamps: true;
|
|
96
96
|
}>> & Omit<{
|
|
97
97
|
_id: string;
|
|
@@ -103,7 +103,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
103
103
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
104
104
|
value: string;
|
|
105
105
|
normalized: string;
|
|
106
|
-
}> & {
|
|
106
|
+
}, {}, {}> & {
|
|
107
107
|
value: string;
|
|
108
108
|
normalized: string;
|
|
109
109
|
}>;
|
|
@@ -113,7 +113,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
113
113
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
114
114
|
value: string;
|
|
115
115
|
normalizedE164: string;
|
|
116
|
-
}> & {
|
|
116
|
+
}, {}, {}> & {
|
|
117
117
|
value: string;
|
|
118
118
|
normalizedE164: string;
|
|
119
119
|
}>;
|
|
@@ -141,7 +141,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
141
141
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
142
142
|
value: string;
|
|
143
143
|
normalized: string;
|
|
144
|
-
}> & {
|
|
144
|
+
}, {}, {}> & {
|
|
145
145
|
value: string;
|
|
146
146
|
normalized: string;
|
|
147
147
|
}>;
|
|
@@ -151,7 +151,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
151
151
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
152
152
|
value: string;
|
|
153
153
|
normalizedE164: string;
|
|
154
|
-
}> & {
|
|
154
|
+
}, {}, {}> & {
|
|
155
155
|
value: string;
|
|
156
156
|
normalizedE164: string;
|
|
157
157
|
}>;
|
|
@@ -162,7 +162,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
162
162
|
avatarUrl?: string | null | undefined;
|
|
163
163
|
} & import('mongoose').DefaultTimestampProps, {
|
|
164
164
|
id: string;
|
|
165
|
-
}, import('mongoose').
|
|
165
|
+
}, import('mongoose').MergeType<import('mongoose').DefaultSchemaOptions, {
|
|
166
166
|
timestamps: true;
|
|
167
167
|
}>> & Omit<{
|
|
168
168
|
_id: string;
|
|
@@ -174,7 +174,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
174
174
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
175
175
|
value: string;
|
|
176
176
|
normalized: string;
|
|
177
|
-
}> & {
|
|
177
|
+
}, {}, {}> & {
|
|
178
178
|
value: string;
|
|
179
179
|
normalized: string;
|
|
180
180
|
}>;
|
|
@@ -184,7 +184,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
184
184
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
185
185
|
value: string;
|
|
186
186
|
normalizedE164: string;
|
|
187
|
-
}> & {
|
|
187
|
+
}, {}, {}> & {
|
|
188
188
|
value: string;
|
|
189
189
|
normalizedE164: string;
|
|
190
190
|
}>;
|
|
@@ -210,7 +210,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
210
210
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
211
211
|
value: string;
|
|
212
212
|
normalized: string;
|
|
213
|
-
}> & {
|
|
213
|
+
}, {}, {}> & {
|
|
214
214
|
value: string;
|
|
215
215
|
normalized: string;
|
|
216
216
|
}>;
|
|
@@ -220,7 +220,7 @@ export declare const ContactSchema: import('mongoose').Schema<any, import('mongo
|
|
|
220
220
|
}, import("mongoose").Types.Subdocument<import('bson').ObjectId, unknown, {
|
|
221
221
|
value: string;
|
|
222
222
|
normalizedE164: string;
|
|
223
|
-
}> & {
|
|
223
|
+
}, {}, {}> & {
|
|
224
224
|
value: string;
|
|
225
225
|
normalizedE164: string;
|
|
226
226
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rpcbase/vite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.146.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -69,23 +69,23 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@hookform/resolvers": "5.2.2",
|
|
72
|
-
"@posthog/cli": "0.
|
|
73
|
-
"@tailwindcss/vite": "4.1
|
|
74
|
-
"@vitejs/plugin-react": "5.1.
|
|
72
|
+
"@posthog/cli": "0.6.1",
|
|
73
|
+
"@tailwindcss/vite": "4.2.1",
|
|
74
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
75
75
|
"babel-plugin-react-compiler": "1.0.0",
|
|
76
76
|
"clsx": "2.1.1",
|
|
77
|
-
"glob": "13.0.
|
|
78
|
-
"libphonenumber-js": "1.12.
|
|
79
|
-
"lucide-react": "0.
|
|
77
|
+
"glob": "13.0.6",
|
|
78
|
+
"libphonenumber-js": "1.12.38",
|
|
79
|
+
"lucide-react": "0.575.0",
|
|
80
80
|
"magic-string": "0.30.21",
|
|
81
|
-
"mongoose": "9.
|
|
82
|
-
"posthog-js": "1.
|
|
83
|
-
"posthog-node": "5.
|
|
81
|
+
"mongoose": "9.2.2",
|
|
82
|
+
"posthog-js": "1.354.4",
|
|
83
|
+
"posthog-node": "5.26.0",
|
|
84
84
|
"react": "19.2.4",
|
|
85
85
|
"react-dom": "19.2.4",
|
|
86
|
-
"react-hook-form": "7.71.
|
|
87
|
-
"react-router": "7.13.
|
|
88
|
-
"tailwindcss": "4.1
|
|
86
|
+
"react-hook-form": "7.71.2",
|
|
87
|
+
"react-router": "7.13.1",
|
|
88
|
+
"tailwindcss": "4.2.1",
|
|
89
89
|
"ts-morph": "27.0.2",
|
|
90
90
|
"validator": "13.15.26",
|
|
91
91
|
"vite": "7.3.1",
|