@niledatabase/react 4.0.1 → 4.0.2-alpha.2
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/index.d.mts +1 -5
- package/dist/index.d.ts +1 -5
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -342,13 +342,9 @@ type PrefetchParams = {
|
|
|
342
342
|
fetchUrl?: string;
|
|
343
343
|
};
|
|
344
344
|
|
|
345
|
-
|
|
345
|
+
type SignUpInfo = {
|
|
346
346
|
email: string;
|
|
347
347
|
password: string;
|
|
348
|
-
preferredName?: string;
|
|
349
|
-
newTenant?: string;
|
|
350
|
-
}
|
|
351
|
-
type SignUpInfo = CreateBasicUserRequest & {
|
|
352
348
|
tenantId?: string;
|
|
353
349
|
fetchUrl?: string;
|
|
354
350
|
callbackUrl?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -342,13 +342,9 @@ type PrefetchParams = {
|
|
|
342
342
|
fetchUrl?: string;
|
|
343
343
|
};
|
|
344
344
|
|
|
345
|
-
|
|
345
|
+
type SignUpInfo = {
|
|
346
346
|
email: string;
|
|
347
347
|
password: string;
|
|
348
|
-
preferredName?: string;
|
|
349
|
-
newTenant?: string;
|
|
350
|
-
}
|
|
351
|
-
type SignUpInfo = CreateBasicUserRequest & {
|
|
352
348
|
tenantId?: string;
|
|
353
349
|
fetchUrl?: string;
|
|
354
350
|
callbackUrl?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niledatabase/react",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@hookform/resolvers": "^5.0.1",
|
|
125
|
-
"@niledatabase/browser": "^4.0.
|
|
125
|
+
"@niledatabase/browser": "^4.0.2-alpha.2",
|
|
126
126
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
127
127
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
128
128
|
"@radix-ui/react-label": "^2.1.3",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"react-hook-form": "^7.53.0",
|
|
136
136
|
"react-is": "^19.0.0"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "2d9abaaf263a7070d8ecb7ea0ecc3ae10a2070f1"
|
|
139
139
|
}
|