@hylid/types 4.0.0-alpha.0 → 4.0.0-alpha.3

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/mp.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/mp.d.ts CHANGED
@@ -176,6 +176,7 @@ export interface MPApi extends Omit<MiniprogramApi, 'request'> {
176
176
  adCode: string;
177
177
  ext: string;
178
178
  }>) => void;
179
+ popWindow: () => void;
179
180
  }
180
181
  export declare type HeadModel = {
181
182
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylid/types",
3
- "version": "4.0.0-alpha.0",
3
+ "version": "4.0.0-alpha.3",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib",