@piying/view-core 2.7.6 → 2.8.0

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -908,9 +908,9 @@ type RawCoreWrapperConfig = {
908
908
  };
909
909
  type CoreWrapperConfig = {
910
910
  type: string | any | LazyImport<any>;
911
- attributes: AsyncObjectSignal<ViewAttributes>;
912
911
  inputs: AsyncObjectSignal<ViewInputs>;
913
912
  outputs: AsyncObjectSignal<ViewOutputs>;
913
+ attributes: AsyncObjectSignal<ViewAttributes>;
914
914
  events: AsyncObjectSignal<ViewEvents>;
915
915
  slots: AsyncObjectSignal<ViewSlots>;
916
916
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piying/view-core",
3
- "version": "2.7.6",
3
+ "version": "2.8.0",
4
4
  "homepage": "https://piying-org.github.io/website/docs/client/intro",
5
5
  "repository": {
6
6
  "url": "https://github.com/piying-org/piying-view"