@dev-blinq/cucumber-js 1.0.34 → 1.0.35

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.
@@ -103,10 +103,6 @@ const downloadAndInstall = async (extractPath, token) => {
103
103
  'Response-Type': 'arraybuffer',
104
104
  },
105
105
  })
106
- if(res.data.status !== true){
107
- console.error('Error: Download failed')
108
- process.exit(1)
109
- }
110
106
 
111
107
  const zip = await JSZip.loadAsync(res.data)
112
108
  for (const filename of Object.keys(zip.files)) {
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "1.0.34";
1
+ export declare const version = "1.0.35";
package/lib/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '1.0.34';
5
+ exports.version = '1.0.35';
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '1.0.34'\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '1.0.35'\n"]}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gherkin",
9
9
  "tests"
10
10
  ],
11
- "version": "1.0.34",
11
+ "version": "1.0.35",
12
12
  "homepage": "https://github.com/blinq-io/cucumber-js",
13
13
  "author": "blinq.io",
14
14
  "contributors": [
@@ -191,4 +191,4 @@
191
191
  "bin/",
192
192
  "lib/"
193
193
  ]
194
- }
194
+ }