@voyantjs/notifications-react 0.9.0 → 0.10.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/schemas.d.ts +1 -1
- package/package.json +5 -5
package/dist/schemas.d.ts
CHANGED
|
@@ -492,8 +492,8 @@ export declare const notificationTemplatePreviewResponse: z.ZodObject<{
|
|
|
492
492
|
}, z.core.$strip>;
|
|
493
493
|
}, z.core.$strip>;
|
|
494
494
|
export declare const notificationProviderOptionSchema: z.ZodEnum<{
|
|
495
|
-
automatic: "automatic";
|
|
496
495
|
resend: "resend";
|
|
496
|
+
automatic: "automatic";
|
|
497
497
|
twilio: "twilio";
|
|
498
498
|
}>;
|
|
499
499
|
export declare const notificationTemplateEditorChannelSchema: z.ZodEnum<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/notifications-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"license": "FSL-1.1-Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react": "^19.0.0",
|
|
36
36
|
"react-dom": "^19.0.0",
|
|
37
37
|
"zod": "^4.0.0",
|
|
38
|
-
"@voyantjs/notifications": "0.
|
|
38
|
+
"@voyantjs/notifications": "0.10.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@tanstack/react-query": "^5.96.2",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"typescript": "^6.0.2",
|
|
47
47
|
"vitest": "^4.1.2",
|
|
48
48
|
"zod": "^4.3.6",
|
|
49
|
-
"@voyantjs/notifications": "0.
|
|
50
|
-
"@voyantjs/react": "0.
|
|
49
|
+
"@voyantjs/notifications": "0.10.0",
|
|
50
|
+
"@voyantjs/react": "0.10.0",
|
|
51
51
|
"@voyantjs/voyant-typescript-config": "0.1.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@voyantjs/react": "0.
|
|
54
|
+
"@voyantjs/react": "0.10.0"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
57
57
|
"dist"
|