@enplug/scripts
Advanced tools
Comparing version
@@ -185,3 +185,3 @@ const axios = require('axios'); | ||
} | ||
return axios.put(url, body, { headers: { Authorization: AuthStr } }).pipe( | ||
return from(axios.put(url, body, { headers: { Authorization: AuthStr } })).pipe( | ||
tap({ | ||
@@ -188,0 +188,0 @@ next: response => { |
@@ -85,3 +85,3 @@ const chalk = require('chalk'); | ||
if(fileId && storageId) { | ||
await updateCrowdinFile(credentials, storageId.data.data.id, fileId); | ||
updateCrowdinFile(credentials, storageId.data.data.id, fileId); | ||
} | ||
@@ -88,0 +88,0 @@ } else { |
{ | ||
"name": "@enplug/scripts", | ||
"version": "1.11.4-dev40", | ||
"version": "1.11.4-dev41", | ||
"description": "Enplug scripts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package