@nocobase/plugin-block-workbench 1.5.1 → 1.5.3
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/LICENSE.txt +1 -1
- package/dist/externalVersion.js +3 -3
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
|
@@ -95,7 +95,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
|
|
|
95
95
|
6.9 If there are other agreements in the contract for the above rights, the contract agreement shall prevail.
|
|
96
96
|
|
|
97
97
|
====================================
|
|
98
|
-
|
|
98
|
+
7. Obligations of Commercial License
|
|
99
99
|
====================================
|
|
100
100
|
|
|
101
101
|
7.1 It is not allowed to remove or change all intellectual property statements about NocoBase in the code.
|
package/dist/externalVersion.js
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"@nocobase/client": "1.5.
|
|
13
|
-
"@nocobase/utils": "1.5.
|
|
12
|
+
"@nocobase/client": "1.5.3",
|
|
13
|
+
"@nocobase/utils": "1.5.3",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"react-i18next": "11.18.6",
|
|
16
16
|
"antd": "5.12.8",
|
|
17
17
|
"antd-style": "3.7.1",
|
|
18
18
|
"@emotion/css": "11.13.0",
|
|
19
|
-
"@nocobase/server": "1.5.
|
|
19
|
+
"@nocobase/server": "1.5.3",
|
|
20
20
|
"@ant-design/icons": "5.3.7",
|
|
21
21
|
"react-router-dom": "6.21.0"
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-block-workbench",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"displayName": "Block: Action panel",
|
|
5
5
|
"displayName.zh-CN": "区块:操作面板",
|
|
6
6
|
"description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"keywords": [
|
|
21
21
|
"Blocks"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "d509073e3f3081488d360613822c5c68222acabc"
|
|
24
24
|
}
|