@playwright/experimental-ct-core
Advanced tools
Comparing version 1.35.0-alpha-jun-2-2023 to 1.35.0-alpha-jun-3-2023
@@ -44,3 +44,2 @@ "use strict"; | ||
}, | ||
babelPlugins: async () => [[require.resolve('./tsxTransform')]], | ||
begin: async suite => { | ||
@@ -47,0 +46,0 @@ var _viteConfig$build, _viteConfig$plugins; |
{ | ||
"name": "@playwright/experimental-ct-core", | ||
"version": "1.35.0-alpha-jun-2-2023", | ||
"version": "1.35.0-alpha-jun-3-2023", | ||
"description": "Playwright Component Testing Helpers", | ||
@@ -8,3 +8,3 @@ "repository": "github:Microsoft/playwright", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=16" | ||
}, | ||
@@ -16,2 +16,6 @@ "author": { | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"./cli": "./cli.js", | ||
@@ -23,3 +27,3 @@ "./lib/mount": "./lib/mount.js", | ||
"vite": "^4.3.3", | ||
"@playwright/test": "1.35.0-alpha-jun-2-2023" | ||
"@playwright/test": "1.35.0-alpha-jun-3-2023" | ||
}, | ||
@@ -26,0 +30,0 @@ "bin": { |
@@ -49,5 +49,9 @@ /** | ||
playwrightUpdate(rootElement: Element, component: Component): Promise<void>; | ||
__pw_hooks_before_mount?: (<HooksConfig>(params: { hooksConfig?: HooksConfig; } & any) => Promise<any>)[]; | ||
__pw_hooks_after_mount?: (<HooksConfig>(params: { hooksConfig?: HooksConfig; } & any) => Promise<void>)[]; | ||
__pw_hooks_before_mount?: (<HooksConfig extends JsonObject = JsonObject>( | ||
params: { hooksConfig?: HooksConfig; [key: string]: any } | ||
) => Promise<any>)[]; | ||
__pw_hooks_after_mount?: (<HooksConfig extends JsonObject = JsonObject>( | ||
params: { hooksConfig?: HooksConfig; [key: string]: any } | ||
) => Promise<void>)[]; | ||
} | ||
} |
41728
705
+ Added@playwright/test@1.35.0-alpha-jun-3-2023(transitive)
+ Addedplaywright-core@1.35.0-alpha-jun-3-2023(transitive)
- Removed@playwright/test@1.35.0-alpha-jun-2-2023(transitive)
- Removedplaywright-core@1.35.0-alpha-jun-2-2023(transitive)