superapp-miniapp-invoke-native 1.9.1 → 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 +1 -1
  2. package/package.json +1 -1
package/lib/main.d.ts CHANGED
@@ -332,9 +332,9 @@ declare interface Process_ParamsType {
332
332
  }
333
333
 
334
334
  export declare interface ProcessParamsType {
335
- url: string;
336
335
  params: Process_ParamsType;
337
336
  redirect: RedirectType;
337
+ [key: string]: any;
338
338
  }
339
339
 
340
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.1",
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",