@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.
- package/bin/download-install.js +0 -4
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +2 -2
package/bin/download-install.js
CHANGED
|
@@ -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.
|
|
1
|
+
export declare const version = "1.0.35";
|
package/lib/version.js
CHANGED
package/lib/version.js.map
CHANGED
|
@@ -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.
|
|
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