@cca-io/bs-rn-fetch-blob
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@cca-io/bs-rn-fetch-blob", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Reason/BuckleScript bindings for rn-fetch-blob", | ||
@@ -16,7 +16,7 @@ "main": "src/RNFetchBlob.bs.js", | ||
"peerDependencies": { | ||
"bs-platform": "^4.0.6", | ||
"bs-platform": ">=5.0.4", | ||
"rn-fetch-blob": "^0.10.13" | ||
}, | ||
"devDependencies": { | ||
"bs-platform": "^4.0.6" | ||
"bs-platform": "^5.0.4" | ||
}, | ||
@@ -30,2 +30,3 @@ "files": [ | ||
"react-native", | ||
"reason-react-native", | ||
"rn-fetch-blob", | ||
@@ -32,0 +33,0 @@ "react-native-fetch-blob", |
@@ -1,2 +0,2 @@ | ||
// Generated by BUCKLESCRIPT VERSION 4.0.7, PLEASE EDIT WITH CARE | ||
// Generated by BUCKLESCRIPT VERSION 5.0.4, PLEASE EDIT WITH CARE | ||
'use strict'; | ||
@@ -9,3 +9,3 @@ | ||
var Response = /* module */[]; | ||
var $$Response = /* module */[]; | ||
@@ -20,5 +20,5 @@ var Fetch = /* module */[]; | ||
exports.ResponseInfo = ResponseInfo; | ||
exports.Response = Response; | ||
exports.$$Response = $$Response; | ||
exports.Fetch = Fetch; | ||
exports.Fs = Fs; | ||
/* No side effect */ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5812