mirror of
https://github.com/xtr-dev/payload-notifications.git
synced 2025-12-08 00:33:23 +00:00
Update package version to 0.0.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xtr-dev/payload-notifications",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "A PayloadCMS plugin that adds a configurable notifications collection for sending messages with titles, content, and attachable relationship items",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
||||
@@ -66,8 +66,8 @@ export interface WebPushConfig {
|
||||
export interface NotificationsPluginOptions {
|
||||
/** Collection configuration */
|
||||
collectionOverrides?: {
|
||||
notifications: (config: CollectionConfig) => CollectionConfig
|
||||
pushSubscriptions: (config: CollectionConfig) => CollectionConfig
|
||||
notifications?: (config: CollectionConfig) => CollectionConfig
|
||||
pushSubscriptions?: (config: CollectionConfig) => CollectionConfig
|
||||
}
|
||||
/** Web push notification configuration */
|
||||
webPush?: WebPushConfig
|
||||
|
||||
Reference in New Issue
Block a user