@zohodesk/testinglibrary 0.0.17-n20-experimental → 0.0.18-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.
@@ -31,7 +31,6 @@ class SpawnRunner extends _Runner.default {
31
31
  });
32
32
  }
33
33
  runPreprocessing() {
34
- console.log("Node version:", process.version);
35
34
  //This below functoin is called to copy the data generator spec files to the current project
36
35
  (0, _commonUtils.copyCommonSpecs)();
37
36
  const {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.17-n20-experimental",
3
+ "version": "0.0.18-n20-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.0.17-n20-experimental",
9
+ "version": "0.0.18-n20-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -26,6 +26,7 @@
26
26
  "msw": "2.11.6",
27
27
  "playwright": "1.57.0",
28
28
  "playwright-bdd": "8.4.2",
29
+ "properties-reader": "2.3.0",
29
30
  "supports-color": "10.2.2"
30
31
  },
31
32
  "bin": {
@@ -9828,6 +9829,34 @@
9828
9829
  "node": ">=0.4.0"
9829
9830
  }
9830
9831
  },
9832
+ "node_modules/properties-reader": {
9833
+ "version": "2.3.0",
9834
+ "resolved": "https://registry.npmjs.org/properties-reader/-/properties-reader-2.3.0.tgz",
9835
+ "integrity": "sha512-z597WicA7nDZxK12kZqHr2TcvwNU1GCfA5UwfDY/HDp3hXPoPlb5rlEx9bwGTiJnc0OqbBTkU975jDToth8Gxw==",
9836
+ "license": "MIT",
9837
+ "dependencies": {
9838
+ "mkdirp": "^1.0.4"
9839
+ },
9840
+ "engines": {
9841
+ "node": ">=14"
9842
+ },
9843
+ "funding": {
9844
+ "type": "github",
9845
+ "url": "https://github.com/steveukx/properties?sponsor=1"
9846
+ }
9847
+ },
9848
+ "node_modules/properties-reader/node_modules/mkdirp": {
9849
+ "version": "1.0.4",
9850
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
9851
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
9852
+ "license": "MIT",
9853
+ "bin": {
9854
+ "mkdirp": "bin/cmd.js"
9855
+ },
9856
+ "engines": {
9857
+ "node": ">=10"
9858
+ }
9859
+ },
9831
9860
  "node_modules/property-expr": {
9832
9861
  "version": "2.0.6",
9833
9862
  "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.17-n20-experimental",
3
+ "version": "0.0.18-n20-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -37,6 +37,7 @@
37
37
  "msw": "2.11.6",
38
38
  "playwright": "1.57.0",
39
39
  "playwright-bdd": "8.4.2",
40
+ "properties-reader": "2.3.0",
40
41
  "supports-color": "10.2.2"
41
42
  },
42
43
  "bin": {