@zohodesk/testinglibrary 0.4.69-n18-experimental → 0.4.71-n18-experimental

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.69-n18-experimental",
3
+ "version": "0.4.71-n18-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.4.69-n18-experimental",
9
+ "version": "0.4.71-n18-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -25,7 +25,7 @@
25
25
  "jest-environment-jsdom": "29.6.2",
26
26
  "msw": "1.2.3",
27
27
  "playwright": "1.53.1",
28
- "playwright-bdd": "8.3.0",
28
+ "playwright-bdd": "8.3.1",
29
29
  "supports-color": "8.1.1"
30
30
  },
31
31
  "bin": {
@@ -8673,9 +8673,9 @@
8673
8673
  }
8674
8674
  },
8675
8675
  "node_modules/playwright-bdd": {
8676
- "version": "8.3.0",
8677
- "resolved": "https://registry.npmjs.org/playwright-bdd/-/playwright-bdd-8.3.0.tgz",
8678
- "integrity": "sha512-g6zqMipK5d5YhSC1lcDWEXquRFeF7akwb+lFAB8ph4/TkiIbJe6DF2ESoGOmuM8sheV8z/m/xA3L71B/Lt+fqw==",
8676
+ "version": "8.3.1",
8677
+ "resolved": "https://registry.npmjs.org/playwright-bdd/-/playwright-bdd-8.3.1.tgz",
8678
+ "integrity": "sha512-CCmyTJwYcID8TUVmKQ0NiPlKpnvoAIXK8+nrmOYHAG8AI64xL43TAJ1dG19upRyrXozz6/bP6VwWzrpcxpFcNA==",
8679
8679
  "license": "MIT",
8680
8680
  "dependencies": {
8681
8681
  "@cucumber/cucumber-expressions": "18.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.69-n18-experimental",
3
+ "version": "0.4.71-n18-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  "msw": "1.2.3",
38
38
  "playwright": "1.53.1",
39
39
  "supports-color": "8.1.1",
40
- "playwright-bdd": "8.3.0"
40
+ "playwright-bdd": "8.3.1"
41
41
  },
42
42
  "bin": {
43
43
  "ZDTestingFramework": "./bin/cli.js"