@agnos-ui/base-po
Advanced tools
Comparing version 0.4.0-next.0 to 0.4.0-next.1
{ | ||
"name": "@agnos-ui/base-po", | ||
"description": "Base class to build page objects for end-to-end tests with Playwright.", | ||
"version": "0.4.0-next.0", | ||
"version": "0.4.0-next.1", | ||
"keywords": [ | ||
@@ -11,5 +11,6 @@ "e2e", | ||
], | ||
"main": "dist/lib/index.js", | ||
"module": "dist/lib/index.mjs", | ||
"types": "dist/lib/index.d.ts", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -20,39 +21,35 @@ "build": "wireit" | ||
"build:src": { | ||
"command": "vite build", | ||
"command": "vite build && tsc", | ||
"files": [ | ||
"lib/**", | ||
"tsconfig.json", | ||
"../tsconfig.json", | ||
"vite.config.ts" | ||
], | ||
"output": [ | ||
"dist/lib/index.js", | ||
"dist/lib/index.mjs" | ||
"dist/**", | ||
"!dist/package.json", | ||
"!dist/README.md" | ||
] | ||
}, | ||
"build:dts": { | ||
"command": "tsc -p tsconfig.d.json", | ||
"build:pkg": { | ||
"command": "node ../scripts/buildPackageJson.js . dist", | ||
"dependencies": [ | ||
"build:src" | ||
], | ||
"files": [ | ||
"lib/**", | ||
"tsconfig.json", | ||
"tsconfig.d.json", | ||
"../tsconfig.json" | ||
"../scripts/buildPackageJson.js", | ||
"../package.json", | ||
"package.json", | ||
"README.md" | ||
], | ||
"output": [ | ||
"dist/dts/**" | ||
"dist/README.md", | ||
"dist/package.json" | ||
] | ||
}, | ||
"build": { | ||
"command": "api-extractor run", | ||
"dependencies": [ | ||
"build:src", | ||
"build:dts" | ||
], | ||
"files": [ | ||
"api-extractor.json", | ||
"../api-extractor.json", | ||
"tsconfig.json", | ||
"tsconfig.d.json", | ||
"../tsconfig.json" | ||
], | ||
"output": [ | ||
"dist/lib/index.d.ts" | ||
"build:pkg" | ||
] | ||
@@ -62,7 +59,4 @@ } | ||
"peerDependencies": { | ||
"@playwright/test": "^1.44.1" | ||
"@playwright/test": "^1.45.0" | ||
}, | ||
"files": [ | ||
"dist/lib" | ||
], | ||
"license": "MIT", | ||
@@ -69,0 +63,0 @@ "bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
Yes
7316
179
1