Skip to content

Commit

Permalink
SBVT-1966: updating version (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnelms1 committed Sep 19, 2023
1 parent ccfe692 commit 6fca08c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
32 changes: 18 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartbear/visualtest-cypress",
"version": "1.7.8",
"version": "1.7.9",
"description": "Cypress Plugin for SmartBear VisualTest via JavaScript",
"main": "index.js",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"jimp": "^0.22.10",
"pino": "^8.15.0",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"semver": "^7.5.4",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test/visualTest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
// projectToken: "PROJECT_TOKEN",
projectToken: "zEvNOYn2/Bk6MdIzzh+0=_dev",
debug: true
}

0 comments on commit 6fca08c

Please sign in to comment.