@nocobase/plugin-notifications 0.9.0-alpha.2 → 0.9.1-alpha.1

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/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # notifications
2
+
3
+ English | [中文](./README.zh-CN.md)
4
+
5
+ ## 安装激活
6
+
7
+ 内置插件无需手动安装激活。
8
+
9
+ ## 使用方法
@@ -0,0 +1,9 @@
1
+ # notifications
2
+
3
+ [English](./README.md) | 中文
4
+
5
+ ## 安装激活
6
+
7
+ 内置插件无需手动安装激活。
8
+
9
+ ## 使用方法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notifications",
3
- "version": "0.9.0-alpha.2",
3
+ "version": "0.9.1-alpha.1",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "./lib/index.js",
@@ -9,9 +9,9 @@
9
9
  "nodemailer": "^6.6.1"
10
10
  },
11
11
  "devDependencies": {
12
- "@nocobase/test": "0.9.0-alpha.2",
12
+ "@nocobase/test": "0.9.1-alpha.1",
13
13
  "@types/nodemailer": "6.4.4",
14
14
  "nodemailer-mock": "^1.5.11"
15
15
  },
16
- "gitHead": "b8f76ad38e60e677c5bb4aab0a4cdb28d98a0f49"
16
+ "gitHead": "56cb184b00dc383b853015d525bf6e79dea92169"
17
17
  }