Skip to content

Commit

Permalink
Release build (v1.7.10).
Browse files Browse the repository at this point in the history
  • Loading branch information
dzwillia committed Nov 3, 2017
1 parent 2cd4f7c commit e922a9f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions dist/flexio-node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Flex.io Javascript SDK v1.7.9 (https://github.com/flexiodata/flexio-sdk-js)
* Flex.io Javascript SDK v1.7.10 (https://github.com/flexiodata/flexio-sdk-js)
* (c) 2017 Gold Prairie LLC
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -897,7 +897,7 @@ var cfg = {
};

exports.default = {
version: "1.7.9",
version: "1.7.10",

task: task,

Expand Down Expand Up @@ -9645,7 +9645,7 @@ exports.default = function () {
contentType: content_type,
buffer: arraybuffer,
get blob() {
return new Blob([this.buffer]);
return new Blob([this.buffer], { "type": content_type });
},
get text() {
return _util2.default.arrayBufferToString(this.buffer);
Expand Down
6 changes: 3 additions & 3 deletions dist/flexio-node.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/flexio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Flex.io Javascript SDK v1.7.9 (https://github.com/flexiodata/flexio-sdk-js)
* Flex.io Javascript SDK v1.7.10 (https://github.com/flexiodata/flexio-sdk-js)
* (c) 2017 Gold Prairie LLC
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -898,7 +898,7 @@ var cfg = {
};

exports.default = {
version: "1.7.9",
version: "1.7.10",

task: task,

Expand Down Expand Up @@ -10513,7 +10513,7 @@ exports.default = function () {
contentType: content_type,
buffer: arraybuffer,
get blob() {
return new Blob([this.buffer]);
return new Blob([this.buffer], { "type": content_type });
},
get text() {
return _util2.default.arrayBufferToString(this.buffer);
Expand Down
6 changes: 3 additions & 3 deletions dist/flexio.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/examples.bundle.js

Large diffs are not rendered by default.

0 comments on commit e922a9f

Please sign in to comment.