@giteeteam/apps-team-components 1.11.11 → 1.11.12

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.
@@ -78,6 +78,7 @@ const getStandardReadComponents = () => {
78
78
  [FIELD_TYPE_KEY_MAPPINGS.Version]: VersionReadView,
79
79
  [FIELD_TYPE_KEY_MAPPINGS.Workspace]: WorkspaceReadView,
80
80
  [FIELD_TYPE_KEY_MAPPINGS.ItemLinkedStatistics]: TextReadView,
81
+ [FIELD_TYPE_KEY_MAPPINGS.Actors]: ActorReadView,
81
82
  };
82
83
  return standardReadComponents;
83
84
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-team-components",
3
- "version": "1.11.11",
3
+ "version": "1.11.12",
4
4
  "description": "Gitee team components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -9,7 +9,6 @@
9
9
  "dev": "rollup -c -w",
10
10
  "build": "rimraf dist && rollup -c",
11
11
  "publish:alpha": "npm publish --access public --tag alpha",
12
- "prepublishOnly": "pnpm build",
13
12
  "lint": "eslint . --ext ts --ext tsx --ext js --ext json",
14
13
  "pre-commit": "lint-staged",
15
14
  "husky": "husky",