Compare commits

..

1 Commits

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