@bayou/assets-client
Advanced tools
Comparing version 1.2.4 to 1.3.0
@@ -25,3 +25,3 @@ // Copyright 2016-2019 the Bayou Authors (Dan Bornstein et alia). | ||
return new Promise((res, rej_unused) => { | ||
return new Promise((resolve) => { | ||
var req = new XMLHttpRequest(); | ||
@@ -45,3 +45,3 @@ req.open('GET', url); | ||
if (req.status === 200) { | ||
res(req.response); | ||
resolve(req.response); | ||
} else { | ||
@@ -48,0 +48,0 @@ reloadPage(); |
@@ -7,6 +7,6 @@ { | ||
"dependencies": { | ||
"@bayou/util-common": "1.2.4" | ||
"@bayou/util-common": "1.3.0" | ||
}, | ||
"name": "@bayou/assets-client", | ||
"version": "1.2.4" | ||
"version": "1.3.0" | ||
} |
Sorry, the diff of this file is not supported yet
30787
352
+ Added@bayou/typecheck@1.3.0(transitive)
+ Added@bayou/util-common@1.3.0(transitive)
+ Added@bayou/util-core@1.3.0(transitive)
- Removed@bayou/typecheck@1.2.4(transitive)
- Removed@bayou/util-common@1.2.4(transitive)
- Removed@bayou/util-core@1.2.4(transitive)
Updated@bayou/util-common@1.3.0