@tachybase/plugin-block-presentation 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.
- package/dist/externalVersion.js +5 -5
- package/package.json +8 -7
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.16",
|
|
4
|
+
"@tachybase/schema": "0.23.16",
|
|
5
5
|
"react-i18next": "15.2.0",
|
|
6
6
|
"antd": "5.22.5",
|
|
7
7
|
"@ant-design/icons": "5.3.7",
|
|
8
|
-
"@tachybase/server": "0.23.
|
|
9
|
-
"@tachybase/actions": "0.23.
|
|
10
|
-
"@tachybase/database": "0.23.
|
|
8
|
+
"@tachybase/server": "0.23.16",
|
|
9
|
+
"@tachybase/actions": "0.23.16",
|
|
10
|
+
"@tachybase/database": "0.23.16"
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-presentation",
|
|
3
3
|
"displayName": "Block: Presentation",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.16",
|
|
5
5
|
"description": "Create an card on the page to embed and display external web pages or content.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks"
|
|
8
8
|
],
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"main": "./dist/server/index.js",
|
|
11
|
+
"dependencies": {},
|
|
11
12
|
"devDependencies": {
|
|
12
13
|
"@ant-design/icons": "~5.3.7",
|
|
13
14
|
"antd": "5.22.5",
|
|
14
15
|
"react": "^18.3.1",
|
|
15
16
|
"react-i18next": "^15.2.0",
|
|
16
17
|
"react-iframe": "~1.8.5",
|
|
17
|
-
"@tachybase/schema": "0.23.
|
|
18
|
+
"@tachybase/schema": "0.23.16"
|
|
18
19
|
},
|
|
19
20
|
"peerDependencies": {
|
|
20
|
-
"@tachybase/actions": "0.23.
|
|
21
|
-
"@tachybase/client": "0.23.
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/test": "0.23.
|
|
21
|
+
"@tachybase/actions": "0.23.16",
|
|
22
|
+
"@tachybase/client": "0.23.16",
|
|
23
|
+
"@tachybase/server": "0.23.16",
|
|
24
|
+
"@tachybase/database": "0.23.16",
|
|
25
|
+
"@tachybase/test": "0.23.16"
|
|
25
26
|
},
|
|
26
27
|
"description.zh-CN": "在页面上创建和管理,用于嵌入和展示外部网页或内容。",
|
|
27
28
|
"displayName.zh-CN": "卡片:presentation",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @tachybase/plugin-block-presentation@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-block-presentation
|
|
4
|
-
> tachybase-build --no-dts @tachybase/plugin-block-presentation
|
|
5
|
-
|
|
6
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: [1mplugin-block-presentation[22m build start
|
|
8
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: These packages [33m@tachybase/server, @tachybase/actions, @tachybase/database[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/plugin-block-presentation[39m[24m: write external version
|
|
14
|
-
|