@zohodesk/testinglibrary 0.0.21-n20-experimental → 0.0.22-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.21-n20-experimental",
3
+ "version": "0.0.22-n20-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.0.21-n20-experimental",
9
+ "version": "0.0.22-n20-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -25,6 +25,7 @@
25
25
  "msw": "1.2.3",
26
26
  "playwright": "1.53.2",
27
27
  "playwright-bdd": "8.3.1",
28
+ "properties-reader": "2.3.0",
28
29
  "supports-color": "8.1.1"
29
30
  },
30
31
  "bin": {
@@ -10894,6 +10895,34 @@
10894
10895
  "node": ">= 6"
10895
10896
  }
10896
10897
  },
10898
+ "node_modules/properties-reader": {
10899
+ "version": "2.3.0",
10900
+ "resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-2.3.0.tgz",
10901
+ "integrity": "sha512-z597WicA7nDZxK12kZqHr2TcvwNU1GCfA5UwfDY/HDp3hXPoPlb5rlEx9bwGTiJnc0OqbBTkU975jDToth8Gxw==",
10902
+ "license": "MIT",
10903
+ "dependencies": {
10904
+ "mkdirp": "^1.0.4"
10905
+ },
10906
+ "engines": {
10907
+ "node": ">=14"
10908
+ },
10909
+ "funding": {
10910
+ "type": "github",
10911
+ "url": "https://github.com/steveukx/properties?sponsor=1"
10912
+ }
10913
+ },
10914
+ "node_modules/properties-reader/node_modules/mkdirp": {
10915
+ "version": "1.0.4",
10916
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
10917
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
10918
+ "license": "MIT",
10919
+ "bin": {
10920
+ "mkdirp": "bin/cmd.js"
10921
+ },
10922
+ "engines": {
10923
+ "node": ">=10"
10924
+ }
10925
+ },
10897
10926
  "node_modules/property-expr": {
10898
10927
  "version": "2.0.6",
10899
10928
  "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.21-n20-experimental",
3
+ "version": "0.0.22-n20-experimental",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node bin/postinstall.js",
@@ -35,6 +35,7 @@
35
35
  "msw": "1.2.3",
36
36
  "playwright": "1.53.2",
37
37
  "playwright-bdd": "8.3.1",
38
+ "properties-reader": "2.3.0",
38
39
  "supports-color": "8.1.1"
39
40
  },
40
41
  "bin": {