We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81eb0c8 commit f2db06cCopy full SHA for f2db06c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@percy/cypress",
3
"description": "Cypress client library for visual testing with Percy",
4
- "version": "3.1.6-beta.0",
+ "version": "3.1.6-beta.1",
5
"license": "MIT",
6
"author": "Perceptual Inc.",
7
"repository": "https://github.com/percy/percy-cypress",
@@ -12,12 +12,13 @@
12
],
13
"publishConfig": {
14
"access": "public",
15
- "tag": "latest"
+ "tag": "beta"
16
},
17
"main": "index.js",
18
"types": "types/index.d.ts",
19
"files": [
20
"index.js",
21
+ "createRegion.js",
22
"types/index.d.ts"
23
24
"scripts": {
0 commit comments