@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.16 → 0.0.4-alpha.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda-fe/dynamic-plugin-shared",
3
- "version": "0.0.4-alpha.16",
3
+ "version": "0.0.4-alpha.17",
4
4
  "peerDependencies": {
5
5
  "@alauda/code-editor": "^6.0.1-alpha.3",
6
6
  "@alauda-fe/dynamic-plugin-sdk": "^0.0.1-alpha.25",
@@ -57,7 +57,7 @@ interface ResourceListParams extends StringMap {
57
57
  }
58
58
  interface WorkspaceListParams extends WorkspaceParams, ResourceListParams {
59
59
  }
60
- interface WorkspaceDetailParams extends WorkspaceListParams {
60
+ interface WorkspaceDetailParams extends WorkspaceParams {
61
61
  name?: string;
62
62
  }
63
63
  type Pagination<T, O = {