fulcrum-api-fetch
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -59,2 +59,6 @@ 'use strict'; | ||
var _audio = require('./resources/audio'); | ||
var _audio2 = _interopRequireDefault(_audio); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -175,2 +179,11 @@ | ||
} | ||
}, { | ||
key: 'audio', | ||
get: function get() { | ||
if (!this._audio) { | ||
this._audio = new _audio2.default(this); | ||
} | ||
return this._audio; | ||
} | ||
}]); | ||
@@ -177,0 +190,0 @@ return Client; |
{ | ||
"name": "fulcrum-api-fetch", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -37,6 +37,6 @@ "main": "dist/index.js", | ||
"frisbee": "^1.6.4", | ||
"isomorphic-fetch": "^2.2.1", | ||
"mixmatch": "0.0.2", | ||
"portable-fetch": "^3.0.0", | ||
"uuid": "^3.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
9117590
2546
+ Addedportable-fetch@^3.0.0
+ Addedportable-fetch@3.0.0(transitive)
- Removedisomorphic-fetch@^2.2.1
- Removedisomorphic-fetch@2.2.1(transitive)