@nocobase/plugin-notifications 0.7.7-alpha.1 → 0.8.0-alpha.5
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/lib/server.d.ts +0 -1
- package/lib/server.js +6 -10
- package/package.json +3 -3
package/lib/server.d.ts
CHANGED
package/lib/server.js
CHANGED
|
@@ -5,20 +5,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
|
|
8
|
-
function
|
|
9
|
-
const data =
|
|
8
|
+
function _server() {
|
|
9
|
+
const data = require("@nocobase/server");
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
_server = function _server() {
|
|
12
12
|
return data;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
return data;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
function
|
|
19
|
-
const data = require("
|
|
18
|
+
function _path() {
|
|
19
|
+
const data = _interopRequireDefault(require("path"));
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
_path = function _path() {
|
|
22
22
|
return data;
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -42,10 +42,6 @@ class PluginNotifications extends _server().Plugin {
|
|
|
42
42
|
})();
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
getName() {
|
|
46
|
-
return this.getPackageName(__dirname);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
45
|
}
|
|
50
46
|
|
|
51
47
|
exports.default = PluginNotifications;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-notifications",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-alpha.5",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"licenses": [
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"nodemailer": "^6.6.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@nocobase/test": "0.
|
|
16
|
+
"@nocobase/test": "0.8.0-alpha.5",
|
|
17
17
|
"@types/nodemailer": "6.4.4",
|
|
18
18
|
"nodemailer-mock": "^1.5.11"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "335f62b0098089cc43a0488ea5c76136a655f97e"
|
|
21
21
|
}
|