@nocobase/plugin-action-print 0.19.0-alpha.1 → 0.19.0-alpha.10

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
- "@nocobase/client": "0.19.0-alpha.1",
2
+ "@nocobase/client": "0.19.0-alpha.10",
3
3
  "react": "18.2.0",
4
- "@nocobase/server": "0.19.0-alpha.1",
5
- "@nocobase/test": "0.19.0-alpha.1"
4
+ "@nocobase/server": "0.19.0-alpha.10",
5
+ "@nocobase/test": "0.19.0-alpha.10"
6
6
  };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-print",
3
- "version": "0.19.0-alpha.1",
3
+ "version": "0.19.0-alpha.10",
4
4
  "main": "dist/server/index.js",
5
- "displayName": "Print",
6
- "displayName.zh-CN": "打印操作",
5
+ "homepage": "https://docs.nocobase.com/plugins/action-print",
6
+ "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-print",
7
+ "displayName": "Action: Print",
8
+ "displayName.zh-CN": "操作:打印",
7
9
  "description": "Provides print action",
8
10
  "description.zh-CN": "提供打印操作",
9
11
  "license": "AGPL-3.0",
@@ -12,5 +14,8 @@
12
14
  "@nocobase/server": "0.x",
13
15
  "@nocobase/test": "0.x"
14
16
  },
15
- "gitHead": "64601944412fc4d2e2bd05f4b982118dd28247dc"
17
+ "gitHead": "d09d81eba67339da36bcec27939a85b35d180770",
18
+ "keywords": [
19
+ "Actions"
20
+ ]
16
21
  }