@dignite-ng/expand.cms 0.0.29 → 0.0.30

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.
@@ -36,7 +36,6 @@ export declare class EntriesComponent implements OnInit {
36
36
  sectionIdChange(): Promise<void>;
37
37
  /**切换语言 */
38
38
  cultureChange(): Promise<void>;
39
- /**获取站点列表 */
40
39
  /**获取站点下的版块 */
41
40
  getSiteOfSectionList(): Promise<unknown>;
42
41
  /**获取版块下的条目类型 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",