Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic c9067691ac v10.9.5 2024-02-14 09:50:57 -08:00
3 changed files with 613 additions and 612 deletions
+5 -2
View File
@@ -24,7 +24,7 @@ inputs:
configFile:
description: 'Path from where to load the Chromatic config JSON file.'
cypress:
description: 'Run build against `chromatic-cypress` test archives'
description: 'Run build against `@chromatic-com/cypress` test archives'
required: false
debug:
description: 'Output verbose debugging information'
@@ -47,6 +47,9 @@ inputs:
externals:
description: 'Disable TurboSnap when any of these files have changed since the baseline build'
required: false
fileHashing:
description: 'Whether to apply file hashing to skip uploading unchanged files (default: true)'
required: false
forceRebuild:
description: 'Do not skip build when a rebuild is detected'
required: false
@@ -69,7 +72,7 @@ inputs:
description: 'Only run a single story or a subset of stories by their filename(s)'
required: false
playwright:
description: 'Run build against `chromatic-playwright` test archives'
description: 'Run build against `@chromatic-com/playwright` test archives'
required: false
preserveMissing:
description: 'Deprecated, use onlyChanged, onlyStoryNames or onlyStoryFiles instead'
+600 -597
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.9.5",
"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-com/cypress": "^0.5.2 || ^1.0.0",
"@chromatic-com/playwright": "^0.5.2 || ^1.0.0"
},
"peerDependenciesMeta": {
"chromatic-playwright": {
"@chromatic-com/cypress": {
"optional": true
},
"chromatic-cypress": {
"@chromatic-com/playwright": {
"optional": true
}
},
@@ -227,13 +228,7 @@
},
"plugins": [
"npm",
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
"released"
]
},
"docs": "https://www.chromatic.com/docs/cli",