From f52f4d3782cbd9431e26a62adf016d38e7cd12e2 Mon Sep 17 00:00:00 2001 From: pankaj443 Date: Fri, 13 Dec 2024 20:15:12 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=201.30.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 2 +- packages/cli-app/package.json | 76 ++++++++-------- packages/cli-build/package.json | 74 ++++++++-------- packages/cli-command/package.json | 84 +++++++++--------- packages/cli-config/package.json | 74 ++++++++-------- packages/cli-exec/package.json | 80 ++++++++--------- packages/cli-snapshot/package.json | 76 ++++++++-------- packages/cli-upload/package.json | 78 ++++++++-------- packages/cli/package.json | 86 +++++++++--------- packages/client/package.json | 78 ++++++++-------- packages/config/package.json | 94 ++++++++++---------- packages/core/package.json | 122 +++++++++++++------------- packages/dom/package.json | 70 +++++++-------- packages/env/package.json | 72 +++++++-------- packages/logger/package.json | 68 +++++++------- packages/sdk-utils/package.json | 98 ++++++++++----------- packages/webdriver-utils/package.json | 68 +++++++------- 17 files changed, 650 insertions(+), 650 deletions(-) diff --git a/lerna.json b/lerna.json index d2f8b25db..e257b11f4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.30.5-beta.2", + "version": "1.30.5", "packages": [ "packages/*" ], diff --git a/packages/cli-app/package.json b/packages/cli-app/package.json index 3fb67e997..a55ebcc23 100644 --- a/packages/cli-app/package.json +++ b/packages/cli-app/package.json @@ -1,39 +1,39 @@ { - "name": "@percy/cli-app", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-app" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": "./dist/index.js", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "readme": "percy-cli-readme", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "@percy/cli": { - "commands": [ - "./dist/app.js" - ] - }, - "dependencies": { - "@percy/cli-command": "1.30.5-beta.2", - "@percy/cli-exec": "1.30.5-beta.2" - } -} + "name": "@percy/cli-app", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-app" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": "./dist/index.js", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "readme": "percy-cli-readme", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "@percy/cli": { + "commands": [ + "./dist/app.js" + ] + }, + "dependencies": { + "@percy/cli-command": "1.30.5", + "@percy/cli-exec": "1.30.5" + } +} \ No newline at end of file diff --git a/packages/cli-build/package.json b/packages/cli-build/package.json index 2dcda3f91..a7d6fe769 100644 --- a/packages/cli-build/package.json +++ b/packages/cli-build/package.json @@ -1,38 +1,38 @@ { - "name": "@percy/cli-build", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-build" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": "./dist/index.js", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "readme": "percy-cli-readme", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "@percy/cli": { - "commands": [ - "./dist/build.js" - ] - }, - "dependencies": { - "@percy/cli-command": "1.30.5-beta.2" - } -} + "name": "@percy/cli-build", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-build" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": "./dist/index.js", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "readme": "percy-cli-readme", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "@percy/cli": { + "commands": [ + "./dist/build.js" + ] + }, + "dependencies": { + "@percy/cli-command": "1.30.5" + } +} \ No newline at end of file diff --git a/packages/cli-command/package.json b/packages/cli-command/package.json index 8f1871891..b40950603 100644 --- a/packages/cli-command/package.json +++ b/packages/cli-command/package.json @@ -1,43 +1,43 @@ { - "name": "@percy/cli-command", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-command" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "files": [ - "dist", - "test/helpers.js" - ], - "engines": { - "node": ">=14" - }, - "bin": { - "percy-cli-readme": "./bin/readme.js" - }, - "main": "./dist/index.js", - "type": "module", - "exports": { - ".": "./dist/index.js", - "./flags": "./dist/flags.js", - "./utils": "./dist/utils.js", - "./test/helpers": "./test/helpers.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "dependencies": { - "@percy/config": "1.30.5-beta.2", - "@percy/core": "1.30.5-beta.2", - "@percy/logger": "1.30.5-beta.2" - } -} + "name": "@percy/cli-command", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-command" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "files": [ + "dist", + "test/helpers.js" + ], + "engines": { + "node": ">=14" + }, + "bin": { + "percy-cli-readme": "./bin/readme.js" + }, + "main": "./dist/index.js", + "type": "module", + "exports": { + ".": "./dist/index.js", + "./flags": "./dist/flags.js", + "./utils": "./dist/utils.js", + "./test/helpers": "./test/helpers.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "dependencies": { + "@percy/config": "1.30.5", + "@percy/core": "1.30.5", + "@percy/logger": "1.30.5" + } +} \ No newline at end of file diff --git a/packages/cli-config/package.json b/packages/cli-config/package.json index f00f58812..c217f5221 100644 --- a/packages/cli-config/package.json +++ b/packages/cli-config/package.json @@ -1,38 +1,38 @@ { - "name": "@percy/cli-config", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-config" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": "./dist/index.js", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "readme": "percy-cli-readme", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "@percy/cli": { - "commands": [ - "./dist/config.js" - ] - }, - "dependencies": { - "@percy/cli-command": "1.30.5-beta.2" - } -} + "name": "@percy/cli-config", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-config" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": "./dist/index.js", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "readme": "percy-cli-readme", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "@percy/cli": { + "commands": [ + "./dist/config.js" + ] + }, + "dependencies": { + "@percy/cli-command": "1.30.5" + } +} \ No newline at end of file diff --git a/packages/cli-exec/package.json b/packages/cli-exec/package.json index 197de6f2a..f8afe64d0 100644 --- a/packages/cli-exec/package.json +++ b/packages/cli-exec/package.json @@ -1,41 +1,41 @@ { - "name": "@percy/cli-exec", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-exec" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": "./dist/index.js", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "readme": "percy-cli-readme", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "@percy/cli": { - "commands": [ - "./dist/exec.js" - ] - }, - "dependencies": { - "@percy/cli-command": "1.30.5-beta.2", - "@percy/logger": "1.30.5-beta.2", - "cross-spawn": "^7.0.3", - "which": "^2.0.2" - } -} + "name": "@percy/cli-exec", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-exec" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": "./dist/index.js", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "readme": "percy-cli-readme", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "@percy/cli": { + "commands": [ + "./dist/exec.js" + ] + }, + "dependencies": { + "@percy/cli-command": "1.30.5", + "@percy/logger": "1.30.5", + "cross-spawn": "^7.0.3", + "which": "^2.0.2" + } +} \ No newline at end of file diff --git a/packages/cli-snapshot/package.json b/packages/cli-snapshot/package.json index dde908152..2c07700fe 100644 --- a/packages/cli-snapshot/package.json +++ b/packages/cli-snapshot/package.json @@ -1,39 +1,39 @@ { - "name": "@percy/cli-snapshot", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-snapshot" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": "./dist/index.js", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "readme": "percy-cli-readme", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "@percy/cli": { - "commands": [ - "./dist/snapshot.js" - ] - }, - "dependencies": { - "@percy/cli-command": "1.30.5-beta.2", - "yaml": "^2.0.0" - } -} + "name": "@percy/cli-snapshot", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-snapshot" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": "./dist/index.js", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "readme": "percy-cli-readme", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "@percy/cli": { + "commands": [ + "./dist/snapshot.js" + ] + }, + "dependencies": { + "@percy/cli-command": "1.30.5", + "yaml": "^2.0.0" + } +} \ No newline at end of file diff --git a/packages/cli-upload/package.json b/packages/cli-upload/package.json index 37eca4b07..2b736cf3e 100644 --- a/packages/cli-upload/package.json +++ b/packages/cli-upload/package.json @@ -1,40 +1,40 @@ { - "name": "@percy/cli-upload", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli-upload" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": "./dist/index.js", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "readme": "percy-cli-readme", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "@percy/cli": { - "commands": [ - "./dist/upload.js" - ] - }, - "dependencies": { - "@percy/cli-command": "1.30.5-beta.2", - "fast-glob": "^3.2.11", - "image-size": "^1.0.0" - } -} + "name": "@percy/cli-upload", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli-upload" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": "./dist/index.js", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "readme": "percy-cli-readme", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "@percy/cli": { + "commands": [ + "./dist/upload.js" + ] + }, + "dependencies": { + "@percy/cli-command": "1.30.5", + "fast-glob": "^3.2.11", + "image-size": "^1.0.0" + } +} \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 4ca67356b..148ccab24 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,44 +1,44 @@ { - "name": "@percy/cli", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/cli" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "files": [ - "bin", - "dist" - ], - "engines": { - "node": ">=14" - }, - "bin": { - "percy": "./bin/run.cjs" - }, - "main": "./dist/index.js", - "exports": "./dist/index.js", - "type": "module", - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "dependencies": { - "@percy/cli-app": "1.30.5-beta.2", - "@percy/cli-build": "1.30.5-beta.2", - "@percy/cli-command": "1.30.5-beta.2", - "@percy/cli-config": "1.30.5-beta.2", - "@percy/cli-exec": "1.30.5-beta.2", - "@percy/cli-snapshot": "1.30.5-beta.2", - "@percy/cli-upload": "1.30.5-beta.2", - "@percy/client": "1.30.5-beta.2", - "@percy/logger": "1.30.5-beta.2" - } -} + "name": "@percy/cli", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/cli" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "files": [ + "bin", + "dist" + ], + "engines": { + "node": ">=14" + }, + "bin": { + "percy": "./bin/run.cjs" + }, + "main": "./dist/index.js", + "exports": "./dist/index.js", + "type": "module", + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "dependencies": { + "@percy/cli-app": "1.30.5", + "@percy/cli-build": "1.30.5", + "@percy/cli-command": "1.30.5", + "@percy/cli-config": "1.30.5", + "@percy/cli-exec": "1.30.5", + "@percy/cli-snapshot": "1.30.5", + "@percy/cli-upload": "1.30.5", + "@percy/client": "1.30.5", + "@percy/logger": "1.30.5" + } +} \ No newline at end of file diff --git a/packages/client/package.json b/packages/client/package.json index 044adec97..e39c4fd93 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,40 +1,40 @@ { - "name": "@percy/client", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/client" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist", - "test/helpers.js" - ], - "main": "./dist/index.js", - "type": "module", - "exports": { - ".": "./dist/index.js", - "./utils": "./dist/utils.js", - "./detect-proxy": "./dist/detect-proxy.js", - "./test/helpers": "./test/helpers.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "dependencies": { - "@percy/env": "1.30.5-beta.2", - "@percy/logger": "1.30.5-beta.2", - "pako": "^2.1.0" - } -} + "name": "@percy/client", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/client" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist", + "test/helpers.js" + ], + "main": "./dist/index.js", + "type": "module", + "exports": { + ".": "./dist/index.js", + "./utils": "./dist/utils.js", + "./detect-proxy": "./dist/detect-proxy.js", + "./test/helpers": "./test/helpers.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "dependencies": { + "@percy/env": "1.30.5", + "@percy/logger": "1.30.5", + "pako": "^2.1.0" + } +} \ No newline at end of file diff --git a/packages/config/package.json b/packages/config/package.json index 8ab32c829..0b79090b4 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,49 +1,49 @@ { - "name": "@percy/config", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/config" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist", - "types/index.d.ts", - "test/helpers.js" - ], - "main": "./dist/index.js", - "types": "./types/index.d.ts", - "type": "module", - "exports": { - ".": { - "types": "./types/index.d.ts", - "default": "./dist/index.js" + "name": "@percy/config", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/config" }, - "./utils": "./dist/utils/index.js", - "./test/helpers": "./test/helpers.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage", - "test:types": "tsd" - }, - "dependencies": { - "@percy/logger": "1.30.5-beta.2", - "ajv": "^8.6.2", - "cosmiconfig": "^8.0.0", - "yaml": "^2.0.0" - }, - "devDependencies": { - "json-schema-typed": "^7.0.3" - } -} + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist", + "types/index.d.ts", + "test/helpers.js" + ], + "main": "./dist/index.js", + "types": "./types/index.d.ts", + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./utils": "./dist/utils/index.js", + "./test/helpers": "./test/helpers.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage", + "test:types": "tsd" + }, + "dependencies": { + "@percy/logger": "1.30.5", + "ajv": "^8.6.2", + "cosmiconfig": "^8.0.0", + "yaml": "^2.0.0" + }, + "devDependencies": { + "json-schema-typed": "^7.0.3" + } +} \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 1f99f208b..c04c4bbe7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,63 +1,63 @@ { - "name": "@percy/core", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/core" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist", - "post-install.js", - "types/index.d.ts", - "test/helpers" - ], - "main": "./dist/index.js", - "types": "./types/index.d.ts", - "type": "module", - "exports": { - ".": { - "types": "./types/index.d.ts", - "default": "./dist/index.js" + "name": "@percy/core", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/core" }, - "./utils": "./dist/utils.js", - "./config": "./dist/config.js", - "./install": "./dist/install.js", - "./test/helpers": "./test/helpers/index.js", - "./test/helpers/server": "./test/helpers/server.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "postinstall": "node ./post-install", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage", - "test:types": "tsd" - }, - "dependencies": { - "@percy/client": "1.30.5-beta.2", - "@percy/config": "1.30.5-beta.2", - "@percy/dom": "1.30.5-beta.2", - "@percy/logger": "1.30.5-beta.2", - "@percy/webdriver-utils": "1.30.5-beta.2", - "content-disposition": "^0.5.4", - "cross-spawn": "^7.0.3", - "extract-zip": "^2.0.1", - "fast-glob": "^3.2.11", - "micromatch": "^4.0.8", - "mime-types": "^2.1.34", - "pako": "^2.1.0", - "path-to-regexp": "^6.3.0", - "rimraf": "^3.0.2", - "ws": "^8.17.1", - "yaml": "^2.4.1" - } -} + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist", + "post-install.js", + "types/index.d.ts", + "test/helpers" + ], + "main": "./dist/index.js", + "types": "./types/index.d.ts", + "type": "module", + "exports": { + ".": { + "types": "./types/index.d.ts", + "default": "./dist/index.js" + }, + "./utils": "./dist/utils.js", + "./config": "./dist/config.js", + "./install": "./dist/install.js", + "./test/helpers": "./test/helpers/index.js", + "./test/helpers/server": "./test/helpers/server.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "postinstall": "node ./post-install", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage", + "test:types": "tsd" + }, + "dependencies": { + "@percy/client": "1.30.5", + "@percy/config": "1.30.5", + "@percy/dom": "1.30.5", + "@percy/logger": "1.30.5", + "@percy/webdriver-utils": "1.30.5", + "content-disposition": "^0.5.4", + "cross-spawn": "^7.0.3", + "extract-zip": "^2.0.1", + "fast-glob": "^3.2.11", + "micromatch": "^4.0.8", + "mime-types": "^2.1.34", + "pako": "^2.1.0", + "path-to-regexp": "^6.3.0", + "rimraf": "^3.0.2", + "ws": "^8.17.1", + "yaml": "^2.4.1" + } +} \ No newline at end of file diff --git a/packages/dom/package.json b/packages/dom/package.json index 038a890d0..88671afe8 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -1,38 +1,38 @@ { - "name": "@percy/dom", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/dom" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "main": "dist/bundle.js", - "browser": "dist/bundle.js", - "files": [ - "dist" - ], - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "rollup": { - "output": { - "name": "PercyDOM" + "name": "@percy/dom", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/dom" }, - "test": { - "output": { - "exports": "named" - } + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "main": "dist/bundle.js", + "browser": "dist/bundle.js", + "files": [ + "dist" + ], + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "rollup": { + "output": { + "name": "PercyDOM" + }, + "test": { + "output": { + "exports": "named" + } + } + }, + "devDependencies": { + "interactor.js": "^2.0.0-beta.10" } - }, - "devDependencies": { - "interactor.js": "^2.0.0-beta.10" - } -} +} \ No newline at end of file diff --git a/packages/env/package.json b/packages/env/package.json index d0bc1d1eb..219a37c47 100644 --- a/packages/env/package.json +++ b/packages/env/package.json @@ -1,37 +1,37 @@ { - "name": "@percy/env", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/env" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist", - "test/helpers.js" - ], - "main": "./dist/index.js", - "type": "module", - "exports": { - ".": "./dist/index.js", - "./utils": "./dist/utils.js", - "./test/helpers": "./test/helpers.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "dependencies": { - "@percy/logger": "1.30.5-beta.2" - } -} + "name": "@percy/env", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/env" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist", + "test/helpers.js" + ], + "main": "./dist/index.js", + "type": "module", + "exports": { + ".": "./dist/index.js", + "./utils": "./dist/utils.js", + "./test/helpers": "./test/helpers.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "dependencies": { + "@percy/logger": "1.30.5" + } +} \ No newline at end of file diff --git a/packages/logger/package.json b/packages/logger/package.json index 916cc4e78..78049e9f3 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,35 +1,35 @@ { - "name": "@percy/logger", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/logger" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist", - "test/helpers.js" - ], - "main": "./dist/index.js", - "type": "module", - "exports": { - ".": "./dist/index.js", - "./utils": "./dist/utils.js", - "./test/helpers": "./test/helpers.js", - "./test/client": "./test/client.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - } -} + "name": "@percy/logger", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/logger" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist", + "test/helpers.js" + ], + "main": "./dist/index.js", + "type": "module", + "exports": { + ".": "./dist/index.js", + "./utils": "./dist/utils.js", + "./test/helpers": "./test/helpers.js", + "./test/client": "./test/client.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + } +} \ No newline at end of file diff --git a/packages/sdk-utils/package.json b/packages/sdk-utils/package.json index 9f7c2044d..18a8933b7 100644 --- a/packages/sdk-utils/package.json +++ b/packages/sdk-utils/package.json @@ -1,54 +1,54 @@ { - "name": "@percy/sdk-utils", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/sdk-utils" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist", - "test/server.js", - "test/client.js", - "test/helpers.js" - ], - "main": "./dist/index.js", - "browser": "./dist/bundle.js", - "exports": { - ".": { - "node": "./dist/index.js", - "default": "./dist/bundle.js" + "name": "@percy/sdk-utils", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/sdk-utils" }, - "./test/helpers": { - "node": "./test/helpers.js", - "default": "./test/client.js" - } - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "percy exec --testing -- node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "rollup": { - "external": [ - "ws" + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist", + "test/server.js", + "test/client.js", + "test/helpers.js" ], - "output": { - "name": "PercySDKUtils" + "main": "./dist/index.js", + "browser": "./dist/bundle.js", + "exports": { + ".": { + "node": "./dist/index.js", + "default": "./dist/bundle.js" + }, + "./test/helpers": { + "node": "./test/helpers.js", + "default": "./test/client.js" + } + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "percy exec --testing -- node ../../scripts/test", + "test:coverage": "yarn test --coverage" }, - "test": { - "external": [ - "test/server(.js)?" - ] + "rollup": { + "external": [ + "ws" + ], + "output": { + "name": "PercySDKUtils" + }, + "test": { + "external": [ + "test/server(.js)?" + ] + } } - } -} +} \ No newline at end of file diff --git a/packages/webdriver-utils/package.json b/packages/webdriver-utils/package.json index 892cf9d0d..5a7396e12 100644 --- a/packages/webdriver-utils/package.json +++ b/packages/webdriver-utils/package.json @@ -1,35 +1,35 @@ { - "name": "@percy/webdriver-utils", - "version": "1.30.5-beta.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/percy/cli", - "directory": "packages/webdriver-utils" - }, - "publishConfig": { - "access": "public", - "tag": "beta" - }, - "engines": { - "node": ">=14" - }, - "files": [ - "dist" - ], - "main": "./dist/index.js", - "type": "module", - "exports": { - ".": "./dist/index.js" - }, - "scripts": { - "build": "node ../../scripts/build", - "lint": "eslint --ignore-path ../../.gitignore .", - "test": "node ../../scripts/test", - "test:coverage": "yarn test --coverage" - }, - "dependencies": { - "@percy/config": "1.30.5-beta.2", - "@percy/sdk-utils": "1.30.5-beta.2" - } -} + "name": "@percy/webdriver-utils", + "version": "1.30.5", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/percy/cli", + "directory": "packages/webdriver-utils" + }, + "publishConfig": { + "access": "public", + "tag": "latest" + }, + "engines": { + "node": ">=14" + }, + "files": [ + "dist" + ], + "main": "./dist/index.js", + "type": "module", + "exports": { + ".": "./dist/index.js" + }, + "scripts": { + "build": "node ../../scripts/build", + "lint": "eslint --ignore-path ../../.gitignore .", + "test": "node ../../scripts/test", + "test:coverage": "yarn test --coverage" + }, + "dependencies": { + "@percy/config": "1.30.5", + "@percy/sdk-utils": "1.30.5" + } +} \ No newline at end of file