Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 05a82adb1e v10.6.1 2024-01-26 16:06:22 -08:00
2 changed files with 425 additions and 432 deletions
+417 -419
View File
File diff suppressed because one or more lines are too long
+8 -13
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "10.5.0",
"version": "10.6.1",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -38,7 +38,8 @@
"types": "./isChromatic.d.ts",
"require": "./isChromatic.js",
"import": "./isChromatic.mjs"
}
},
"./package.json": "./package.json"
},
"main": "isChromatic.js",
"module": "isChromatic.mjs",
@@ -205,14 +206,14 @@
"zod": "^3.22.2"
},
"peerDependencies": {
"chromatic-playwright": "^0.4.0 || ^1.0.0",
"chromatic-cypress": "^0.4.0 || ^1.0.0"
"chromatic-cypress": "^0.4.0 || ^1.0.0",
"chromatic-playwright": "^0.4.0 || ^1.0.0"
},
"peerDependenciesMeta": {
"chromatic-playwright": {
"chromatic-cypress": {
"optional": true
},
"chromatic-cypress": {
"chromatic-playwright": {
"optional": true
}
},
@@ -227,13 +228,7 @@
},
"plugins": [
"npm",
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
"released"
]
},
"docs": "https://www.chromatic.com/docs/cli",