@cognigy/webchat 3.30.0 → 3.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognigy/webchat",
3
- "version": "3.30.0",
3
+ "version": "3.31.0",
4
4
  "description": "Webchat for Cognigy.AI",
5
5
  "author": "Cognigy GmbH <info@cognigy.com>",
6
6
  "contributors": [
@@ -30,9 +30,9 @@
30
30
  "dev": "webpack-dev-server --config webpack.dev.js --host 0.0.0.0",
31
31
  "cypress:open": "cypress open --e2e --browser chrome",
32
32
  "cypress:open:firefox": "cypress open --e2e --browser firefox",
33
- "cypress:serve": "http-server -a localhost -p 8787 dist/",
34
- "cypress:run": "cypress run --browser chrome",
35
- "cypress:run:firefox": "cypress run --browser firefox",
33
+ "cypress:serve": "http-server -a localhost -p 8787 dist/ --silent",
34
+ "cypress:run": "cypress run --browser chrome --quiet",
35
+ "cypress:run:firefox": "cypress run --browser firefox --quiet",
36
36
  "test:cypress": "run-p -r cypress:serve cypress:run",
37
37
  "test:cypress:firefox": "run-p -r cypress:serve cypress:run:firefox",
38
38
  "test": "npm run test:cypress",
@@ -104,7 +104,7 @@
104
104
  "babel-loader": "^8.2.3",
105
105
  "compression-webpack-plugin": "^9.2.0",
106
106
  "css-loader": "^6.5.1",
107
- "cypress": "^13.13.0",
107
+ "cypress": "^14.0",
108
108
  "cypress-axe": "^1.6.0",
109
109
  "cypress-real-events": "^1.13.0",
110
110
  "cypress-wait-until": "^1.7.2",