@zohodesk/testinglibrary 0.0.25-n20-experimental → 0.0.26-n20-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.0.25-n20-experimental",
3
+ "version": "0.0.26-n20-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.0.25-n20-experimental",
9
+ "version": "0.0.26-n20-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -24,7 +24,7 @@
24
24
  "jsonpath": "1.1.1",
25
25
  "msw": "2.11.6",
26
26
  "playwright": "1.56.1",
27
- "playwright-bdd": "8.4.2",
27
+ "playwright-bdd": "8.4.1",
28
28
  "properties-reader": "2.3.0",
29
29
  "supports-color": "10.2.2"
30
30
  },
@@ -8977,9 +8977,9 @@
8977
8977
  }
8978
8978
  },
8979
8979
  "node_modules/playwright-bdd": {
8980
- "version": "8.4.2",
8981
- "resolved": "https://registry.npmjs.org/playwright-bdd/-/playwright-bdd-8.4.2.tgz",
8982
- "integrity": "sha512-ViugP5vj2UdDkXFao/BTVnau+tWFF9ADsuAL1+o+RUuq6sny+b+RM1CS9ekoFY+sQuHoaP1IiUwSoWyANmOE4Q==",
8980
+ "version": "8.4.1",
8981
+ "resolved": "https://registry.npmjs.org/playwright-bdd/-/playwright-bdd-8.4.1.tgz",
8982
+ "integrity": "sha512-2KM6yHKjpfCKVv0j8lhJkSLbhgfX2yTZLPM+Q9WnnBk/1oa3bmXaHoyokX5Sby2NU/culwC6pErdQAmVfxFnAQ==",
8983
8983
  "license": "MIT",
8984
8984
  "dependencies": {
8985
8985
  "@cucumber/cucumber-expressions": "18.0.1",
@@ -8992,7 +8992,7 @@
8992
8992
  "cli-table3": "0.6.5",
8993
8993
  "commander": "^13.1.0",
8994
8994
  "fast-glob": "^3.3.3",
8995
- "mime-types": "^3.0.2",
8995
+ "mime-types": "^3.0.1",
8996
8996
  "xmlbuilder": "15.1.1"
8997
8997
  },
8998
8998
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.25-n20-experimental",
3
+ "version": "0.0.26-n20-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  "jsonpath": "1.1.1",
36
36
  "msw": "2.11.6",
37
37
  "playwright": "1.56.1",
38
- "playwright-bdd": "8.4.2",
38
+ "playwright-bdd": "8.4.1",
39
39
  "properties-reader": "2.3.0",
40
40
  "supports-color": "10.2.2"
41
41
  },