@nocobase/plugin-block-iframe 2.0.0-alpha.60 → 2.0.0-alpha.61
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 +6 -6
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
12
|
"@formily/shared": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/client": "2.0.0-alpha.61",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"react-i18next": "11.18.6",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
18
18
|
"@formily/antd-v5": "1.2.3",
|
|
19
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
21
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/server": "2.0.0-alpha.61",
|
|
20
|
+
"@nocobase/test": "2.0.0-alpha.61",
|
|
21
|
+
"@nocobase/flow-engine": "2.0.0-alpha.61",
|
|
22
22
|
"@emotion/css": "11.13.0",
|
|
23
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
24
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
23
|
+
"@nocobase/actions": "2.0.0-alpha.61",
|
|
24
|
+
"@nocobase/database": "2.0.0-alpha.61"
|
|
25
25
|
};
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Create an iframe block on the page to embed and display external web pages or content.",
|
|
7
7
|
"description.ru-RU": "Создавайте iframe-блоки и управляйте ими на странице для встраивания и отображения внешних веб-страниц или контента.",
|
|
8
8
|
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.61",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@nocobase/server": "2.x",
|
|
29
29
|
"@nocobase/test": "2.x"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "f48b11fd3842abbbbc7bbeb751943d80bc5134bb",
|
|
32
32
|
"keywords": [
|
|
33
33
|
"Blocks"
|
|
34
34
|
]
|