@tachybase/module-event-source 1.3.22 → 1.3.23
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/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tego/client": "1.3.
|
|
4
|
-
"@tego/server": "1.3.
|
|
5
|
-
"@tachybase/module-workflow": "1.3.
|
|
6
|
-
"@tachybase/schema": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.23",
|
|
3
|
+
"@tego/client": "1.3.43",
|
|
4
|
+
"@tego/server": "1.3.43",
|
|
5
|
+
"@tachybase/module-workflow": "1.3.23",
|
|
6
|
+
"@tachybase/schema": "1.3.43",
|
|
7
7
|
"react": "18.3.1",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
9
|
"sequelize": "6.37.5",
|
|
10
|
+
"dayjs": "1.11.13",
|
|
10
11
|
"lodash": "4.17.21"
|
|
11
12
|
};
|
|
@@ -32,7 +32,7 @@ __export(webhooks_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(webhooks_exports);
|
|
34
34
|
var import_module_workflow = require("@tachybase/module-workflow");
|
|
35
|
-
var
|
|
35
|
+
var import_dayjs = __toESM(require("dayjs"));
|
|
36
36
|
var import_lodash = __toESM(require("lodash"));
|
|
37
37
|
var import_constants = require("../constants");
|
|
38
38
|
var import_eval_simulate = require("../utils/eval-simulate");
|
|
@@ -197,7 +197,7 @@ class WebhookController {
|
|
|
197
197
|
lib: {
|
|
198
198
|
JSON,
|
|
199
199
|
Math,
|
|
200
|
-
dayjs:
|
|
200
|
+
dayjs: import_dayjs.default
|
|
201
201
|
}
|
|
202
202
|
});
|
|
203
203
|
if (webhook == null ? void 0 : webhook.workflowKey) {
|
|
@@ -241,7 +241,7 @@ class WebhookController {
|
|
|
241
241
|
lib: {
|
|
242
242
|
JSON,
|
|
243
243
|
Math,
|
|
244
|
-
dayjs:
|
|
244
|
+
dayjs: import_dayjs.default
|
|
245
245
|
}
|
|
246
246
|
});
|
|
247
247
|
return webhookCtx.body;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-event-source",
|
|
3
3
|
"displayName": "Event Source",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.23",
|
|
5
5
|
"description": "Registering and managing custom event sources.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -9,16 +9,17 @@
|
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@tachybase/schema": "^1.3.
|
|
13
|
-
"@tachybase/test": "^1.3.
|
|
14
|
-
"@tego/client": "^1.3.
|
|
15
|
-
"@tego/server": "^1.3.
|
|
12
|
+
"@tachybase/schema": "^1.3.43",
|
|
13
|
+
"@tachybase/test": "^1.3.43",
|
|
14
|
+
"@tego/client": "^1.3.43",
|
|
15
|
+
"@tego/server": "^1.3.43",
|
|
16
16
|
"@types/lodash": "^4.17.20",
|
|
17
17
|
"antd": "5.22.5",
|
|
18
|
+
"dayjs": "^1.11.13",
|
|
18
19
|
"lodash": "4.17.21",
|
|
19
20
|
"sequelize": "^6.37.5",
|
|
20
|
-
"@tachybase/client": "1.3.
|
|
21
|
-
"@tachybase/module-workflow": "1.3.
|
|
21
|
+
"@tachybase/client": "1.3.23",
|
|
22
|
+
"@tachybase/module-workflow": "1.3.23"
|
|
22
23
|
},
|
|
23
24
|
"description.zh-CN": "注册和管理自定义事件源",
|
|
24
25
|
"displayName.zh-CN": "事件源",
|