Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agnos-ui/base-po

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agnos-ui/base-po - npm Package Compare versions

Comparing version 0.4.0-next.0 to 0.4.0-next.1

.eslintrc.json

54

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc