@agnos-ui/base-po
Advanced tools
Comparing version 0.4.4 to 0.5.0-next.0
{ | ||
"name": "@agnos-ui/base-po", | ||
"description": "Base class to build page objects for end-to-end tests with Playwright.", | ||
"version": "0.4.4", | ||
"version": "0.5.0-next.0", | ||
"keywords": [ | ||
@@ -20,6 +20,6 @@ "e2e", | ||
"build:src": { | ||
"command": "vite build && tsc", | ||
"command": "vite build && tsc -p tsconfig.build.json", | ||
"files": [ | ||
"lib/**", | ||
"tsconfig.json", | ||
"tsconfig.build.json", | ||
"../tsconfig.json", | ||
@@ -58,3 +58,3 @@ "vite.config.ts" | ||
"peerDependencies": { | ||
"@playwright/test": "^1.45.3" | ||
"@playwright/test": "^1.48.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "license": "MIT", |
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"noEmit": false, | ||
"emitDeclarationOnly": true, | ||
"outDir": "dist", | ||
"declaration": true | ||
}, | ||
"include": ["lib"] | ||
"include": ["lib"], | ||
"files": ["vite.config.ts"] | ||
} |
7393
181