@blocklet/pages-kit 0.4.114 → 0.4.116

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.
@@ -15,7 +15,7 @@ export declare function mergeComponent({ componentId, getComponent, locale, defa
15
15
  };
16
16
  }): {
17
17
  script: string;
18
- properties: {
18
+ props: {
19
19
  [key: string]: any;
20
20
  };
21
21
  } | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.4.114",
3
+ "version": "0.4.116",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"