Skip to content

Commit

Permalink
built v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biwillia committed Mar 22, 2018
1 parent 5972cb2 commit d420781
Show file tree
Hide file tree
Showing 7 changed files with 45,363 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/flexio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Flex.io Javascript SDK v1.20.2 (https://github.com/flexiodata/flexio-sdk-js)
* Flex.io Javascript SDK v1.21.0 (https://github.com/flexiodata/flexio-sdk-js)
* (c) 2018 Gold Prairie LLC
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -275,7 +275,7 @@ var Flexio = {
this.pipes = __webpack_require__(30).getPipesObject(this);
this.util = __webpack_require__(1).getUtilObject(this);
this._http = null;
this.version = this.util.isNodeJs() ? __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"../package.json\""); e.code = 'MODULE_NOT_FOUND'; throw e; }())).version : "1.20.2";
this.version = this.util.isNodeJs() ? __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"../package.json\""); e.code = 'MODULE_NOT_FOUND'; throw e; }())).version : "1.21.0";

var getPipeConstructor = __webpack_require__(31).getPipeConstructor;
this.pipe = getPipeConstructor(this);
Expand Down
4 changes: 2 additions & 2 deletions dist/flexio.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d420781

Please sign in to comment.