mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:06:01 +00:00
056728d7ab
Some checks failed
Build docker image / build-and-push (push) Has been cancelled
Build pro image / build-and-push (push) Has been cancelled
E2E / Build (push) Has been cancelled
NocoBase backend test / sqlite-test (20, false) (push) Has been cancelled
NocoBase backend test / sqlite-test (20, true) (push) Has been cancelled
NocoBase backend test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase backend test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase backend test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase backend test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase backend test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase backend test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase backend test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase backend test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase backend test / mysql-test (20, false) (push) Has been cancelled
NocoBase backend test / mysql-test (20, true) (push) Has been cancelled
NocoBase backend test / mariadb-test (20, false) (push) Has been cancelled
NocoBase backend test / mariadb-test (20, true) (push) Has been cancelled
NocoBase frontEnd test / frontend-test (18) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
E2E / Core and plugins (push) Has been cancelled
E2E / plugin-workflow (push) Has been cancelled
E2E / plugin-workflow-approval (push) Has been cancelled
E2E / plugin-data-source-main (push) Has been cancelled
E2E / Comment on PR (push) Has been cancelled
feat: Add inapp live message notifications. --------- Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: mytharcher <mytharcher@gmail.com>
26 lines
781 B
JSON
26 lines
781 B
JSON
{
|
|
"name": "@nocobase/plugin-notification-in-app-message",
|
|
"version": "1.4.0-alpha",
|
|
"displayName": "Notification: In-app message",
|
|
"displayName.zh-CN": "通知:站内信",
|
|
"description": "It supports users in receiving real-time message notifications within the NocoBase application.",
|
|
"description.zh-CN": "支持用户在 NocoBase 应用内实时接收消息通知。",
|
|
"keywords": [
|
|
"Notification"
|
|
],
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"immer": "^10.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@formily/reactive": "^2",
|
|
"@formily/reactive-react": "^2",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/plugin-notification-manager": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"react-router-dom": "^6.x"
|
|
|
|
}
|
|
}
|