Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2cdb26c0 |
+2
-5
@@ -24,7 +24,7 @@ inputs:
|
||||
configFile:
|
||||
description: 'Path from where to load the Chromatic config JSON file.'
|
||||
cypress:
|
||||
description: 'Run build against `@chromatic-com/cypress` test archives'
|
||||
description: 'Run build against `chromatic-cypress` test archives'
|
||||
required: false
|
||||
debug:
|
||||
description: 'Output verbose debugging information'
|
||||
@@ -47,9 +47,6 @@ 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
|
||||
@@ -72,7 +69,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-com/playwright` test archives'
|
||||
description: 'Run build against `chromatic-playwright` test archives'
|
||||
required: false
|
||||
preserveMissing:
|
||||
description: 'Deprecated, use onlyChanged, onlyStoryNames or onlyStoryFiles instead'
|
||||
|
||||
+597
-600
File diff suppressed because one or more lines are too long
+13
-8
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.9.5",
|
||||
"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-com/cypress": "^0.5.2 || ^1.0.0",
|
||||
"@chromatic-com/playwright": "^0.5.2 || ^1.0.0"
|
||||
"chromatic-playwright": "^0.4.0 || ^1.0.0",
|
||||
"chromatic-cypress": "^0.4.0 || ^1.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@chromatic-com/cypress": {
|
||||
"chromatic-playwright": {
|
||||
"optional": true
|
||||
},
|
||||
"@chromatic-com/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",
|
||||
|
||||
Reference in New Issue
Block a user