@agnos-ui/base-po
Advanced tools
Comparing version 0.6.0-next.1 to 0.6.0-next.2
{ | ||
"name": "@agnos-ui/base-po", | ||
"description": "Base class to build page objects for end-to-end tests with Playwright.", | ||
"version": "0.6.0-next.1", | ||
"version": "0.6.0-next.2", | ||
"keywords": [ | ||
@@ -12,46 +12,5 @@ "e2e", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "wireit" | ||
}, | ||
"wireit": { | ||
"build:src": { | ||
"command": "vite build && tsc -p tsconfig.build.json", | ||
"files": [ | ||
"lib/**", | ||
"tsconfig.build.json", | ||
"../tsconfig.json", | ||
"vite.config.ts" | ||
], | ||
"output": [ | ||
"dist/**", | ||
"!dist/package.json", | ||
"!dist/README.md" | ||
] | ||
}, | ||
"build:pkg": { | ||
"command": "node ../scripts/buildPackageJson.js . dist", | ||
"dependencies": [ | ||
"build:src" | ||
], | ||
"files": [ | ||
"../scripts/buildPackageJson.js", | ||
"../package.json", | ||
"package.json", | ||
"README.md" | ||
], | ||
"output": [ | ||
"dist/README.md", | ||
"dist/package.json" | ||
] | ||
}, | ||
"build": { | ||
"dependencies": [ | ||
"build:src", | ||
"build:pkg" | ||
] | ||
} | ||
}, | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"peerDependencies": { | ||
@@ -66,3 +25,4 @@ "@playwright/test": "^1.49.0" | ||
"directory": "base-po" | ||
} | ||
} | ||
}, | ||
"homepage": "https://www.agnosui.dev/latest/" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9190
211
1
6
1