superapp-miniapp-invoke-native 1.9.0 → 1.9.2

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/lib/main.d.ts +2 -4
  2. package/package.json +1 -1
package/lib/main.d.ts CHANGED
@@ -328,15 +328,13 @@ declare interface PollingPluginsHandleType {
328
328
  }
329
329
 
330
330
  declare interface Process_ParamsType {
331
- orderId: string;
332
- orderPrice: string;
333
331
  [key: string]: string;
334
332
  }
335
333
 
336
334
  export declare interface ProcessParamsType {
337
- type: string;
338
335
  params: Process_ParamsType;
339
- redirect?: RedirectType;
336
+ redirect: RedirectType;
337
+ [key: string]: any;
340
338
  }
341
339
 
342
340
  declare interface RedirectType {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "superapp-miniapp-invoke-native",
3
3
  "type": "module",
4
- "version": "1.9.0",
4
+ "version": "1.9.2",
5
5
  "description": "In Superapp, the encapsulation of calling Native interfaces by mini-programs.",
6
6
  "scripts": {
7
7
  "dev": "vite",