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