@tachybase/plugin-action-share 0.23.8 → 0.23.16

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,6 +1,6 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/actions": "0.23.8",
4
- "@tachybase/auth": "0.23.8",
5
- "@tachybase/server": "0.23.8"
2
+ "@tachybase/client": "0.23.16",
3
+ "@tachybase/actions": "0.23.16",
4
+ "@tachybase/auth": "0.23.16",
5
+ "@tachybase/server": "0.23.16"
6
6
  };
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": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "Share pages with external users.",
6
6
  "keywords": [
7
7
  "Users & permissions"
@@ -11,12 +11,12 @@
11
11
  "dependencies": {},
12
12
  "devDependencies": {},
13
13
  "peerDependencies": {
14
- "@tachybase/actions": "0.23.8",
15
- "@tachybase/client": "0.23.8",
16
- "@tachybase/server": "0.23.8",
17
- "@tachybase/test": "0.23.8",
18
- "@tachybase/auth": "0.23.8",
19
- "@tachybase/database": "0.23.8"
14
+ "@tachybase/auth": "0.23.16",
15
+ "@tachybase/client": "0.23.16",
16
+ "@tachybase/actions": "0.23.16",
17
+ "@tachybase/database": "0.23.16",
18
+ "@tachybase/test": "0.23.16",
19
+ "@tachybase/server": "0.23.16"
20
20
  },
21
21
  "description.zh-CN": "与外部用户分享页面。",
22
22
  "displayName.zh-CN": "动作:对外分享",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-action-share@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-action-share
4
- > tachybase-build --no-dts @tachybase/plugin-action-share
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-action-share: plugin-action-share build start
8
- @tachybase/plugin-action-share: build plugin client
9
- @tachybase/plugin-action-share: build plugin server source
10
- @tachybase/plugin-action-share: delete server files
11
- @tachybase/plugin-action-share: build plugin server dependencies
12
- @tachybase/plugin-action-share: These packages @tachybase/actions, @tachybase/auth, @tachybase/server will be exclude.
13
- @tachybase/plugin-action-share: write external version
14
-