@tachybase/module-event-source 0.23.17 → 0.23.20
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.
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CustomEventSourcePane: () => React.JSX.Element;
|
|
1
|
+
export declare const CustomEventSourcePane: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const ExecutionResourceProvider: ({ params, filter, ...others }: {
|
|
3
2
|
[x: string]: any;
|
|
4
3
|
params: any;
|
|
5
4
|
filter?: {};
|
|
6
|
-
}) =>
|
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export declare const useTestActionProps: () => {
|
|
8
7
|
onClick(): Promise<void>;
|
|
9
8
|
};
|
|
10
|
-
export declare const WebhookManager: () =>
|
|
9
|
+
export declare const WebhookManager: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "0.23.
|
|
3
|
-
"@tachybase/server": "0.23.
|
|
2
|
+
"@tachybase/client": "0.23.20",
|
|
3
|
+
"@tachybase/server": "0.23.20",
|
|
4
4
|
"react": "18.3.1",
|
|
5
|
-
"@tachybase/module-workflow": "0.23.
|
|
6
|
-
"@tachybase/schema": "0.23.
|
|
7
|
-
"@tachybase/components": "0.23.
|
|
5
|
+
"@tachybase/module-workflow": "0.23.20",
|
|
6
|
+
"@tachybase/schema": "0.23.20",
|
|
7
|
+
"@tachybase/components": "0.23.20",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
|
-
"@tachybase/actions": "0.23.
|
|
10
|
-
"@tachybase/utils": "0.23.
|
|
9
|
+
"@tachybase/actions": "0.23.20",
|
|
10
|
+
"@tachybase/utils": "0.23.20",
|
|
11
11
|
"sequelize": "6.37.5",
|
|
12
|
-
"@tachybase/database": "0.23.
|
|
13
|
-
"@tachybase/data-source": "0.23.
|
|
14
|
-
"@tachybase/resourcer": "0.23.
|
|
12
|
+
"@tachybase/database": "0.23.20",
|
|
13
|
+
"@tachybase/data-source": "0.23.20",
|
|
14
|
+
"@tachybase/resourcer": "0.23.20",
|
|
15
15
|
"lodash": "4.17.21"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-event-source",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.20",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"dependencies": {},
|
|
6
6
|
"devDependencies": {
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"sequelize": "6.37.5"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@tachybase/actions": "0.23.
|
|
14
|
-
"@tachybase/
|
|
15
|
-
"@tachybase/
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/module-workflow": "0.23.
|
|
19
|
-
"@tachybase/resourcer": "0.23.
|
|
20
|
-
"@tachybase/schema": "0.23.
|
|
21
|
-
"@tachybase/server": "0.23.
|
|
22
|
-
"@tachybase/test": "0.23.
|
|
23
|
-
"@tachybase/utils": "0.23.
|
|
13
|
+
"@tachybase/actions": "0.23.20",
|
|
14
|
+
"@tachybase/components": "0.23.20",
|
|
15
|
+
"@tachybase/database": "0.23.20",
|
|
16
|
+
"@tachybase/client": "0.23.20",
|
|
17
|
+
"@tachybase/data-source": "0.23.20",
|
|
18
|
+
"@tachybase/module-workflow": "0.23.20",
|
|
19
|
+
"@tachybase/resourcer": "0.23.20",
|
|
20
|
+
"@tachybase/schema": "0.23.20",
|
|
21
|
+
"@tachybase/server": "0.23.20",
|
|
22
|
+
"@tachybase/test": "0.23.20",
|
|
23
|
+
"@tachybase/utils": "0.23.20"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "tachybase-build --no-dts @tachybase/module-event-source"
|