@halo-dev/api-client 0.0.17 → 0.0.18

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2651,7 +2651,7 @@ interface MenuItemSpec {
2651
2651
  * @type {Ref}
2652
2652
  * @memberof MenuItemSpec
2653
2653
  */
2654
- pageRef?: Ref;
2654
+ singlePageRef?: Ref;
2655
2655
  }
2656
2656
 
2657
2657
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-dev/api-client",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "@halo-dev",