@kepoai/provider 1.0.3 → 1.0.4

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/api/index.d.ts +1 -1
  2. package/package.json +1 -1
package/api/index.d.ts CHANGED
@@ -21,7 +21,7 @@ declare module 'puppeteer-core' {
21
21
  }
22
22
  }
23
23
 
24
- export const page: Page
24
+ export const getPage: () => Page
25
25
 
26
26
  // 配置选项触发的事件结构
27
27
  export interface OptionEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kepoai/provider",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "exports": {
6
6
  "./api": {