@tachybase/plugin-action-share 1.6.6 → 1.6.7
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 +3 -3
- package/package.json +6 -6
package/dist/externalVersion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.6.
|
|
2
|
+
"@tachybase/client": "1.6.7",
|
|
3
3
|
"react-router": "6.28.1",
|
|
4
|
-
"@tego/server": "1.6.
|
|
4
|
+
"@tego/server": "1.6.3",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/schema": "1.6.
|
|
6
|
+
"@tachybase/schema": "1.6.3",
|
|
7
7
|
"@ant-design/icons": "6.1.0",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
9
|
"dayjs": "1.11.13",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-share",
|
|
3
3
|
"displayName": "Action: Share Externally",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.7",
|
|
5
5
|
"description": "Share pages with external users.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Users & permissions"
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@ant-design/icons": "^6.1.0",
|
|
13
13
|
"@emotion/css": "^11.13.5",
|
|
14
|
-
"@tachybase/schema": "1.6.
|
|
15
|
-
"@tachybase/test": "1.6.
|
|
16
|
-
"@tego/client": "1.6.
|
|
17
|
-
"@tego/server": "1.6.
|
|
14
|
+
"@tachybase/schema": "1.6.3",
|
|
15
|
+
"@tachybase/test": "1.6.3",
|
|
16
|
+
"@tego/client": "1.6.3",
|
|
17
|
+
"@tego/server": "1.6.3",
|
|
18
18
|
"antd": "5.22.5",
|
|
19
19
|
"antd-style": "3.7.1",
|
|
20
20
|
"dayjs": "1.11.13",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-i18next": "16.2.1",
|
|
23
23
|
"react-router": "6.28.1",
|
|
24
24
|
"react-router-dom": "6.28.1",
|
|
25
|
-
"@tachybase/client": "1.6.
|
|
25
|
+
"@tachybase/client": "1.6.7"
|
|
26
26
|
},
|
|
27
27
|
"description.zh-CN": "与外部用户分享页面。",
|
|
28
28
|
"displayName.zh-CN": "动作:对外分享",
|