@lemon-fe/mini-app 1.0.6-alpha.0 → 1.0.6

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/es/global.d.ts +2 -2
  2. package/package.json +2 -2
package/es/global.d.ts CHANGED
@@ -73,7 +73,7 @@ declare const bridge: {
73
73
  nextAction(opts: {
74
74
  params: {
75
75
  type: string;
76
- payload: Record<string, any>;
76
+ payload?: Record<string, any>;
77
77
  };
78
78
  }): void;
79
79
  };
@@ -131,7 +131,7 @@ export declare const mini: {
131
131
  nextAction: (opts: {
132
132
  params: {
133
133
  type: string;
134
- payload: Record<string, any>;
134
+ payload?: Record<string, any>;
135
135
  };
136
136
  }) => void;
137
137
  loaded: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/mini-app",
3
- "version": "1.0.6-alpha.0",
3
+ "version": "1.0.6",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "react": "^17.0.2",
32
32
  "react-dom": "17.0.2"
33
33
  },
34
- "gitHead": "bf835f371f1e84b5dc9807b5c2b31b4a0ad83d00"
34
+ "gitHead": "d3dc0448d7863c64a89896bb00fcb42f2ccdfaa1"
35
35
  }